version 1.37, 2007/11/11 08:44:12 |
version 1.38, 2007/11/11 15:54:02 |
|
|
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 |
USE_GC_ZEROPAGE |
PARIINC |
PARIINC |
Line 1343 Optional Packages: |
|
Line 1345 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 5321 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 6892 echo "$as_me: error: conditional \"am__fastdepCC\" was |
|
Line 6923 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 7604 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 |
USE_GC_ZEROPAGE!$USE_GC_ZEROPAGE$ac_delim |
PARIINC!$PARIINC$ac_delim |
PARIINC!$PARIINC$ac_delim |
Line 7587 LIBOBJS!$LIBOBJS$ac_delim |
|
Line 7627 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` = 24; then |
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 26; 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 |