version 1.2, 2018/09/19 06:51:27 |
version 1.4, 2019/11/12 10:53:22 |
|
|
docdir |
docdir |
oldincludedir |
oldincludedir |
includedir |
includedir |
|
runstatedir |
localstatedir |
localstatedir |
sharedstatedir |
sharedstatedir |
sysconfdir |
sysconfdir |
Line 817 datadir='${datarootdir}' |
|
Line 818 datadir='${datarootdir}' |
|
sysconfdir='${prefix}/etc' |
sysconfdir='${prefix}/etc' |
sharedstatedir='${prefix}/com' |
sharedstatedir='${prefix}/com' |
localstatedir='${prefix}/var' |
localstatedir='${prefix}/var' |
|
runstatedir='${localstatedir}/run' |
includedir='${prefix}/include' |
includedir='${prefix}/include' |
oldincludedir='/usr/include' |
oldincludedir='/usr/include' |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
|
|
| -silent | --silent | --silen | --sile | --sil) |
| -silent | --silent | --silen | --sile | --sil) |
silent=yes ;; |
silent=yes ;; |
|
|
|
-runstatedir | --runstatedir | --runstatedi | --runstated \ |
|
| --runstate | --runstat | --runsta | --runst | --runs \ |
|
| --run | --ru | --r) |
|
ac_prev=runstatedir ;; |
|
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ |
|
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ |
|
| --run=* | --ru=* | --r=*) |
|
runstatedir=$ac_optarg ;; |
|
|
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) |
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) |
ac_prev=sbindir ;; |
ac_prev=sbindir ;; |
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ |
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ |
|
|
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
datadir sysconfdir sharedstatedir localstatedir includedir \ |
datadir sysconfdir sharedstatedir localstatedir includedir \ |
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
libdir localedir mandir |
libdir localedir mandir runstatedir |
do |
do |
eval ac_val=\$$ac_var |
eval ac_val=\$$ac_var |
# Remove trailing slashes. |
# Remove trailing slashes. |
Line 1359 Fine tuning of the installation directories: |
|
Line 1370 Fine tuning of the installation directories: |
|
--sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
--sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
--localstatedir=DIR modifiable single-machine data [PREFIX/var] |
--localstatedir=DIR modifiable single-machine data [PREFIX/var] |
|
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] |
--libdir=DIR object code libraries [EPREFIX/lib] |
--libdir=DIR object code libraries [EPREFIX/lib] |
--includedir=DIR C header files [PREFIX/include] |
--includedir=DIR C header files [PREFIX/include] |
--oldincludedir=DIR C header files for non-gcc [/usr/include] |
--oldincludedir=DIR C header files for non-gcc [/usr/include] |
Line 2513 test -n "$target_alias" && |
|
Line 2525 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.14' |
am__api_version='1.15' |
|
|
# 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 |
|
|
$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} |
$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} |
fi |
fi |
|
|
if test x"${install_sh}" != xset; then |
if test x"${install_sh+set}" != xset; then |
case $am_aux_dir in |
case $am_aux_dir in |
*\ * | *\ *) |
*\ * | *\ *) |
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; |
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; |
Line 3033 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
|
Line 3045 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
|
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
# <http://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. The system "awk" is bad on |
# We need awk for the "check" target (and possibly the TAP driver). The |
# some platforms. |
# system "awk" is bad on some platforms. |
# Always define AMTAR for backward compatibility. Yes, it's still used |
# Always define AMTAR for backward compatibility. Yes, it's still used |
# in the wild :-( We should find a proper way to deprecate it ... |
# in the wild :-( We should find a proper way to deprecate it ... |
AMTAR='$${TAR-tar}' |
AMTAR='$${TAR-tar}' |
|
|
fi |
fi |
|
|
|
|
GMPLIB="-L${libdir} -lmpc -lmpfr -lgmp" |
GMPLIB="-L${libdir} -lmpfi -lmpc -lmpfr -lgmp" |
# Check whether --enable-static_gmp was given. |
# Check whether --enable-static_gmp was given. |
if test "${enable_static_gmp+set}" = set; then : |
if test "${enable_static_gmp+set}" = set; then : |
enableval=$enable_static_gmp; enable_static_gmp=yes |
enableval=$enable_static_gmp; enable_static_gmp=yes |