version 1.5, 2020/01/08 17:10:53 |
version 1.6, 2020/01/09 02:34:59 |
|
|
XPMLIB |
XPMLIB |
GCINC |
GCINC |
GCLIB |
GCLIB |
|
ASIR_STATIC_FALSE |
|
ASIR_STATIC_TRUE |
X_EXTRA_LIBS |
X_EXTRA_LIBS |
X_LIBS |
X_LIBS |
X_PRE_LIBS |
X_PRE_LIBS |
|
|
with_sysroot |
with_sysroot |
enable_libtool_lock |
enable_libtool_lock |
with_x |
with_x |
|
enable_static_asir |
with_asir_gc |
with_asir_gc |
enable_plot |
enable_plot |
enable_static_gmp |
enable_static_gmp |
Line 1443 Optional Features: |
|
Line 1446 Optional Features: |
|
--disable-dependency-tracking |
--disable-dependency-tracking |
speeds up one-time build |
speeds up one-time build |
--disable-libtool-lock avoid locking (might break parallel builds) |
--disable-libtool-lock avoid locking (might break parallel builds) |
--enable-shared enable linking shared libraries. [no] |
--enable-static-asir force to link statically with libasir. [yes] |
--enable-plot enable plot feature. [no] |
--enable-plot enable plot feature. [no] |
--enable-static-gmp force to link statically with gmp. [no] |
--enable-static-gmp force to link statically with gmp. [no] |
--enable-interval enable interval feature. [no] |
--enable-interval enable interval feature. [no] |
|
|
fi |
fi |
|
|
|
|
# Check whether --enable-shared was given. |
# Check whether --enable-static_asir was given. |
if test "${enable_shared+set}" = set; then : |
if test "${enable_static_asir+set}" = set; then : |
enableval=$enable_shared; enable_shared=yes |
enableval=$enable_static_asir; enable_static_asir=${enableval} |
else |
else |
enable_shared=no |
enable_static_asir=yes |
fi |
fi |
|
|
|
if test "${enable_static_asir}" = yes; then |
if test "${enable_shared:=no}" != no ; then |
ASIR_STATIC_TRUE= |
true |
ASIR_STATIC_FALSE='#' |
|
else |
|
ASIR_STATIC_TRUE='#' |
|
ASIR_STATIC_FALSE= |
fi |
fi |
|
|
|
|
if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; then |
if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; then |
if test "${ac_cv_prog_cc_g}" = yes; then |
if test "${ac_cv_prog_cc_g}" = yes; then |
CFLAGS="-g -O" |
CFLAGS="-g -O" |
Line 14275 Usually this means the macro was only invoked conditio |
|
Line 14282 Usually this means the macro was only invoked conditio |
|
fi |
fi |
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then |
as_fn_error $? "conditional \"am__fastdepCC\" was never defined. |
as_fn_error $? "conditional \"am__fastdepCC\" was never defined. |
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
|
fi |
|
if test -z "${ASIR_STATIC_TRUE}" && test -z "${ASIR_STATIC_FALSE}"; then |
|
as_fn_error $? "conditional \"ASIR_STATIC\" was never defined. |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
fi |
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 |