comparison configure.in @ 4103:677c5f3a15be

[project @ 2002-10-14 21:20:48 by jwe]
author jwe
date Mon, 14 Oct 2002 21:20:49 +0000
parents cbac6756967e
children fef735180134
comparison
equal deleted inserted replaced
4102:cbac6756967e 4103:677c5f3a15be
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.376 $) 25 AC_REVISION($Revision: 1.377 $)
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.])
662 CPICFLAG= 662 CPICFLAG=
663 FPICFLAG= 663 FPICFLAG=
664 SHLEXT=dll 664 SHLEXT=dll
665 SHLLIB=dll.a 665 SHLLIB=dll.a
666 SHLBIN=dll 666 SHLBIN=dll
667 SH_LDFLAGS="-shared -Wl,--export-all-symbols -Wl,--enable-auto-import" 667 SH_LDFLAGS="-shared -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--allow-multiple-definition"
668 SHLLINKEXT=.dll 668 SHLLINKEXT=.dll
669 SONAME_FLAGS='-Wl,--out-implib=$@.a' 669 SONAME_FLAGS='-Wl,--out-implib=$@.a'
670 INCLUDE_LINK_DEPS=true 670 INCLUDE_LINK_DEPS=true
671 ;; 671 ;;
672 *-*-linux* | *-*-gnu*) 672 *-*-linux* | *-*-gnu*)