comparison configure.in @ 4190:bc0edad7dda7

[project @ 2002-11-19 23:14:51 by jwe]
author jwe
date Tue, 19 Nov 2002 23:14:51 +0000
parents 047d21dd1890
children 989f9e130969
comparison
equal deleted inserted replaced
4189:047d21dd1890 4190:bc0edad7dda7
20 ### along with Octave; see the file COPYING. If not, write to the Free 20 ### along with Octave; see the file COPYING. If not, write to the Free
21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA
22 ### 02111-1307, USA. 22 ### 02111-1307, USA.
23 23
24 AC_INIT 24 AC_INIT
25 AC_REVISION($Revision: 1.391 $) 25 AC_REVISION($Revision: 1.392 $)
26 AC_PREREQ(2.52) 26 AC_PREREQ(2.52)
27 AC_CONFIG_SRCDIR([src/octave.cc]) 27 AC_CONFIG_SRCDIR([src/octave.cc])
28 AC_CONFIG_HEADER(config.h) 28 AC_CONFIG_HEADER(config.h)
29 29
30 AC_DEFINE(OCTAVE_SOURCE, 1, [Define if this is Octave.]) 30 AC_DEFINE(OCTAVE_SOURCE, 1, [Define if this is Octave.])
621 DLFCN_DIR= 621 DLFCN_DIR=
622 CPICFLAG=-fPIC 622 CPICFLAG=-fPIC
623 CXXPICFLAG=-fPIC 623 CXXPICFLAG=-fPIC
624 FPICFLAG=-fPIC 624 FPICFLAG=-fPIC
625 SHLEXT=so 625 SHLEXT=so
626 SHLLIB=$SHLEXT 626 SHLLIB='$(SHLEXT)'
627 SHLBIN= 627 SHLBIN=
628 SHLEXT_VER='$(SHLEXT).$(version)' 628 SHLEXT_VER='$(SHLEXT).$(version)'
629 SHLLIB_VER='$(SHLLIB).$(version)' 629 SHLLIB_VER='$(SHLLIB).$(version)'
630 SHLBIN_VER='$(SHLBIN).$(version)' 630 SHLBIN_VER='$(SHLBIN).$(version)'
631 SHLLINKEXT= 631 SHLLINKEXT=