| version 1.38, 2007/11/11 15:54:02 |
version 1.40, 2008/08/08 05:47:21 |
| Line 718 GC_CONFIGURE_ARGS |
|
| Line 718 GC_CONFIGURE_ARGS |
|
| USE_GC7_TRUE |
USE_GC7_TRUE |
| USE_GC7_FALSE |
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 1336 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 5365 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. |
|
|
| |
|
| if test ${with_pari:=no} != no ; then |
if test ${with_pari:=no} != no ; then |
| libasir_postfix=${libasir_postfix}_pari |
libasir_postfix=${libasir_postfix}_pari |
| if test ${with_pari} = new ; then |
|
| libpari=pari-2.2 |
|
| else |
|
| libpari=pari |
|
| fi |
|
| PARIINC='-I${prefix}/include/pari' |
PARIINC='-I${prefix}/include/pari' |
| if test "${enable_shared}" != yes ; then |
if test "${enable_shared}" != yes ; then |
| PARILIB='${prefix}'"/lib/lib${libpari}.a" |
PARILIB='${prefix}'"/lib/libpari.a" |
| else |
else |
| PARILIB='-L${prefix}/lib'" -l${libpari}" |
PARILIB='-L${prefix}/lib'" -lpari" |
| fi |
fi |
| cat >>confdefs.h <<\_ACEOF |
cat >>confdefs.h <<\_ACEOF |
| #define PARI 1 |
#define PARI 1 |
|
|
| ;; |
;; |
| 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 7607 GC_CONFIGURE_ARGS!$GC_CONFIGURE_ARGS$ac_delim |
|
| Line 7584 GC_CONFIGURE_ARGS!$GC_CONFIGURE_ARGS$ac_delim |
|
| USE_GC7_TRUE!$USE_GC7_TRUE$ac_delim |
USE_GC7_TRUE!$USE_GC7_TRUE$ac_delim |
| USE_GC7_FALSE!$USE_GC7_FALSE$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 7620 MPIINC!$MPIINC$ac_delim |
|
| Line 7596 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 |
| LTLIBOBJS!$LTLIBOBJS$ac_delim |
LTLIBOBJS!$LTLIBOBJS$ac_delim |
| _ACEOF |
_ACEOF |
| |
|
| if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 26; then |
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 24; then |
| break |
break |
| elif $ac_last_try; then |
elif $ac_last_try; then |
| { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 |
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 |