|
|
|
@ -592,7 +592,7 @@ subprojects_enabled |
|
|
|
subprojects |
|
|
|
EGREP |
|
|
|
GREP |
|
|
|
CPP |
|
|
|
CXXCPP |
|
|
|
stow |
|
|
|
INSTALL_DATA |
|
|
|
INSTALL_SCRIPT |
|
|
|
@ -680,7 +680,7 @@ CXXFLAGS |
|
|
|
CCC |
|
|
|
STOW_ROOT |
|
|
|
STOW_PREFIX |
|
|
|
CPP' |
|
|
|
CXXCPP' |
|
|
|
|
|
|
|
|
|
|
|
# Initialize some variables set by options. |
|
|
|
@ -1318,7 +1318,7 @@ Some influential environment variables: |
|
|
|
CXXFLAGS C++ compiler flags |
|
|
|
STOW_ROOT Root for non-native stow-based installs |
|
|
|
STOW_PREFIX Prefix for stow-based installs |
|
|
|
CPP C preprocessor |
|
|
|
CXXCPP C++ preprocessor |
|
|
|
|
|
|
|
Use these variables to override the choices made by `configure' or to help |
|
|
|
it to find libraries and programs with nonstandard names/locations. |
|
|
|
@ -1476,10 +1476,10 @@ fi |
|
|
|
|
|
|
|
} # ac_fn_cxx_try_compile |
|
|
|
|
|
|
|
# ac_fn_c_try_cpp LINENO |
|
|
|
# ---------------------- |
|
|
|
# ac_fn_cxx_try_cpp LINENO |
|
|
|
# ------------------------ |
|
|
|
# Try to preprocess conftest.$ac_ext, and return whether this succeeded. |
|
|
|
ac_fn_c_try_cpp () |
|
|
|
ac_fn_cxx_try_cpp () |
|
|
|
{ |
|
|
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
|
|
|
if { { ac_try="$ac_cpp conftest.$ac_ext" |
|
|
|
@ -1498,7 +1498,7 @@ $as_echo "$ac_try_echo"; } >&5 |
|
|
|
fi |
|
|
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
|
|
|
test $ac_status = 0; } > conftest.i && { |
|
|
|
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
|
|
|
test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || |
|
|
|
test ! -s conftest.err |
|
|
|
}; then : |
|
|
|
ac_retval=0 |
|
|
|
@ -1511,13 +1511,13 @@ fi |
|
|
|
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
|
|
|
as_fn_set_status $ac_retval |
|
|
|
|
|
|
|
} # ac_fn_c_try_cpp |
|
|
|
} # ac_fn_cxx_try_cpp |
|
|
|
|
|
|
|
# ac_fn_c_try_run LINENO |
|
|
|
# ---------------------- |
|
|
|
# ac_fn_cxx_try_run LINENO |
|
|
|
# ------------------------ |
|
|
|
# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes |
|
|
|
# that executables *can* be run. |
|
|
|
ac_fn_c_try_run () |
|
|
|
ac_fn_cxx_try_run () |
|
|
|
{ |
|
|
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
|
|
|
if { { ac_try="$ac_link" |
|
|
|
@ -1553,7 +1553,7 @@ fi |
|
|
|
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
|
|
|
as_fn_set_status $ac_retval |
|
|
|
|
|
|
|
} # ac_fn_c_try_run |
|
|
|
} # ac_fn_cxx_try_run |
|
|
|
|
|
|
|
# ac_fn_cxx_try_link LINENO |
|
|
|
# ------------------------- |
|
|
|
@ -1952,6 +1952,12 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ |
|
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
|
|
|
|
|
|
|
|
|
|
|
ac_ext=cpp |
|
|
|
ac_cpp='$CXXCPP $CPPFLAGS' |
|
|
|
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
|
|
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
|
|
|
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
|
|
|
|
|
|
|
|
|
|
|
ac_aux_dir= |
|
|
|
for ac_dir in scripts "$srcdir"/scripts; do |
|
|
|
@ -2841,11 +2847,11 @@ if test "x$ac_cv_prog_cc_c89" != xno; then : |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
ac_ext=c |
|
|
|
ac_cpp='$CPP $CPPFLAGS' |
|
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
|
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
|
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
|
|
|
ac_ext=cpp |
|
|
|
ac_cpp='$CXXCPP $CPPFLAGS' |
|
|
|
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
|
|
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
|
|
|
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
|
|
|
|
|
|
|
ac_ext=cpp |
|
|
|
ac_cpp='$CXXCPP $CPPFLAGS' |
|
|
|
@ -3098,11 +3104,11 @@ else |
|
|
|
CXXFLAGS= |
|
|
|
fi |
|
|
|
fi |
|
|
|
ac_ext=c |
|
|
|
ac_cpp='$CPP $CPPFLAGS' |
|
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
|
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
|
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
|
|
|
ac_ext=cpp |
|
|
|
ac_cpp='$CXXCPP $CPPFLAGS' |
|
|
|
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
|
|
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
|
|
|
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
|
|
|
|
|
|
|
if test -n "$ac_tool_prefix"; then |
|
|
|
# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. |
|
|
|
@ -3514,26 +3520,22 @@ fi |
|
|
|
#------------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
|
|
|
ac_ext=c |
|
|
|
ac_cpp='$CPP $CPPFLAGS' |
|
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
|
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
|
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 |
|
|
|
$as_echo_n "checking how to run the C preprocessor... " >&6; } |
|
|
|
# On Suns, sometimes $CPP names a directory. |
|
|
|
if test -n "$CPP" && test -d "$CPP"; then |
|
|
|
CPP= |
|
|
|
fi |
|
|
|
if test -z "$CPP"; then |
|
|
|
if ${ac_cv_prog_CPP+:} false; then : |
|
|
|
ac_ext=cpp |
|
|
|
ac_cpp='$CXXCPP $CPPFLAGS' |
|
|
|
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
|
|
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
|
|
|
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 |
|
|
|
$as_echo_n "checking how to run the C++ preprocessor... " >&6; } |
|
|
|
if test -z "$CXXCPP"; then |
|
|
|
if ${ac_cv_prog_CXXCPP+:} false; then : |
|
|
|
$as_echo_n "(cached) " >&6 |
|
|
|
else |
|
|
|
# Double quotes because CPP needs to be expanded |
|
|
|
for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" |
|
|
|
# Double quotes because CXXCPP needs to be expanded |
|
|
|
for CXXCPP in "$CXX -E" "/lib/cpp" |
|
|
|
do |
|
|
|
ac_preproc_ok=false |
|
|
|
for ac_c_preproc_warn_flag in '' yes |
|
|
|
for ac_cxx_preproc_warn_flag in '' yes |
|
|
|
do |
|
|
|
# Use a header file that comes with gcc, so configuring glibc |
|
|
|
# with a fresh cross-compiler works. |
|
|
|
@ -3550,7 +3552,7 @@ do |
|
|
|
#endif |
|
|
|
Syntax error |
|
|
|
_ACEOF |
|
|
|
if ac_fn_c_try_cpp "$LINENO"; then : |
|
|
|
if ac_fn_cxx_try_cpp "$LINENO"; then : |
|
|
|
|
|
|
|
else |
|
|
|
# Broken: fails on valid input. |
|
|
|
@ -3564,7 +3566,7 @@ rm -f conftest.err conftest.i conftest.$ac_ext |
|
|
|
/* end confdefs.h. */ |
|
|
|
#include <ac_nonexistent.h> |
|
|
|
_ACEOF |
|
|
|
if ac_fn_c_try_cpp "$LINENO"; then : |
|
|
|
if ac_fn_cxx_try_cpp "$LINENO"; then : |
|
|
|
# Broken: success on invalid input. |
|
|
|
continue |
|
|
|
else |
|
|
|
@ -3582,17 +3584,17 @@ if $ac_preproc_ok; then : |
|
|
|
fi |
|
|
|
|
|
|
|
done |
|
|
|
ac_cv_prog_CPP=$CPP |
|
|
|
ac_cv_prog_CXXCPP=$CXXCPP |
|
|
|
|
|
|
|
fi |
|
|
|
CPP=$ac_cv_prog_CPP |
|
|
|
CXXCPP=$ac_cv_prog_CXXCPP |
|
|
|
else |
|
|
|
ac_cv_prog_CPP=$CPP |
|
|
|
ac_cv_prog_CXXCPP=$CXXCPP |
|
|
|
fi |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 |
|
|
|
$as_echo "$CPP" >&6; } |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXXCPP" >&5 |
|
|
|
$as_echo "$CXXCPP" >&6; } |
|
|
|
ac_preproc_ok=false |
|
|
|
for ac_c_preproc_warn_flag in '' yes |
|
|
|
for ac_cxx_preproc_warn_flag in '' yes |
|
|
|
do |
|
|
|
# Use a header file that comes with gcc, so configuring glibc |
|
|
|
# with a fresh cross-compiler works. |
|
|
|
@ -3609,7 +3611,7 @@ do |
|
|
|
#endif |
|
|
|
Syntax error |
|
|
|
_ACEOF |
|
|
|
if ac_fn_c_try_cpp "$LINENO"; then : |
|
|
|
if ac_fn_cxx_try_cpp "$LINENO"; then : |
|
|
|
|
|
|
|
else |
|
|
|
# Broken: fails on valid input. |
|
|
|
@ -3623,7 +3625,7 @@ rm -f conftest.err conftest.i conftest.$ac_ext |
|
|
|
/* end confdefs.h. */ |
|
|
|
#include <ac_nonexistent.h> |
|
|
|
_ACEOF |
|
|
|
if ac_fn_c_try_cpp "$LINENO"; then : |
|
|
|
if ac_fn_cxx_try_cpp "$LINENO"; then : |
|
|
|
# Broken: success on invalid input. |
|
|
|
continue |
|
|
|
else |
|
|
|
@ -3641,15 +3643,15 @@ if $ac_preproc_ok; then : |
|
|
|
else |
|
|
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
|
|
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
|
|
|
as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
|
|
|
as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check |
|
|
|
See \`config.log' for more details" "$LINENO" 5; } |
|
|
|
fi |
|
|
|
|
|
|
|
ac_ext=c |
|
|
|
ac_cpp='$CPP $CPPFLAGS' |
|
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
|
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
|
|
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
|
|
|
ac_ext=cpp |
|
|
|
ac_cpp='$CXXCPP $CPPFLAGS' |
|
|
|
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
|
|
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
|
|
|
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
|
|
|
|
|
|
|
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 |
|
|
|
@ -3802,7 +3804,7 @@ main () |
|
|
|
return 0; |
|
|
|
} |
|
|
|
_ACEOF |
|
|
|
if ac_fn_c_try_compile "$LINENO"; then : |
|
|
|
if ac_fn_cxx_try_compile "$LINENO"; then : |
|
|
|
ac_cv_header_stdc=yes |
|
|
|
else |
|
|
|
ac_cv_header_stdc=no |
|
|
|
@ -3875,7 +3877,7 @@ main () |
|
|
|
return 0; |
|
|
|
} |
|
|
|
_ACEOF |
|
|
|
if ac_fn_c_try_run "$LINENO"; then : |
|
|
|
if ac_fn_cxx_try_run "$LINENO"; then : |
|
|
|
|
|
|
|
else |
|
|
|
ac_cv_header_stdc=no |
|
|
|
@ -3913,7 +3915,6 @@ CXXFLAGS="-Wall -Wno-unused -O2 -std=c++11" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Add command line argument to enable all optional subprojects |
|
|
|
|
|
|
|
# Check whether --enable-optional-subprojects was given. |
|
|
|
|