version 1.22, 2003/03/17 14:33:47 |
version 1.31, 2004/06/25 13:41:33 |
Line 841 Optional Features: |
|
Line 841 Optional Features: |
|
--enable-maintainer-mode enable make rules and dependencies not useful |
--enable-maintainer-mode enable make rules and dependencies not useful |
(and sometimes confusing) to the casual installer |
(and sometimes confusing) to the casual installer |
--enable-shared enable linking shared libraries. [no] |
--enable-shared enable linking shared libraries. [no] |
|
--enable-gc-zeropage enable to avoid the kernel zeropage bug. [no] |
--enable-plot enable plot feature. [no] |
--enable-plot enable plot feature. [no] |
--enable-interval enable interval feature. [no] |
--enable-interval enable interval feature. [no] |
--enable-fft-float enable FFT-FLOAT feature. [no] |
--enable-fft-float enable FFT-FLOAT feature. [no] |
Line 1546 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" |
|
Line 1547 INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" |
|
# We need awk for the "check" target. The system "awk" is bad on |
# We need awk for the "check" target. The system "awk" is bad on |
# some platforms. |
# some platforms. |
|
|
|
|
echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 |
echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 |
echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6 |
echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6 |
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. |
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. |
Line 4129 if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; |
|
Line 4129 if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; |
|
else |
else |
CFLAGS="-O" |
CFLAGS="-O" |
fi |
fi |
|
elif test `basename ./"${CC}"` = "icc" ; then |
|
CFLAGS="-g -O" |
fi |
fi |
|
|
|
# Check whether --enable-gc-zeropage or --disable-gc-zeropage was given. |
|
if test "${enable_gc_zeropage+set}" = set; then |
|
enableval="$enable_gc_zeropage" |
|
enable_gc_zeropage=yes |
|
else |
|
enable_gc_zeropage=no |
|
fi; |
|
|
|
if test "${enable_gc_zeropage:=no}" != no ; then |
|
USE_GC_ZEROPAGE="yes" |
|
fi |
|
|
|
|
libasir_postfix="" |
libasir_postfix="" |
|
|
# Check whether --with-pari or --without-pari was given. |
# Check whether --with-pari or --without-pari was given. |
Line 4778 cat >>confdefs.h <<_ACEOF |
|
Line 4793 cat >>confdefs.h <<_ACEOF |
|
_ACEOF |
_ACEOF |
|
|
|
|
if test SIZEOF_LONG = 8; then |
if test "${ac_cv_sizeof_long}" = 8; then |
cat >>confdefs.h <<\_ACEOF |
cat >>confdefs.h <<\_ACEOF |
#define LONG_IS_64BIT 1 |
#define LONG_IS_64BIT 1 |
_ACEOF |
_ACEOF |
|
|
|
|
fi |
fi |
if test "${no_x}" != yes ; then |
if test "${no_x}" != yes ; then |
if test -f "${x_libraries}/libXpm.a" ; then |
if test -f "${x_libraries}/libXpm.a" -o -f "${x_libraries}/libXpm.dll.a" ; then |
XPMLIB="-lXpm" |
XPMLIB="-lXpm" |
fi |
fi |
# Check whether --enable-plot or --disable-plot was given. |
# Check whether --enable-plot or --disable-plot was given. |
|
|
i386_elf_obj=asmi_l.o |
i386_elf_obj=asmi_l.o |
i386_aout_obj=asmi.o |
i386_aout_obj=asmi.o |
sparc_v8_obj="sparc-2.o asm4-2.o edr-2.o" |
sparc_v8_obj="sparc-2.o asm4-2.o edr-2.o" |
sparc_v9_obj="sparc-2.o asm5-2.o edr-2.o" |
sparc_v9_obj=asmalpha.o |
generic_obj=asmalpha.o |
generic_obj=asmalpha.o |
|
|
case "${host}" in |
case "${host}" in |
Line 4905 i[3-6]86-*-freebsd[3-9].*) |
|
Line 4920 i[3-6]86-*-freebsd[3-9].*) |
|
i[3-6]86-*-linux*|x86-*-linux*) |
i[3-6]86-*-linux*|x86-*-linux*) |
asm_obj="${i386_elf_obj}" |
asm_obj="${i386_elf_obj}" |
cat >>confdefs.h <<\_ACEOF |
cat >>confdefs.h <<\_ACEOF |
#define BSD_SOURCE 1 |
#define _BSD_SOURCE 1 |
_ACEOF |
_ACEOF |
|
|
;; |
;; |
*-*-cygwin*) |
*-*-cygwin*) |
asm_obj="${i386_aout_obj}" |
asm_obj="${i386_aout_obj}" |
;; |
;; |
|
i[3-6]86-*-interix*) |
|
asm_obj="${i386_aout_obj}" |
|
USE_GC_INTERIX="yes" |
|
|
|
cat >>confdefs.h <<\_ACEOF |
|
#define _ALL_SOURCE 1 |
|
_ACEOF |
|
|
|
;; |
sparc-sun-solaris2.*) |
sparc-sun-solaris2.*) |
case "`uname -m`" in |
case "`uname -m`" in |
sun4[dm]) asm_obj="${sparc_v8_obj}" ;; |
sun4[dm]) asm_obj="${sparc_v8_obj}" ;; |
sun4u*) asm_obj="${sparc_v9_obj}" ;; |
sun4u*) asm_obj="${sparc_v9_obj}" |
|
if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; then |
|
CFLAGS="${CFLAGS} -m64" |
|
fi |
|
|
|
;; |
*) asm_obj="${generic_obj}" ;; |
*) asm_obj="${generic_obj}" ;; |
esac |
esac |
cat >>confdefs.h <<\_ACEOF |
cat >>confdefs.h <<\_ACEOF |
Line 5866 s,@X_CFLAGS@,$X_CFLAGS,;t t |
|
Line 5895 s,@X_CFLAGS@,$X_CFLAGS,;t t |
|
s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t |
s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t |
s,@X_LIBS@,$X_LIBS,;t t |
s,@X_LIBS@,$X_LIBS,;t t |
s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t |
s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t |
|
s,@USE_GC_ZEROPAGE@,$USE_GC_ZEROPAGE,;t t |
s,@PARIINC@,$PARIINC,;t t |
s,@PARIINC@,$PARIINC,;t t |
s,@PARILIB@,$PARILIB,;t t |
s,@PARILIB@,$PARILIB,;t t |
s,@XPMLIB@,$XPMLIB,;t t |
s,@XPMLIB@,$XPMLIB,;t t |
Line 5876 s,@MPIINC@,$MPIINC,;t t |
|
Line 5906 s,@MPIINC@,$MPIINC,;t t |
|
s,@MPILIB@,$MPILIB,;t t |
s,@MPILIB@,$MPILIB,;t t |
s,@LAPACKLIB@,$LAPACKLIB,;t t |
s,@LAPACKLIB@,$LAPACKLIB,;t t |
s,@libasir_postfix@,$libasir_postfix,;t t |
s,@libasir_postfix@,$libasir_postfix,;t t |
|
s,@USE_GC_INTERIX@,$USE_GC_INTERIX,;t t |
|
s,@USE_GC_SPARC64@,$USE_GC_SPARC64,;t t |
s,@asm_obj@,$asm_obj,;t t |
s,@asm_obj@,$asm_obj,;t t |
CEOF |
CEOF |
|
|