| version 1.60, 2015/08/04 06:46:29 |
version 1.71, 2021/03/24 18:27:09 |
| Line 623 ac_subst_vars='am__EXEEXT_FALSE |
|
| Line 623 ac_subst_vars='am__EXEEXT_FALSE |
|
| am__EXEEXT_TRUE |
am__EXEEXT_TRUE |
| LTLIBOBJS |
LTLIBOBJS |
| LIBOBJS |
LIBOBJS |
| |
WSLIB |
| asm_obj |
asm_obj |
| USE_GC_SPARC64 |
USE_GC_SPARC64 |
| libasir_postfix |
libasir_postfix |
| LAPACKLIB |
LAPACKLIB |
| FEPLIB |
FEPLIB |
| |
GMPLIB |
| USE_PLOT_FALSE |
USE_PLOT_FALSE |
| USE_PLOT_TRUE |
USE_PLOT_TRUE |
| XPMLIB |
XPMLIB |
|
|
| AMDEPBACKSLASH |
AMDEPBACKSLASH |
| AMDEP_FALSE |
AMDEP_FALSE |
| AMDEP_TRUE |
AMDEP_TRUE |
| am__quote |
|
| am__include |
am__include |
| DEPDIR |
DEPDIR |
| OBJEXT |
OBJEXT |
|
|
| PACKAGE_TARNAME |
PACKAGE_TARNAME |
| PACKAGE_NAME |
PACKAGE_NAME |
| PATH_SEPARATOR |
PATH_SEPARATOR |
| SHELL' |
SHELL |
| |
am__quote' |
| ac_subst_files='' |
ac_subst_files='' |
| ac_user_opts=' |
ac_user_opts=' |
| enable_option_checking |
enable_option_checking |
|
|
| with_distdir |
with_distdir |
| with_pari |
with_pari |
| enable_plot |
enable_plot |
| |
enable_static_gmp |
| enable_interval |
enable_interval |
| enable_fft_float |
enable_fft_float |
| with_mpi |
with_mpi |
| Line 1410 Optional Features: |
|
| Line 1413 Optional Features: |
|
| speeds up one-time build |
speeds up one-time build |
| --enable-shared enable linking shared libraries. [no] |
--enable-shared enable linking shared libraries. [no] |
| --enable-plot enable plot feature. [no] |
--enable-plot enable plot feature. [no] |
| |
--enable-static-gmp force to link statically with gmp. [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 2509 test -n "$target_alias" && |
|
| Line 2513 test -n "$target_alias" && |
|
| test "$program_prefix$program_suffix$program_transform_name" = \ |
test "$program_prefix$program_suffix$program_transform_name" = \ |
| NONENONEs,x,x, && |
NONENONEs,x,x, && |
| program_prefix=${target_alias}- |
program_prefix=${target_alias}- |
| am__api_version='1.15' |
am__api_version='1.16' |
| |
|
| # Find a good install program. We prefer a C program (faster), |
# Find a good install program. We prefer a C program (faster), |
| # so one script is as good as another. But avoid the broken or |
# so one script is as good as another. But avoid the broken or |
| Line 3025 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
|
| Line 3029 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
|
| |
|
| # For better backward compatibility. To be removed once Automake 1.9.x |
# For better backward compatibility. To be removed once Automake 1.9.x |
| # dies out for good. For more background, see: |
# dies out for good. For more background, see: |
| # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
| # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
| mkdir_p='$(MKDIR_P)' |
mkdir_p='$(MKDIR_P)' |
| |
|
| # We need awk for the "check" target (and possibly the TAP driver). The |
# We need awk for the "check" target (and possibly the TAP driver). The |
|
|
| Aborting the configuration process, to ensure you take notice of the issue. |
Aborting the configuration process, to ensure you take notice of the issue. |
| |
|
| You can download and install GNU coreutils to get an 'rm' implementation |
You can download and install GNU coreutils to get an 'rm' implementation |
| that behaves properly: <http://www.gnu.org/software/coreutils/>. |
that behaves properly: <https://www.gnu.org/software/coreutils/>. |
| |
|
| If you want to complete the configuration process using your problematic |
If you want to complete the configuration process using your problematic |
| 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
| Line 3963 DEPDIR="${am__leading_dot}deps" |
|
| Line 3967 DEPDIR="${am__leading_dot}deps" |
|
| |
|
| ac_config_commands="$ac_config_commands depfiles" |
ac_config_commands="$ac_config_commands depfiles" |
| |
|
| |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 |
| am_make=${MAKE-make} |
$as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; } |
| cat > confinc << 'END' |
cat > confinc.mk << 'END' |
| am__doit: |
am__doit: |
| @echo this is the am__doit target |
@echo this is the am__doit target >confinc.out |
| .PHONY: am__doit |
.PHONY: am__doit |
| END |
END |
| # If we don't find an include directive, just comment out the code. |
|
| { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 |
|
| $as_echo_n "checking for style of include used by $am_make... " >&6; } |
|
| am__include="#" |
am__include="#" |
| am__quote= |
am__quote= |
| _am_result=none |
# BSD make does it like this. |
| # First try GNU make style include. |
echo '.include "confinc.mk" # ignored' > confmf.BSD |
| echo "include confinc" > confmf |
# Other make implementations (GNU, Solaris 10, AIX) do it like this. |
| # Ignore all kinds of additional output from 'make'. |
echo 'include confinc.mk # ignored' > confmf.GNU |
| case `$am_make -s -f confmf 2> /dev/null` in #( |
_am_result=no |
| *the\ am__doit\ target*) |
for s in GNU BSD; do |
| am__include=include |
{ echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 |
| am__quote= |
(${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 |
| _am_result=GNU |
ac_status=$? |
| ;; |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| esac |
(exit $ac_status); } |
| # Now try BSD make style include. |
case $?:`cat confinc.out 2>/dev/null` in #( |
| if test "$am__include" = "#"; then |
'0:this is the am__doit target') : |
| echo '.include "confinc"' > confmf |
case $s in #( |
| case `$am_make -s -f confmf 2> /dev/null` in #( |
BSD) : |
| *the\ am__doit\ target*) |
am__include='.include' am__quote='"' ;; #( |
| am__include=.include |
*) : |
| am__quote="\"" |
am__include='include' am__quote='' ;; |
| _am_result=BSD |
esac ;; #( |
| |
*) : |
| ;; |
;; |
| esac |
esac |
| fi |
if test "$am__include" != "#"; then |
| |
_am_result="yes ($s style)" |
| |
break |
| |
fi |
| |
done |
| |
rm -f confinc.* confmf.* |
| |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 |
| |
$as_echo "${_am_result}" >&6; } |
| |
|
| |
|
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 |
|
| $as_echo "$_am_result" >&6; } |
|
| rm -f confinc confmf |
|
| |
|
| # Check whether --enable-dependency-tracking was given. |
# Check whether --enable-dependency-tracking was given. |
| if test "${enable_dependency_tracking+set}" = set; then : |
if test "${enable_dependency_tracking+set}" = set; then : |
| enableval=$enable_dependency_tracking; |
enableval=$enable_dependency_tracking; |
| Line 4519 ac_x_header_dirs=' |
|
| Line 4523 ac_x_header_dirs=' |
|
| /usr/local/X11R5/include |
/usr/local/X11R5/include |
| /usr/local/X11R4/include |
/usr/local/X11R4/include |
| |
|
| /opt/X11/include |
|
| /usr/local/include/X11 |
/usr/local/include/X11 |
| /usr/local/include/X11R7 |
/usr/local/include/X11R7 |
| /usr/local/include/X11R6 |
/usr/local/include/X11R6 |
| Line 5145 elif test `basename ./"${CC}"` = "icc" ; then |
|
| Line 5148 elif test `basename ./"${CC}"` = "icc" ; then |
|
| CFLAGS="-g -O" |
CFLAGS="-g -O" |
| fi |
fi |
| |
|
| GC=gc-7.2 |
GC=gc-7.4.18 |
| |
|
| # Check whether --with-asir-gc was given. |
# Check whether --with-asir-gc was given. |
| if test "${with_asir_gc+set}" = set; then : |
if test "${with_asir_gc+set}" = set; then : |
|
|
| fi |
fi |
| |
|
| |
|
| |
GMPLIB="-L${libdir} -lmpfi -lmpc -lmpfr -lgmp" |
| |
# Check whether --enable-static_gmp was given. |
| |
if test "${enable_static_gmp+set}" = set; then : |
| |
enableval=$enable_static_gmp; enable_static_gmp=yes |
| |
else |
| |
enable_static_gmp=no |
| |
fi |
| |
|
| |
if test ${enable_static_gmp:=no} != no ; then |
| |
GMPLIB='${libdir}/libmpc.a ${libdir}/libmpfr.a ${libdir}/libgmp.a' |
| |
fi |
| |
|
| |
|
| # Check whether --enable-interval was given. |
# Check whether --enable-interval was given. |
| if test "${enable_interval+set}" = set; then : |
if test "${enable_interval+set}" = set; then : |
| enableval=$enable_interval; enable_interval=${enableval} |
enableval=$enable_interval; enable_interval=${enableval} |
|
|
| CFLAGS="${CFLAGS} -fsigned-char" |
CFLAGS="${CFLAGS} -fsigned-char" |
| fi |
fi |
| ;; |
;; |
| |
*-*-mingw*) |
| |
WSLIB="-lws2_32" |
| |
asm_obj="${generic_obj}" |
| |
;; |
| *) |
*) |
| asm_obj="${generic_obj}" |
asm_obj="${generic_obj}" |
| ;; |
;; |
|
|
| |
|
| |
|
| |
|
| |
|
| |
for ac_func in sigaction |
| |
do : |
| |
ac_fn_c_check_func "$LINENO" "sigaction" "ac_cv_func_sigaction" |
| |
if test "x$ac_cv_func_sigaction" = xyes; then : |
| |
cat >>confdefs.h <<_ACEOF |
| |
#define HAVE_SIGACTION 1 |
| |
_ACEOF |
| |
|
| |
fi |
| |
done |
| |
|
| ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" |
ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" |
| if test "x$ac_cv_func_socket" = xyes; then : |
if test "x$ac_cv_func_socket" = xyes; then : |
| |
|
|
|
| fi |
fi |
| |
|
| |
|
| ac_config_files="$ac_config_files Makefile engine/Makefile asm/Makefile builtin/Makefile fft/Makefile include/Makefile io/Makefile lib/Makefile parse/Makefile plot/Makefile" |
ac_config_files="$ac_config_files Makefile engine/Makefile asm/Makefile builtin/Makefile fft/Makefile include/Makefile io/Makefile lib/Makefile parse/Makefile plot/Makefile asir2000" |
| |
|
| cat >confcache <<\_ACEOF |
cat >confcache <<\_ACEOF |
| # This file is a shell script that caches the results of configure |
# This file is a shell script that caches the results of configure |
| Line 6517 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
|
| Line 6549 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
|
| # |
# |
| # INIT-COMMANDS |
# INIT-COMMANDS |
| # |
# |
| AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" |
AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" |
| |
|
| _ACEOF |
_ACEOF |
| |
|
|
|
| "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; |
"lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; |
| "parse/Makefile") CONFIG_FILES="$CONFIG_FILES parse/Makefile" ;; |
"parse/Makefile") CONFIG_FILES="$CONFIG_FILES parse/Makefile" ;; |
| "plot/Makefile") CONFIG_FILES="$CONFIG_FILES plot/Makefile" ;; |
"plot/Makefile") CONFIG_FILES="$CONFIG_FILES plot/Makefile" ;; |
| |
"asir2000") CONFIG_FILES="$CONFIG_FILES asir2000" ;; |
| |
|
| *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
| esac |
esac |
| Line 6971 $as_echo "$as_me: executing $ac_file commands" >&6;} |
|
| Line 7004 $as_echo "$as_me: executing $ac_file commands" >&6;} |
|
| # Older Autoconf quotes --file arguments for eval, but not when files |
# Older Autoconf quotes --file arguments for eval, but not when files |
| # are listed without --file. Let's play safe and only enable the eval |
# are listed without --file. Let's play safe and only enable the eval |
| # if we detect the quoting. |
# if we detect the quoting. |
| case $CONFIG_FILES in |
# TODO: see whether this extra hack can be removed once we start |
| *\'*) eval set x "$CONFIG_FILES" ;; |
# requiring Autoconf 2.70 or later. |
| *) set x $CONFIG_FILES ;; |
case $CONFIG_FILES in #( |
| esac |
*\'*) : |
| |
eval set x "$CONFIG_FILES" ;; #( |
| |
*) : |
| |
set x $CONFIG_FILES ;; #( |
| |
*) : |
| |
;; |
| |
esac |
| shift |
shift |
| for mf |
# Used to flag and report bootstrapping failures. |
| |
am_rc=0 |
| |
for am_mf |
| do |
do |
| # Strip MF so we end up with the name of the file. |
# Strip MF so we end up with the name of the file. |
| mf=`echo "$mf" | sed -e 's/:.*$//'` |
am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` |
| # Check whether this is an Automake generated Makefile or not. |
# Check whether this is an Automake generated Makefile which includes |
| # We used to match only the files named 'Makefile.in', but |
# dependency-tracking related rules and includes. |
| # some people rename them; so instead we look at the file content. |
# Grep'ing the whole file directly is not great: AIX grep has a line |
| # Grep'ing the first line is not enough: some people post-process |
|
| # each Makefile.in and add a new line on top of each file to say so. |
|
| # Grep'ing the whole file is not good either: AIX grep has a line |
|
| # limit of 2048, but all sed's we know have understand at least 4000. |
# limit of 2048, but all sed's we know have understand at least 4000. |
| if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then |
sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ |
| dirpart=`$as_dirname -- "$mf" || |
|| continue |
| $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
am_dirpart=`$as_dirname -- "$am_mf" || |
| X"$mf" : 'X\(//\)[^/]' \| \ |
$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| X"$mf" : 'X\(//\)$' \| \ |
X"$am_mf" : 'X\(//\)[^/]' \| \ |
| X"$mf" : 'X\(/\)' \| . 2>/dev/null || |
X"$am_mf" : 'X\(//\)$' \| \ |
| $as_echo X"$mf" | |
X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || |
| |
$as_echo X"$am_mf" | |
| sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
| s//\1/ |
s//\1/ |
| q |
q |
| Line 7011 $as_echo X"$mf" | |
|
| Line 7050 $as_echo X"$mf" | |
|
| q |
q |
| } |
} |
| s/.*/./; q'` |
s/.*/./; q'` |
| else |
am_filepart=`$as_basename -- "$am_mf" || |
| continue |
$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ |
| fi |
X"$am_mf" : 'X\(//\)$' \| \ |
| # Extract the definition of DEPDIR, am__include, and am__quote |
X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || |
| # from the Makefile without running 'make'. |
$as_echo X/"$am_mf" | |
| DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
sed '/^.*\/\([^/][^/]*\)\/*$/{ |
| test -z "$DEPDIR" && continue |
|
| am__include=`sed -n 's/^am__include = //p' < "$mf"` |
|
| test -z "$am__include" && continue |
|
| am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
|
| # Find all dependency output files, they are included files with |
|
| # $(DEPDIR) in their names. We invoke sed twice because it is the |
|
| # simplest approach to changing $(DEPDIR) to its actual value in the |
|
| # expansion. |
|
| for file in `sed -n " |
|
| s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
|
| sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do |
|
| # Make sure the directory exists. |
|
| test -f "$dirpart/$file" && continue |
|
| fdir=`$as_dirname -- "$file" || |
|
| $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|
| X"$file" : 'X\(//\)[^/]' \| \ |
|
| X"$file" : 'X\(//\)$' \| \ |
|
| X"$file" : 'X\(/\)' \| . 2>/dev/null || |
|
| $as_echo X"$file" | |
|
| sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
|
| s//\1/ |
s//\1/ |
| q |
q |
| } |
} |
| /^X\(\/\/\)[^/].*/{ |
/^X\/\(\/\/\)$/{ |
| s//\1/ |
s//\1/ |
| q |
q |
| } |
} |
| /^X\(\/\/\)$/{ |
/^X\/\(\/\).*/{ |
| s//\1/ |
s//\1/ |
| q |
q |
| } |
} |
| /^X\(\/\).*/{ |
|
| s//\1/ |
|
| q |
|
| } |
|
| s/.*/./; q'` |
s/.*/./; q'` |
| as_dir=$dirpart/$fdir; as_fn_mkdir_p |
{ echo "$as_me:$LINENO: cd "$am_dirpart" \ |
| # echo "creating $dirpart/$file" |
&& sed -e '/# am--include-marker/d' "$am_filepart" \ |
| echo '# dummy' > "$dirpart/$file" |
| $MAKE -f - am--depfiles" >&5 |
| done |
(cd "$am_dirpart" \ |
| |
&& sed -e '/# am--include-marker/d' "$am_filepart" \ |
| |
| $MAKE -f - am--depfiles) >&5 2>&5 |
| |
ac_status=$? |
| |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| |
(exit $ac_status); } || am_rc=$? |
| done |
done |
| |
if test $am_rc -ne 0; then |
| |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| |
as_fn_error $? "Something went wrong bootstrapping makefile fragments |
| |
for automatic dependency tracking. Try re-running configure with the |
| |
'--disable-dependency-tracking' option to at least be able to build |
| |
the package (albeit without support for automatic dependency tracking). |
| |
See \`config.log' for more details" "$LINENO" 5; } |
| |
fi |
| |
{ am_dirpart=; unset am_dirpart;} |
| |
{ am_filepart=; unset am_filepart;} |
| |
{ am_mf=; unset am_mf;} |
| |
{ am_rc=; unset am_rc;} |
| |
rm -f conftest-deps.mk |
| } |
} |
| ;; |
;; |
| |
|