|
@@ -613,6 +613,10 @@ CPPFLAGS
|
|
|
LDFLAGS
|
|
|
CXXFLAGS
|
|
|
CXX
|
|
|
+AM_BACKSLASH
|
|
|
+AM_DEFAULT_VERBOSITY
|
|
|
+AM_DEFAULT_V
|
|
|
+AM_V
|
|
|
am__untar
|
|
|
am__tar
|
|
|
AMTAR
|
|
@@ -677,6 +681,7 @@ SHELL'
|
|
|
ac_subst_files=''
|
|
|
ac_user_opts='
|
|
|
enable_option_checking
|
|
|
+enable_silent_rules
|
|
|
enable_dependency_tracking
|
|
|
'
|
|
|
ac_precious_vars='build_alias
|
|
@@ -1304,6 +1309,8 @@ Optional Features:
|
|
|
--disable-option-checking ignore unrecognized --enable/--with options
|
|
|
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
|
|
|
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
|
|
|
+ --enable-silent-rules less verbose build output (undo: "make V=1")
|
|
|
+ --disable-silent-rules verbose build output (undo: "make V=0")
|
|
|
--enable-dependency-tracking
|
|
|
do not reject slow dependency extractors
|
|
|
--disable-dependency-tracking
|
|
@@ -1829,7 +1836,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
|
|
|
|
|
|
|
|
|
|
-am__api_version='1.12'
|
|
|
+am__api_version='1.13'
|
|
|
|
|
|
ac_aux_dir=
|
|
|
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
|
|
@@ -2042,8 +2049,8 @@ if test x"${MISSING+set}" != xset; then
|
|
|
esac
|
|
|
fi
|
|
|
# Use eval to expand $SHELL
|
|
|
-if eval "$MISSING --run true"; then
|
|
|
- am_missing_run="$MISSING --run "
|
|
|
+if eval "$MISSING --is-lightweight"; then
|
|
|
+ am_missing_run="$MISSING "
|
|
|
else
|
|
|
am_missing_run=
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
|
|
@@ -2283,6 +2290,45 @@ else
|
|
|
fi
|
|
|
rmdir .tst 2>/dev/null
|
|
|
|
|
|
+# Check whether --enable-silent-rules was given.
|
|
|
+if test "${enable_silent_rules+set}" = set; then :
|
|
|
+ enableval=$enable_silent_rules;
|
|
|
+fi
|
|
|
+
|
|
|
+case $enable_silent_rules in # (((
|
|
|
+ yes) AM_DEFAULT_VERBOSITY=0;;
|
|
|
+ no) AM_DEFAULT_VERBOSITY=1;;
|
|
|
+ *) AM_DEFAULT_VERBOSITY=1;;
|
|
|
+esac
|
|
|
+am_make=${MAKE-make}
|
|
|
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
|
|
|
+$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
|
|
|
+if ${am_cv_make_support_nested_variables+:} false; then :
|
|
|
+ $as_echo_n "(cached) " >&6
|
|
|
+else
|
|
|
+ if $as_echo 'TRUE=$(BAR$(V))
|
|
|
+BAR0=false
|
|
|
+BAR1=true
|
|
|
+V=1
|
|
|
+am__doit:
|
|
|
+ @$(TRUE)
|
|
|
+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
|
|
|
+ am_cv_make_support_nested_variables=yes
|
|
|
+else
|
|
|
+ am_cv_make_support_nested_variables=no
|
|
|
+fi
|
|
|
+fi
|
|
|
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
|
|
|
+$as_echo "$am_cv_make_support_nested_variables" >&6; }
|
|
|
+if test $am_cv_make_support_nested_variables = yes; then
|
|
|
+ AM_V='$(V)'
|
|
|
+ AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
|
|
|
+else
|
|
|
+ AM_V=$AM_DEFAULT_VERBOSITY
|
|
|
+ AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
|
|
|
+fi
|
|
|
+AM_BACKSLASH='\'
|
|
|
+
|
|
|
if test "`cd $srcdir && pwd`" != "`pwd`"; then
|
|
|
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output
|
|
|
# is not polluted with repeated "-I."
|
|
@@ -2345,6 +2391,10 @@ mkdir_p='$(MKDIR_P)'
|
|
|
# in the wild :-( We should find a proper way to deprecate it ...
|
|
|
AMTAR='$${TAR-tar}'
|
|
|
|
|
|
+
|
|
|
+# We'll loop over all known methods to create a tar archive until one works.
|
|
|
+_am_tools='gnutar pax cpio none'
|
|
|
+
|
|
|
am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
|
|
|
|
|
|
|
|
@@ -2353,6 +2403,7 @@ am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
# Checks for programs.
|
|
|
ac_ext=cpp
|
|
|
ac_cpp='$CXXCPP $CPPFLAGS'
|
|
@@ -4992,7 +5043,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
|
|
|
|
|
|
case $ac_file$ac_mode in
|
|
|
"depfiles":C) test x"$AMDEP_TRUE" != x"" || {
|
|
|
- # Autoconf 2.62 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
|
|
|
# if we detect the quoting.
|
|
|
case $CONFIG_FILES in
|
|
@@ -5043,7 +5094,7 @@ $as_echo X"$mf" |
|
|
|
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
|
|
|
test -z "$DEPDIR" && continue
|
|
|
am__include=`sed -n 's/^am__include = //p' < "$mf"`
|
|
|
- test -z "am__include" && continue
|
|
|
+ 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
|