version 1.37, 2007/11/11 08:44:12 |
version 1.39, 2008/03/19 07:05:55 |
|
|
X_EXTRA_LIBS |
X_EXTRA_LIBS |
GC |
GC |
GC_CONFIGURE_ARGS |
GC_CONFIGURE_ARGS |
|
USE_GC7_TRUE |
|
USE_GC7_FALSE |
GC_DISTDIR |
GC_DISTDIR |
USE_GC_ZEROPAGE |
|
PARIINC |
PARIINC |
PARILIB |
PARILIB |
GREP |
GREP |
|
|
MPILIB |
MPILIB |
LAPACKLIB |
LAPACKLIB |
libasir_postfix |
libasir_postfix |
USE_GC_INTERIX |
|
USE_GC_SPARC64 |
USE_GC_SPARC64 |
asm_obj |
asm_obj |
LIBOBJS |
LIBOBJS |
Line 1334 Optional Features: |
|
Line 1334 Optional Features: |
|
--disable-dependency-tracking speeds up one-time build |
--disable-dependency-tracking speeds up one-time build |
--enable-dependency-tracking do not reject slow dependency extractors |
--enable-dependency-tracking do not reject slow dependency extractors |
--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 1343 Optional Packages: |
|
Line 1342 Optional Packages: |
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
--with-x use the X Window System |
--with-x use the X Window System |
|
--with-gc7 use Boehm's GC 7.x. [no] |
--with-distdir specify the spool for fetching. [no] |
--with-distdir specify the spool for fetching. [no] |
--with-pari use the PARI library. [no] |
--with-pari use the PARI library. [no] |
|
|
Line 5318 if -n "${host_alias}" ; then |
|
Line 5318 if -n "${host_alias}" ; then |
|
GC_CONFIGURE_ARGS="--host=${host_alias} ${GC_CONFIGURE_ARGS}" |
GC_CONFIGURE_ARGS="--host=${host_alias} ${GC_CONFIGURE_ARGS}" |
fi |
fi |
|
|
|
# Check whether --with-gc7 was given. |
|
if test "${with_gc7+set}" = set; then |
|
withval=$with_gc7; with_gc7=${withval} |
|
else |
|
with_gc7=no |
|
fi |
|
|
|
if test ${with_gc7:=no} != no; then |
|
case "${with_gc7}" in |
|
7*) GC_VERSION=${with_gc7} ;; |
|
*) GC_VERSION=7.0 ;; |
|
esac |
|
GC=gc-${GC_VERSION} |
|
cat >>confdefs.h <<\_ACEOF |
|
#define GC7 1 |
|
_ACEOF |
|
|
|
USE_GC7="yes" |
|
fi |
|
|
|
|
|
if test "$with_gc7" != no; then |
|
USE_GC7_TRUE= |
|
USE_GC7_FALSE='#' |
|
else |
|
USE_GC7_TRUE='#' |
|
USE_GC7_FALSE= |
|
fi |
|
|
|
|
|
|
# Check whether --with-distdir was given. |
# Check whether --with-distdir was given. |
if test "${with_distdir+set}" = set; then |
if test "${with_distdir+set}" = set; then |
withval=$with_distdir; with_distdir=${withval} |
withval=$with_distdir; with_distdir=${withval} |
Line 5334 if test ${with_distdir:=no} != no -a ${with_distdir} ! |
|
Line 5362 if test ${with_distdir:=no} != no -a ${with_distdir} ! |
|
fi |
fi |
|
|
|
|
# Check whether --enable-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 was given. |
# Check whether --with-pari was given. |
|
|
;; |
;; |
i[3-6]86-*-interix*) |
i[3-6]86-*-interix*) |
asm_obj="${i386_aout_obj}" |
asm_obj="${i386_aout_obj}" |
USE_GC_INTERIX="yes" |
|
|
|
cat >>confdefs.h <<\_ACEOF |
cat >>confdefs.h <<\_ACEOF |
#define _ALL_SOURCE 1 |
#define _ALL_SOURCE 1 |
_ACEOF |
_ACEOF |
Line 6892 echo "$as_me: error: conditional \"am__fastdepCC\" was |
|
Line 6905 echo "$as_me: error: conditional \"am__fastdepCC\" was |
|
Usually this means the macro was only invoked conditionally." >&2;} |
Usually this means the macro was only invoked conditionally." >&2;} |
{ (exit 1); exit 1; }; } |
{ (exit 1); exit 1; }; } |
fi |
fi |
|
if test -z "${USE_GC7_TRUE}" && test -z "${USE_GC7_FALSE}"; then |
|
{ { echo "$as_me:$LINENO: error: conditional \"USE_GC7\" was never defined. |
|
Usually this means the macro was only invoked conditionally." >&5 |
|
echo "$as_me: error: conditional \"USE_GC7\" was never defined. |
|
Usually this means the macro was only invoked conditionally." >&2;} |
|
{ (exit 1); exit 1; }; } |
|
fi |
if test -z "${USE_PLOT_TRUE}" && test -z "${USE_PLOT_FALSE}"; then |
if test -z "${USE_PLOT_TRUE}" && test -z "${USE_PLOT_FALSE}"; then |
{ { echo "$as_me:$LINENO: error: conditional \"USE_PLOT\" was never defined. |
{ { echo "$as_me:$LINENO: error: conditional \"USE_PLOT\" was never defined. |
Usually this means the macro was only invoked conditionally." >&5 |
Usually this means the macro was only invoked conditionally." >&5 |
Line 7566 X_LIBS!$X_LIBS$ac_delim |
|
Line 7586 X_LIBS!$X_LIBS$ac_delim |
|
X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim |
X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim |
GC!$GC$ac_delim |
GC!$GC$ac_delim |
GC_CONFIGURE_ARGS!$GC_CONFIGURE_ARGS$ac_delim |
GC_CONFIGURE_ARGS!$GC_CONFIGURE_ARGS$ac_delim |
|
USE_GC7_TRUE!$USE_GC7_TRUE$ac_delim |
|
USE_GC7_FALSE!$USE_GC7_FALSE$ac_delim |
GC_DISTDIR!$GC_DISTDIR$ac_delim |
GC_DISTDIR!$GC_DISTDIR$ac_delim |
USE_GC_ZEROPAGE!$USE_GC_ZEROPAGE$ac_delim |
|
PARIINC!$PARIINC$ac_delim |
PARIINC!$PARIINC$ac_delim |
PARILIB!$PARILIB$ac_delim |
PARILIB!$PARILIB$ac_delim |
GREP!$GREP$ac_delim |
GREP!$GREP$ac_delim |
Line 7580 MPIINC!$MPIINC$ac_delim |
|
Line 7601 MPIINC!$MPIINC$ac_delim |
|
MPILIB!$MPILIB$ac_delim |
MPILIB!$MPILIB$ac_delim |
LAPACKLIB!$LAPACKLIB$ac_delim |
LAPACKLIB!$LAPACKLIB$ac_delim |
libasir_postfix!$libasir_postfix$ac_delim |
libasir_postfix!$libasir_postfix$ac_delim |
USE_GC_INTERIX!$USE_GC_INTERIX$ac_delim |
|
USE_GC_SPARC64!$USE_GC_SPARC64$ac_delim |
USE_GC_SPARC64!$USE_GC_SPARC64$ac_delim |
asm_obj!$asm_obj$ac_delim |
asm_obj!$asm_obj$ac_delim |
LIBOBJS!$LIBOBJS$ac_delim |
LIBOBJS!$LIBOBJS$ac_delim |