|
|
@ -807,6 +807,7 @@ target_alias |
|
|
|
INSTALL_PROGRAM |
|
|
|
INSTALL_SCRIPT |
|
|
|
INSTALL_DATA |
|
|
|
am__isrc |
|
|
|
CYGPATH_W |
|
|
|
PACKAGE |
|
|
|
VERSION |
|
|
@ -815,13 +816,16 @@ AUTOCONF |
|
|
|
AUTOMAKE |
|
|
|
AUTOHEADER |
|
|
|
MAKEINFO |
|
|
|
AMTAR |
|
|
|
install_sh |
|
|
|
STRIP |
|
|
|
INSTALL_STRIP_PROGRAM |
|
|
|
mkdir_p |
|
|
|
AWK |
|
|
|
SET_MAKE |
|
|
|
am__leading_dot |
|
|
|
AMTAR |
|
|
|
am__tar |
|
|
|
am__untar |
|
|
|
MAINTAINER_MODE_TRUE |
|
|
|
MAINTAINER_MODE_FALSE |
|
|
|
MAINT |
|
|
@ -1465,14 +1469,14 @@ if test -n "$ac_init_help"; then |
|
|
|
Optional Features: |
|
|
|
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
|
|
|
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
|
|
|
--enable-maintainer-mode enable make rules and dependencies not useful |
|
|
|
(and sometimes confusing) to the casual installer |
|
|
|
--enable-maintainer-mode enable make rules and dependencies not useful |
|
|
|
(and sometimes confusing) to the casual installer |
|
|
|
--enable-shared[=PKGS] build shared libraries [default=yes] |
|
|
|
--enable-static[=PKGS] build static libraries [default=yes] |
|
|
|
--enable-fast-install[=PKGS] |
|
|
|
optimize for fast installation [default=yes] |
|
|
|
--disable-dependency-tracking Speeds up one-time builds |
|
|
|
--enable-dependency-tracking Do not reject slow dependency extractors |
|
|
|
--disable-dependency-tracking speeds up one-time build |
|
|
|
--enable-dependency-tracking do not reject slow dependency extractors |
|
|
|
--disable-libtool-lock avoid locking (might break parallel builds) |
|
|
|
|
|
|
|
Optional Packages: |
|
|
@ -1922,7 +1926,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
am__api_version="1.7" |
|
|
|
am__api_version='1.10' |
|
|
|
|
|
|
|
ac_aux_dir= |
|
|
|
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
|
|
|
if test -f "$ac_dir/install-sh"; then |
|
|
@ -2092,7 +2097,6 @@ _ACEOF |
|
|
|
program_transform_name=`echo $program_transform_name | sed -f conftest.sed` |
|
|
|
rm -f conftest.sed |
|
|
|
|
|
|
|
|
|
|
|
# expand $ac_aux_dir to an absolute path |
|
|
|
am_aux_dir=`cd $ac_aux_dir && pwd` |
|
|
|
|
|
|
@ -2106,6 +2110,54 @@ else |
|
|
|
echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} |
|
|
|
fi |
|
|
|
|
|
|
|
{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 |
|
|
|
echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } |
|
|
|
if test -z "$MKDIR_P"; then |
|
|
|
if test "${ac_cv_path_mkdir+set}" = set; then |
|
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6 |
|
|
|
else |
|
|
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|
|
|
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin |
|
|
|
do |
|
|
|
IFS=$as_save_IFS |
|
|
|
test -z "$as_dir" && as_dir=. |
|
|
|
for ac_prog in mkdir gmkdir; do |
|
|
|
for ac_exec_ext in '' $ac_executable_extensions; do |
|
|
|
{ test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue |
|
|
|
case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( |
|
|
|
'mkdir (GNU coreutils) '* | \ |
|
|
|
'mkdir (coreutils) '* | \ |
|
|
|
'mkdir (fileutils) '4.1*) |
|
|
|
ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext |
|
|
|
break 3;; |
|
|
|
esac |
|
|
|
done |
|
|
|
done |
|
|
|
done |
|
|
|
IFS=$as_save_IFS |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
if test "${ac_cv_path_mkdir+set}" = set; then |
|
|
|
MKDIR_P="$ac_cv_path_mkdir -p" |
|
|
|
else |
|
|
|
# As a last resort, use the slow shell script. Don't cache a |
|
|
|
# value for MKDIR_P within a source directory, because that will |
|
|
|
# break other packages using the cache if that directory is |
|
|
|
# removed, or if the value is a relative name. |
|
|
|
test -d ./--version && rmdir ./--version |
|
|
|
MKDIR_P="$ac_install_sh -d" |
|
|
|
fi |
|
|
|
fi |
|
|
|
{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5 |
|
|
|
echo "${ECHO_T}$MKDIR_P" >&6; } |
|
|
|
|
|
|
|
mkdir_p="$MKDIR_P" |
|
|
|
case $mkdir_p in |
|
|
|
[\\/$]* | ?:[\\/]*) ;; |
|
|
|
*/*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; |
|
|
|
esac |
|
|
|
|
|
|
|
for ac_prog in gawk mawk nawk awk |
|
|
|
do |
|
|
|
# Extract the first word of "$ac_prog", so it can be a program name with args. |
|
|
@ -2187,12 +2239,16 @@ else |
|
|
|
fi |
|
|
|
rmdir .tst 2>/dev/null |
|
|
|
|
|
|
|
# test to see if srcdir already configured |
|
|
|
if test "`cd $srcdir && pwd`" != "`pwd`" && |
|
|
|
test -f $srcdir/config.status; then |
|
|
|
{ { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 |
|
|
|
if test "`cd $srcdir && pwd`" != "`pwd`"; then |
|
|
|
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output |
|
|
|
# is not polluted with repeated "-I." |
|
|
|
am__isrc=' -I$(srcdir)' |
|
|
|
# test to see if srcdir already configured |
|
|
|
if test -f $srcdir/config.status; then |
|
|
|
{ { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 |
|
|
|
echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} |
|
|
|
{ (exit 1); exit 1; }; } |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
# test whether we have cygpath |
|
|
@ -2207,7 +2263,7 @@ fi |
|
|
|
|
|
|
|
# Define the identity of the package. |
|
|
|
PACKAGE=libev |
|
|
|
VERSION=3.7 |
|
|
|
VERSION=3.8 |
|
|
|
|
|
|
|
|
|
|
|
cat >>confdefs.h <<_ACEOF |
|
|
@ -2235,10 +2291,7 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} |
|
|
|
|
|
|
|
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
|
|
|
|
|
|
|
|
|
|
|
AMTAR=${AMTAR-"${am_missing_run}tar"} |
|
|
|
|
|
|
|
install_sh=${install_sh-"$am_aux_dir/install-sh"} |
|
|
|
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} |
|
|
|
|
|
|
|
# Installed binaries are usually stripped using `strip' when the user |
|
|
|
# run `make install-strip'. However `strip' might not be the right |
|
|
@ -2342,10 +2395,17 @@ else |
|
|
|
fi |
|
|
|
|
|
|
|
fi |
|
|
|
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" |
|
|
|
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
|
|
|
|
|
|
|
# We need awk for the "check" target. The system "awk" is bad on |
|
|
|
# some platforms. |
|
|
|
# Always define AMTAR for backward compatibility. |
|
|
|
|
|
|
|
AMTAR=${AMTAR-"${am_missing_run}tar"} |
|
|
|
|
|
|
|
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ac_config_headers="$ac_config_headers config.h" |
|
|
@ -2361,9 +2421,7 @@ fi |
|
|
|
|
|
|
|
{ echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 |
|
|
|
echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; } |
|
|
|
|
|
|
|
|
|
|
|
if test $USE_MAINTAINER_MODE = yes; then |
|
|
|
if test $USE_MAINTAINER_MODE = yes; then |
|
|
|
MAINTAINER_MODE_TRUE= |
|
|
|
MAINTAINER_MODE_FALSE='#' |
|
|
|
else |
|
|
@ -2663,9 +2721,7 @@ if test "x$enable_dependency_tracking" != xno; then |
|
|
|
am_depcomp="$ac_aux_dir/depcomp" |
|
|
|
AMDEPBACKSLASH='\' |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
if test "x$enable_dependency_tracking" != xno; then |
|
|
|
if test "x$enable_dependency_tracking" != xno; then |
|
|
|
AMDEP_TRUE= |
|
|
|
AMDEP_FALSE='#' |
|
|
|
else |
|
|
@ -2674,7 +2730,6 @@ else |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ac_ext=c |
|
|
|
ac_cpp='$CPP $CPPFLAGS' |
|
|
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
|
@ -3635,7 +3690,9 @@ else |
|
|
|
: > sub/conftest.c |
|
|
|
for i in 1 2 3 4 5 6; do |
|
|
|
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
|
|
|
: > sub/conftst$i.h |
|
|
|
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with |
|
|
|
# Solaris 8's {/usr,}/bin/sh. |
|
|
|
touch sub/conftst$i.h |
|
|
|
done |
|
|
|
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf |
|
|
|
|
|
|
@ -3659,13 +3716,19 @@ else |
|
|
|
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ |
|
|
|
$SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ |
|
|
|
>/dev/null 2>conftest.err && |
|
|
|
grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && |
|
|
|
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && |
|
|
|
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && |
|
|
|
${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
|
|
|
# icc doesn't choke on unknown options, it will just issue warnings |
|
|
|
# (even with -Werror). So we grep stderr for any message |
|
|
|
# that says an option was ignored. |
|
|
|
if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else |
|
|
|
# or remarks (even with -Werror). So we grep stderr for any message |
|
|
|
# that says an option was ignored or not supported. |
|
|
|
# When given -MP, icc 7.0 and 7.1 complain thusly: |
|
|
|
# icc: Command line warning: ignoring option '-M'; no argument required |
|
|
|
# The diagnosis changed in icc 8.0: |
|
|
|
# icc: Command line remark: option '-MP' not supported |
|
|
|
if (grep 'ignoring option' conftest.err || |
|
|
|
grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else |
|
|
|
am_cv_CC_dependencies_compiler_type=$depmode |
|
|
|
break |
|
|
|
fi |
|
|
@ -3683,9 +3746,7 @@ fi |
|
|
|
echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } |
|
|
|
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if |
|
|
|
if |
|
|
|
test "x$enable_dependency_tracking" != xno \ |
|
|
|
&& test "$am_cv_CC_dependencies_compiler_type" = gcc3; then |
|
|
|
am__fastdepCC_TRUE= |
|
|
@ -4349,7 +4410,7 @@ ia64-*-hpux*) |
|
|
|
;; |
|
|
|
*-*-irix6*) |
|
|
|
# Find out which ABI we are using. |
|
|
|
echo '#line 4352 "configure"' > conftest.$ac_ext |
|
|
|
echo '#line 4413 "configure"' > conftest.$ac_ext |
|
|
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
|
|
|
(eval $ac_compile) 2>&5 |
|
|
|
ac_status=$? |
|
|
@ -5558,7 +5619,9 @@ else |
|
|
|
: > sub/conftest.c |
|
|
|
for i in 1 2 3 4 5 6; do |
|
|
|
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
|
|
|
: > sub/conftst$i.h |
|
|
|
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with |
|
|
|
# Solaris 8's {/usr,}/bin/sh. |
|
|
|
touch sub/conftst$i.h |
|
|
|
done |
|
|
|
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf |
|
|
|
|
|
|
@ -5582,13 +5645,19 @@ else |
|
|
|
depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ |
|
|
|
$SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ |
|
|
|
>/dev/null 2>conftest.err && |
|
|
|
grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && |
|
|
|
grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && |
|
|
|
grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && |
|
|
|
${MAKE-make} -s -f confmf > /dev/null 2>&1; then |
|
|
|
# icc doesn't choke on unknown options, it will just issue warnings |
|
|
|
# (even with -Werror). So we grep stderr for any message |
|
|
|
# that says an option was ignored. |
|
|
|
if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else |
|
|
|
# or remarks (even with -Werror). So we grep stderr for any message |
|
|
|
# that says an option was ignored or not supported. |
|
|
|
# When given -MP, icc 7.0 and 7.1 complain thusly: |
|
|
|
# icc: Command line warning: ignoring option '-M'; no argument required |
|
|
|
# The diagnosis changed in icc 8.0: |
|
|
|
# icc: Command line remark: option '-MP' not supported |
|
|
|
if (grep 'ignoring option' conftest.err || |
|
|
|
grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else |
|
|
|
am_cv_CXX_dependencies_compiler_type=$depmode |
|
|
|
break |
|
|
|
fi |
|
|
@ -5606,9 +5675,7 @@ fi |
|
|
|
echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } |
|
|
|
CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if |
|
|
|
if |
|
|
|
test "x$enable_dependency_tracking" != xno \ |
|
|
|
&& test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then |
|
|
|
am__fastdepCXX_TRUE= |
|
|
@ -7395,11 +7462,11 @@ else |
|
|
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
|
|
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
|
|
|
-e 's:$: $lt_compiler_flag:'` |
|
|
|
(eval echo "\"\$as_me:7398: $lt_compile\"" >&5) |
|
|
|
(eval echo "\"\$as_me:7465: $lt_compile\"" >&5) |
|
|
|
(eval "$lt_compile" 2>conftest.err) |
|
|
|
ac_status=$? |
|
|
|
cat conftest.err >&5 |
|
|
|
echo "$as_me:7402: \$? = $ac_status" >&5 |
|
|
|
echo "$as_me:7469: \$? = $ac_status" >&5 |
|
|
|
if (exit $ac_status) && test -s "$ac_outfile"; then |
|
|
|
# The compiler can only warn and ignore the option if not recognized |
|
|
|
# So say no if there are warnings other than the usual output. |
|
|
@ -7685,11 +7752,11 @@ else |
|
|
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
|
|
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
|
|
|
-e 's:$: $lt_compiler_flag:'` |
|
|
|
(eval echo "\"\$as_me:7688: $lt_compile\"" >&5) |
|
|
|
(eval echo "\"\$as_me:7755: $lt_compile\"" >&5) |
|
|
|
(eval "$lt_compile" 2>conftest.err) |
|
|
|
ac_status=$? |
|
|
|
cat conftest.err >&5 |
|
|
|
echo "$as_me:7692: \$? = $ac_status" >&5 |
|
|
|
echo "$as_me:7759: \$? = $ac_status" >&5 |
|
|
|
if (exit $ac_status) && test -s "$ac_outfile"; then |
|
|
|
# The compiler can only warn and ignore the option if not recognized |
|
|
|
# So say no if there are warnings other than the usual output. |
|
|
@ -7789,11 +7856,11 @@ else |
|
|
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
|
|
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
|
|
|
-e 's:$: $lt_compiler_flag:'` |
|
|
|
(eval echo "\"\$as_me:7792: $lt_compile\"" >&5) |
|
|
|
(eval echo "\"\$as_me:7859: $lt_compile\"" >&5) |
|
|
|
(eval "$lt_compile" 2>out/conftest.err) |
|
|
|
ac_status=$? |
|
|
|
cat out/conftest.err >&5 |
|
|
|
echo "$as_me:7796: \$? = $ac_status" >&5 |
|
|
|
echo "$as_me:7863: \$? = $ac_status" >&5 |
|
|
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
|
|
|
then |
|
|
|
# The compiler can only warn and ignore the option if not recognized |
|
|
@ -10166,7 +10233,7 @@ else |
|
|
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
|
|
|
lt_status=$lt_dlunknown |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 10169 "configure" |
|
|
|
#line 10236 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
|
|
|
|
#if HAVE_DLFCN_H |
|
|
@ -10266,7 +10333,7 @@ else |
|
|
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
|
|
|
lt_status=$lt_dlunknown |
|
|
|
cat > conftest.$ac_ext <<EOF |
|
|
|
#line 10269 "configure" |
|
|
|
#line 10336 "configure" |
|
|
|
#include "confdefs.h" |
|
|
|
|
|
|
|
#if HAVE_DLFCN_H |
|
|
@ -12667,11 +12734,11 @@ else |
|
|
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
|
|
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
|
|
|
-e 's:$: $lt_compiler_flag:'` |
|
|
|
(eval echo "\"\$as_me:12670: $lt_compile\"" >&5) |
|
|
|
(eval echo "\"\$as_me:12737: $lt_compile\"" >&5) |
|
|
|
(eval "$lt_compile" 2>conftest.err) |
|
|
|
ac_status=$? |
|
|
|
cat conftest.err >&5 |
|
|
|
echo "$as_me:12674: \$? = $ac_status" >&5 |
|
|
|
echo "$as_me:12741: \$? = $ac_status" >&5 |
|
|
|
if (exit $ac_status) && test -s "$ac_outfile"; then |
|
|
|
# The compiler can only warn and ignore the option if not recognized |
|
|
|
# So say no if there are warnings other than the usual output. |
|
|
@ -12771,11 +12838,11 @@ else |
|
|
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
|
|
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
|
|
|
-e 's:$: $lt_compiler_flag:'` |
|
|
|
(eval echo "\"\$as_me:12774: $lt_compile\"" >&5) |
|
|
|
(eval echo "\"\$as_me:12841: $lt_compile\"" >&5) |
|
|
|
(eval "$lt_compile" 2>out/conftest.err) |
|
|
|
ac_status=$? |
|
|
|
cat out/conftest.err >&5 |
|
|
|
echo "$as_me:12778: \$? = $ac_status" >&5 |
|
|
|
echo "$as_me:12845: \$? = $ac_status" >&5 |
|
|
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
|
|
|
then |
|
|
|
# The compiler can only warn and ignore the option if not recognized |
|
|
@ -14369,11 +14436,11 @@ else |
|
|
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
|
|
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
|
|
|
-e 's:$: $lt_compiler_flag:'` |
|
|
|
(eval echo "\"\$as_me:14372: $lt_compile\"" >&5) |
|
|
|
(eval echo "\"\$as_me:14439: $lt_compile\"" >&5) |
|
|
|
(eval "$lt_compile" 2>conftest.err) |
|
|
|
ac_status=$? |
|
|
|
cat conftest.err >&5 |
|
|
|
echo "$as_me:14376: \$? = $ac_status" >&5 |
|
|
|
echo "$as_me:14443: \$? = $ac_status" >&5 |
|
|
|
if (exit $ac_status) && test -s "$ac_outfile"; then |
|
|
|
# The compiler can only warn and ignore the option if not recognized |
|
|
|
# So say no if there are warnings other than the usual output. |
|
|
@ -14473,11 +14540,11 @@ else |
|
|
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
|
|
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
|
|
|
-e 's:$: $lt_compiler_flag:'` |
|
|
|
(eval echo "\"\$as_me:14476: $lt_compile\"" >&5) |
|
|
|
(eval echo "\"\$as_me:14543: $lt_compile\"" >&5) |
|
|
|
(eval "$lt_compile" 2>out/conftest.err) |
|
|
|
ac_status=$? |
|
|
|
cat out/conftest.err >&5 |
|
|
|
echo "$as_me:14480: \$? = $ac_status" >&5 |
|
|
|
echo "$as_me:14547: \$? = $ac_status" >&5 |
|
|
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
|
|
|
then |
|
|
|
# The compiler can only warn and ignore the option if not recognized |
|
|
@ -16693,11 +16760,11 @@ else |
|
|
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
|
|
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
|
|
|
-e 's:$: $lt_compiler_flag:'` |
|
|
|
(eval echo "\"\$as_me:16696: $lt_compile\"" >&5) |
|
|
|
(eval echo "\"\$as_me:16763: $lt_compile\"" >&5) |
|
|
|
(eval "$lt_compile" 2>conftest.err) |
|
|
|
ac_status=$? |
|
|
|
cat conftest.err >&5 |
|
|
|
echo "$as_me:16700: \$? = $ac_status" >&5 |
|
|
|
echo "$as_me:16767: \$? = $ac_status" >&5 |
|
|
|
if (exit $ac_status) && test -s "$ac_outfile"; then |
|
|
|
# The compiler can only warn and ignore the option if not recognized |
|
|
|
# So say no if there are warnings other than the usual output. |
|
|
@ -16983,11 +17050,11 @@ else |
|
|
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
|
|
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
|
|
|
-e 's:$: $lt_compiler_flag:'` |
|
|
|
(eval echo "\"\$as_me:16986: $lt_compile\"" >&5) |
|
|
|
(eval echo "\"\$as_me:17053: $lt_compile\"" >&5) |
|
|
|
(eval "$lt_compile" 2>conftest.err) |
|
|
|
ac_status=$? |
|
|
|
cat conftest.err >&5 |
|
|
|
echo "$as_me:16990: \$? = $ac_status" >&5 |
|
|
|
echo "$as_me:17057: \$? = $ac_status" >&5 |
|
|
|
if (exit $ac_status) && test -s "$ac_outfile"; then |
|
|
|
# The compiler can only warn and ignore the option if not recognized |
|
|
|
# So say no if there are warnings other than the usual output. |
|
|
@ -17087,11 +17154,11 @@ else |
|
|
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
|
|
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
|
|
|
-e 's:$: $lt_compiler_flag:'` |
|
|
|
(eval echo "\"\$as_me:17090: $lt_compile\"" >&5) |
|
|
|
(eval echo "\"\$as_me:17157: $lt_compile\"" >&5) |
|
|
|
(eval "$lt_compile" 2>out/conftest.err) |
|
|
|
ac_status=$? |
|
|
|
cat out/conftest.err >&5 |
|
|
|
echo "$as_me:17094: \$? = $ac_status" >&5 |
|
|
|
echo "$as_me:17161: \$? = $ac_status" >&5 |
|
|
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
|
|
|
then |
|
|
|
# The compiler can only warn and ignore the option if not recognized |
|
|
@ -19791,7 +19858,8 @@ fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for ac_header in sys/inotify.h sys/epoll.h sys/event.h sys/queue.h port.h poll.h sys/select.h sys/eventfd.h |
|
|
|
|
|
|
|
for ac_header in sys/inotify.h sys/epoll.h sys/event.h sys/queue.h port.h poll.h sys/select.h sys/eventfd.h sys/signalfd.h |
|
|
|
do |
|
|
|
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
|
|
|
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then |
|
|
@ -19938,7 +20006,8 @@ done |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for ac_func in inotify_init epoll_ctl kqueue port_create poll select eventfd |
|
|
|
|
|
|
|
for ac_func in inotify_init epoll_ctl kqueue port_create poll select eventfd signalfd |
|
|
|
do |
|
|
|
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
|
|
|
{ echo "$as_me:$LINENO: checking for $ac_func" >&5 |
|
|
@ -20676,8 +20745,6 @@ fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ac_config_files="$ac_config_files Makefile" |
|
|
|
|
|
|
|
cat >confcache <<\_ACEOF |
|
|
@ -21168,6 +21235,7 @@ gives unlimited permission to copy, distribute and modify it." |
|
|
|
ac_pwd='$ac_pwd' |
|
|
|
srcdir='$srcdir' |
|
|
|
INSTALL='$INSTALL' |
|
|
|
MKDIR_P='$MKDIR_P' |
|
|
|
_ACEOF |
|
|
|
|
|
|
|
cat >>$CONFIG_STATUS <<\_ACEOF |
|
|
@ -21375,6 +21443,7 @@ target_alias!$target_alias$ac_delim |
|
|
|
INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim |
|
|
|
INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim |
|
|
|
INSTALL_DATA!$INSTALL_DATA$ac_delim |
|
|
|
am__isrc!$am__isrc$ac_delim |
|
|
|
CYGPATH_W!$CYGPATH_W$ac_delim |
|
|
|
PACKAGE!$PACKAGE$ac_delim |
|
|
|
VERSION!$VERSION$ac_delim |
|
|
@ -21383,13 +21452,16 @@ AUTOCONF!$AUTOCONF$ac_delim |
|
|
|
AUTOMAKE!$AUTOMAKE$ac_delim |
|
|
|
AUTOHEADER!$AUTOHEADER$ac_delim |
|
|
|
MAKEINFO!$MAKEINFO$ac_delim |
|
|
|
AMTAR!$AMTAR$ac_delim |
|
|
|
install_sh!$install_sh$ac_delim |
|
|
|
STRIP!$STRIP$ac_delim |
|
|
|
INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim |
|
|
|
mkdir_p!$mkdir_p$ac_delim |
|
|
|
AWK!$AWK$ac_delim |
|
|
|
SET_MAKE!$SET_MAKE$ac_delim |
|
|
|
am__leading_dot!$am__leading_dot$ac_delim |
|
|
|
AMTAR!$AMTAR$ac_delim |
|
|
|
am__tar!$am__tar$ac_delim |
|
|
|
am__untar!$am__untar$ac_delim |
|
|
|
MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim |
|
|
|
MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim |
|
|
|
MAINT!$MAINT$ac_delim |
|
|
@ -21428,10 +21500,6 @@ DSYMUTIL!$DSYMUTIL$ac_delim |
|
|
|
NMEDIT!$NMEDIT$ac_delim |
|
|
|
CPP!$CPP$ac_delim |
|
|
|
CXX!$CXX$ac_delim |
|
|
|
CXXFLAGS!$CXXFLAGS$ac_delim |
|
|
|
ac_ct_CXX!$ac_ct_CXX$ac_delim |
|
|
|
CXXDEPMODE!$CXXDEPMODE$ac_delim |
|
|
|
am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim |
|
|
|
_ACEOF |
|
|
|
|
|
|
|
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then |
|
|
@ -21473,6 +21541,10 @@ _ACEOF |
|
|
|
ac_delim='%!_!# ' |
|
|
|
for ac_last_try in false false false false false :; do |
|
|
|
cat >conf$$subs.sed <<_ACEOF |
|
|
|
CXXFLAGS!$CXXFLAGS$ac_delim |
|
|
|
ac_ct_CXX!$ac_ct_CXX$ac_delim |
|
|
|
CXXDEPMODE!$CXXDEPMODE$ac_delim |
|
|
|
am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim |
|
|
|
am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim |
|
|
|
CXXCPP!$CXXCPP$ac_delim |
|
|
|
F77!$F77$ac_delim |
|
|
@ -21483,7 +21555,7 @@ LIBOBJS!$LIBOBJS$ac_delim |
|
|
|
LTLIBOBJS!$LTLIBOBJS$ac_delim |
|
|
|
_ACEOF |
|
|
|
|
|
|
|
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 8; then |
|
|
|
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 12; then |
|
|
|
break |
|
|
|
elif $ac_last_try; then |
|
|
|
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 |
|
|
@ -21710,6 +21782,11 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix |
|
|
|
[\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; |
|
|
|
*) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; |
|
|
|
esac |
|
|
|
ac_MKDIR_P=$MKDIR_P |
|
|
|
case $MKDIR_P in |
|
|
|
[\\/$]* | ?:[\\/]* ) ;; |
|
|
|
*/*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; |
|
|
|
esac |
|
|
|
_ACEOF |
|
|
|
|
|
|
|
cat >>$CONFIG_STATUS <<\_ACEOF |
|
|
@ -21763,6 +21840,7 @@ s&@builddir@&$ac_builddir&;t t |
|
|
|
s&@abs_builddir@&$ac_abs_builddir&;t t |
|
|
|
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t |
|
|
|
s&@INSTALL@&$ac_INSTALL&;t t |
|
|
|
s&@MKDIR_P@&$ac_MKDIR_P&;t t |
|
|
|
$ac_datarootdir_hack |
|
|
|
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out |
|
|
|
|
|
|
@ -21878,21 +21956,22 @@ echo "$as_me: $ac_file is unchanged" >&6;} |
|
|
|
fi |
|
|
|
rm -f "$tmp/out12" |
|
|
|
# Compute $ac_file's index in $config_headers. |
|
|
|
_am_arg=$ac_file |
|
|
|
_am_stamp_count=1 |
|
|
|
for _am_header in $config_headers :; do |
|
|
|
case $_am_header in |
|
|
|
$ac_file | $ac_file:* ) |
|
|
|
$_am_arg | $_am_arg:* ) |
|
|
|
break ;; |
|
|
|
* ) |
|
|
|
_am_stamp_count=`expr $_am_stamp_count + 1` ;; |
|
|
|
esac |
|
|
|
done |
|
|
|
echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || |
|
|
|
$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|
|
|
X$ac_file : 'X\(//\)[^/]' \| \ |
|
|
|
X$ac_file : 'X\(//\)$' \| \ |
|
|
|
X$ac_file : 'X\(/\)' \| . 2>/dev/null || |
|
|
|
echo X$ac_file | |
|
|
|
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || |
|
|
|
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|
|
|
X"$_am_arg" : 'X\(//\)[^/]' \| \ |
|
|
|
X"$_am_arg" : 'X\(//\)$' \| \ |
|
|
|
X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || |
|
|
|
echo X"$_am_arg" | |
|
|
|
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
|
|
|
s//\1/ |
|
|
|
q |
|
|
@ -21927,8 +22006,9 @@ echo "$as_me: executing $ac_file commands" >&6;} |
|
|
|
# some people rename them; so instead we look at the file content. |
|
|
|
# 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. |
|
|
|
# So let's grep whole file. |
|
|
|
if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then |
|
|
|
# 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. |
|
|
|
if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then |
|
|
|
dirpart=`$as_dirname -- "$mf" || |
|
|
|
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
|
|
|
X"$mf" : 'X\(//\)[^/]' \| \ |
|
|
@ -21955,27 +22035,21 @@ echo X"$mf" | |
|
|
|
else |
|
|
|
continue |
|
|
|
fi |
|
|
|
grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue |
|
|
|
# Extract the definition of DEP_FILES from the Makefile without |
|
|
|
# running `make'. |
|
|
|
DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` |
|
|
|
# Extract the definition of DEPDIR, am__include, and am__quote |
|
|
|
# from the Makefile without running `make'. |
|
|
|
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 |
|
|
|
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
|
|
|
# When using ansi2knr, U may be empty or an underscore; expand it |
|
|
|
U=`sed -n -e '/^U = / s///p' < "$mf"` |
|
|
|
test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" |
|
|
|
# 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 -e ' |
|
|
|
/^DEP_FILES = .*\\\\$/ { |
|
|
|
s/^DEP_FILES = // |
|
|
|
:loop |
|
|
|
s/\\\\$// |
|
|
|
p |
|
|
|
n |
|
|
|
/\\\\$/ b loop |
|
|
|
p |
|
|
|
} |
|
|
|
/^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ |
|
|
|
U=`sed -n 's/^U = //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' -e 's/\$U/'"$U"'/g'`; do |
|
|
|
# Make sure the directory exists. |
|
|
|
test -f "$dirpart/$file" && continue |
|
|
|