version 1.7, 2004/06/28 12:39:11 |
version 1.8, 2005/03/03 04:40:51 |
Line 813 Optional Packages: |
|
Line 813 Optional Packages: |
|
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
--with-gnu-ld assume the C compiler uses GNU ld default=no |
--with-gnu-ld assume the C compiler uses GNU ld default=no |
--with-x use the X Window System |
--with-x use the X Window System |
--with-gmp with the GNU MP library [no] |
|
|
|
Some influential environment variables: |
Some influential environment variables: |
CC C compiler command |
CC C compiler command |
Line 2876 test x"$silent" = xyes && libtool_flags="$libtool_flag |
|
Line 2875 test x"$silent" = xyes && libtool_flags="$libtool_flag |
|
case "$lt_target" in |
case "$lt_target" in |
*-*-irix6*) |
*-*-irix6*) |
# Find out which ABI we are using. |
# Find out which ABI we are using. |
echo '#line 2879 "configure"' > conftest.$ac_ext |
echo '#line 2878 "configure"' > conftest.$ac_ext |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
(eval $ac_compile) 2>&5 |
(eval $ac_compile) 2>&5 |
ac_status=$? |
ac_status=$? |
Line 4429 if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; |
|
Line 4428 if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; |
|
CFLAGS="${CFLAGS} -finline-functions" |
CFLAGS="${CFLAGS} -finline-functions" |
fi |
fi |
|
|
|
|
# Check whether --with-gmp or --without-gmp was given. |
|
if test "${with_gmp+set}" = set; then |
|
withval="$with_gmp" |
|
with_gmp=yes |
|
else |
|
with_gmp=no |
|
fi; |
|
|
|
if test ${with_gmp:=no} != no ; then |
|
cat >>confdefs.h <<\_ACEOF |
|
#define WITH_GMP 1 |
|
_ACEOF |
|
|
|
fi |
|
|
|
|
|
if test "$with_gmp" = yes; then |
|
USE_GMP_TRUE= |
|
USE_GMP_FALSE='#' |
|
else |
|
USE_GMP_TRUE='#' |
|
USE_GMP_FALSE= |
|
fi |
|
|
|
case "${host}" in |
case "${host}" in |
i[3-6]86-*-interix*) |
i[3-6]86-*-interix*) |
cat >>confdefs.h <<\_ACEOF |
cat >>confdefs.h <<\_ACEOF |
Line 5513 s,@X_CFLAGS@,$X_CFLAGS,;t t |
|
Line 5487 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_GMP_TRUE@,$USE_GMP_TRUE,;t t |
|
s,@USE_GMP_FALSE@,$USE_GMP_FALSE,;t t |
|
CEOF |
CEOF |
|
|
_ACEOF |
_ACEOF |