version 1.14, 2003/03/07 03:12:22 |
version 1.16, 2003/03/07 05:40:15 |
Line 308 ac_includes_default="\ |
|
Line 308 ac_includes_default="\ |
|
# include <unistd.h> |
# include <unistd.h> |
#endif" |
#endif" |
|
|
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION EXEEXT OBJEXT ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh INSTALL_STRIP_PROGRAM AWK SET_MAKE AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH DEPDIR build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC am__include am__quote CCDEPMODE LN_S RANLIB ac_ct_RANLIB YACC CPP X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS EGREP PARIINC PARILIB USE_PLOT_TRUE USE_PLOT_FALSE FEPLIB MPIINC MPILIB LAPACKLIB libasir_postfix asm_obj LIBOBJS LTLIBOBJS' |
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION EXEEXT OBJEXT ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh INSTALL_STRIP_PROGRAM AWK SET_MAKE AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH DEPDIR build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC am__include am__quote CCDEPMODE LN_S RANLIB ac_ct_RANLIB YACC CPP X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS PARIINC PARILIB EGREP USE_PLOT_TRUE USE_PLOT_FALSE FEPLIB MPIINC MPILIB LAPACKLIB libasir_postfix asm_obj LIBOBJS LTLIBOBJS' |
ac_subst_files='' |
ac_subst_files='' |
|
|
# Initialize some variables set by options. |
# Initialize some variables set by options. |
|
|
|
|
# Define the identity of the package. |
# Define the identity of the package. |
PACKAGE=asir |
PACKAGE=asir |
VERSION=20030128 |
VERSION=20030307 |
|
|
cat >>confdefs.h <<_ACEOF |
cat >>confdefs.h <<_ACEOF |
#define PACKAGE "$PACKAGE" |
#define PACKAGE "$PACKAGE" |
Line 4341 if test "${enable_shared:=no}" != no ; then |
|
Line 4341 if test "${enable_shared:=no}" != no ; then |
|
true |
true |
fi |
fi |
|
|
|
CFLAGS="-g -O" |
|
|
libasir_postfix="" |
libasir_postfix="" |
|
|
# Check whether --with-pari or --without-pari was given. |
# Check whether --with-pari or --without-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} = old ; then |
if test ${with_pari} = new ; then |
libpari=pari |
|
else |
|
libpari=pari-2.2 |
libpari=pari-2.2 |
|
else |
|
libpari=pari |
fi |
fi |
PARIINC='-I${prefix}/include/pari' |
PARIINC='-I${prefix}/include/pari' |
if test "${enable_shared}" != yes ; then |
if test "${enable_shared}" != yes ; then |
Line 4368 if test ${with_pari:=no} != no ; then |
|
Line 4370 if test ${with_pari:=no} != no ; then |
|
#define PARI 1 |
#define PARI 1 |
_ACEOF |
_ACEOF |
|
|
echo "$as_me:$LINENO: checking for egrep" >&5 |
fi |
|
|
|
|
|
|
|
echo "$as_me:$LINENO: checking for egrep" >&5 |
echo $ECHO_N "checking for egrep... $ECHO_C" >&6 |
echo $ECHO_N "checking for egrep... $ECHO_C" >&6 |
if test "${ac_cv_prog_egrep+set}" = set; then |
if test "${ac_cv_prog_egrep+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
Line 4967 cat >>confdefs.h <<_ACEOF |
|
Line 4973 cat >>confdefs.h <<_ACEOF |
|
_ACEOF |
_ACEOF |
|
|
|
|
if test SIZEOF_LONG = 8; then |
if test SIZEOF_LONG = 8; then |
cat >>confdefs.h <<\_ACEOF |
cat >>confdefs.h <<\_ACEOF |
#define LONG_IS_64BIT 1 |
#define LONG_IS_64BIT 1 |
_ACEOF |
_ACEOF |
|
|
else |
else |
cat >>confdefs.h <<\_ACEOF |
cat >>confdefs.h <<\_ACEOF |
#define LONG_IS_32BIT 1 |
#define LONG_IS_32BIT 1 |
_ACEOF |
_ACEOF |
|
|
fi |
|
fi |
fi |
|
|
|
|
|
|
if test "${no_x}" != yes ; then |
if test "${no_x}" != yes ; then |
# Check whether --enable-plot or --disable-plot was given. |
# Check whether --enable-plot or --disable-plot was given. |
if test "${enable_plot+set}" = set; then |
if test "${enable_plot+set}" = set; then |
Line 6109 s,@X_CFLAGS@,$X_CFLAGS,;t t |
|
Line 6111 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,@EGREP@,$EGREP,;t t |
|
s,@PARIINC@,$PARIINC,;t t |
s,@PARIINC@,$PARIINC,;t t |
s,@PARILIB@,$PARILIB,;t t |
s,@PARILIB@,$PARILIB,;t t |
|
s,@EGREP@,$EGREP,;t t |
s,@USE_PLOT_TRUE@,$USE_PLOT_TRUE,;t t |
s,@USE_PLOT_TRUE@,$USE_PLOT_TRUE,;t t |
s,@USE_PLOT_FALSE@,$USE_PLOT_FALSE,;t t |
s,@USE_PLOT_FALSE@,$USE_PLOT_FALSE,;t t |
s,@FEPLIB@,$FEPLIB,;t t |
s,@FEPLIB@,$FEPLIB,;t t |