2005-04-01 03:05:07 +03:00
|
|
|
diff -ruN mysql-4.0.24-orig/aclocal.m4 mysql-4.0.24-2/aclocal.m4
|
|
|
|
--- mysql-4.0.24-orig/aclocal.m4 2005-03-05 01:38:23.000000000 +0100
|
|
|
|
+++ mysql-4.0.24-2/aclocal.m4 2005-03-10 22:39:02.000000000 +0100
|
|
|
|
@@ -4058,6 +4058,7 @@
|
|
|
|
libext="$libext"
|
|
|
|
|
|
|
|
# Shared library suffix (normally ".so").
|
|
|
|
+shrext='$shrext_cmds'
|
|
|
|
shrext_cmds='$shrext_cmds'
|
|
|
|
|
|
|
|
# Executable file suffix (normally "").
|
|
|
|
diff -ruN mysql-4.0.24-orig/configure mysql-4.0.24-2/configure
|
|
|
|
--- mysql-4.0.24-orig/configure 2005-03-05 01:38:47.000000000 +0100
|
|
|
|
+++ mysql-4.0.24-2/configure 2005-03-22 19:27:05.000000000 +0100
|
|
|
|
@@ -1243,7 +1243,7 @@
|
|
|
|
else
|
|
|
|
echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
|
|
|
|
fi
|
|
|
|
- cd $ac_popdir
|
|
|
|
+ cd "$ac_popdir"
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
|
|
|
|
@@ -2900,8 +2900,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -2959,8 +2958,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -3076,8 +3074,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -3131,8 +3128,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -3178,8 +3174,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -3223,8 +3218,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -3577,8 +3571,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_cxx_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -3636,8 +3629,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_cxx_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -3709,8 +3701,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_cxx_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -3754,8 +3745,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_cxx_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -4858,7 +4848,7 @@
|
|
|
|
;;
|
|
|
|
*-*-irix6*)
|
|
|
|
# Find out which ABI we are using.
|
|
|
|
- echo '#line 4861 "configure"' > conftest.$ac_ext
|
|
|
|
+ echo '#line 4851 "configure"' > conftest.$ac_ext
|
|
|
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
(eval $ac_compile) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -4978,8 +4968,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -5054,8 +5043,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -5225,8 +5213,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -5293,8 +5280,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -5732,7 +5718,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
# Provide some information about the compiler.
|
|
|
|
-echo "$as_me:5735:" \
|
|
|
|
+echo "$as_me:5721:" \
|
|
|
|
"checking for Fortran 77 compiler version" >&5
|
|
|
|
ac_compiler=`set X $ac_compile; echo $2`
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
|
|
|
|
@@ -5778,8 +5764,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_f77_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -5828,8 +5813,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_f77_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -6766,11 +6750,11 @@
|
|
|
|
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
|
|
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
|
|
|
-e 's:$: $lt_compiler_flag:'`
|
|
|
|
- (eval echo "\"\$as_me:6769: $lt_compile\"" >&5)
|
|
|
|
+ (eval echo "\"\$as_me:6753: $lt_compile\"" >&5)
|
|
|
|
(eval "$lt_compile" 2>conftest.err)
|
|
|
|
ac_status=$?
|
|
|
|
cat conftest.err >&5
|
|
|
|
- echo "$as_me:6773: \$? = $ac_status" >&5
|
|
|
|
+ echo "$as_me:6757: \$? = $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
|
|
|
|
@@ -6999,11 +6983,11 @@
|
|
|
|
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
|
|
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
|
|
|
-e 's:$: $lt_compiler_flag:'`
|
|
|
|
- (eval echo "\"\$as_me:7002: $lt_compile\"" >&5)
|
|
|
|
+ (eval echo "\"\$as_me:6986: $lt_compile\"" >&5)
|
|
|
|
(eval "$lt_compile" 2>conftest.err)
|
|
|
|
ac_status=$?
|
|
|
|
cat conftest.err >&5
|
|
|
|
- echo "$as_me:7006: \$? = $ac_status" >&5
|
|
|
|
+ echo "$as_me:6990: \$? = $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
|
|
|
|
@@ -7059,11 +7043,11 @@
|
|
|
|
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
|
|
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
|
|
|
-e 's:$: $lt_compiler_flag:'`
|
|
|
|
- (eval echo "\"\$as_me:7062: $lt_compile\"" >&5)
|
|
|
|
+ (eval echo "\"\$as_me:7046: $lt_compile\"" >&5)
|
|
|
|
(eval "$lt_compile" 2>out/conftest.err)
|
|
|
|
ac_status=$?
|
|
|
|
cat out/conftest.err >&5
|
|
|
|
- echo "$as_me:7066: \$? = $ac_status" >&5
|
|
|
|
+ echo "$as_me:7050: \$? = $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
|
|
|
|
@@ -7450,8 +7434,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -7511,8 +7494,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -8393,7 +8375,7 @@
|
|
|
|
libsuff=
|
|
|
|
case "$host_cpu" in
|
|
|
|
x86_64*|s390x*|powerpc64*)
|
|
|
|
- echo '#line 8396 "configure"' > conftest.$ac_ext
|
|
|
|
+ echo '#line 8378 "configure"' > conftest.$ac_ext
|
|
|
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
(eval $ac_compile) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -8724,8 +8706,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -8828,8 +8809,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -8894,8 +8874,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -8988,8 +8967,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -9054,8 +9032,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -9121,8 +9098,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -9188,8 +9164,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -9264,7 +9239,7 @@
|
|
|
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
|
|
|
lt_status=$lt_dlunknown
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
-#line 9267 "configure"
|
|
|
|
+#line 9242 "configure"
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
#if HAVE_DLFCN_H
|
|
|
|
@@ -9362,7 +9337,7 @@
|
|
|
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
|
|
|
lt_status=$lt_dlunknown
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
-#line 9365 "configure"
|
|
|
|
+#line 9340 "configure"
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
#if HAVE_DLFCN_H
|
|
|
|
@@ -9763,6 +9738,7 @@
|
|
|
|
libext="$libext"
|
|
|
|
|
|
|
|
# Shared library suffix (normally ".so").
|
|
|
|
+shrext='$shrext_cmds'
|
|
|
|
shrext_cmds='$shrext_cmds'
|
|
|
|
|
|
|
|
# Executable file suffix (normally "").
|
|
|
|
@@ -10434,8 +10410,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_cxx_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -10496,8 +10471,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_cxx_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -11541,11 +11515,11 @@
|
|
|
|
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
|
|
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
|
|
|
-e 's:$: $lt_compiler_flag:'`
|
|
|
|
- (eval echo "\"\$as_me:11544: $lt_compile\"" >&5)
|
|
|
|
+ (eval echo "\"\$as_me:11518: $lt_compile\"" >&5)
|
|
|
|
(eval "$lt_compile" 2>conftest.err)
|
|
|
|
ac_status=$?
|
|
|
|
cat conftest.err >&5
|
|
|
|
- echo "$as_me:11548: \$? = $ac_status" >&5
|
|
|
|
+ echo "$as_me:11522: \$? = $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
|
|
|
|
@@ -11601,11 +11575,11 @@
|
|
|
|
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
|
|
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
|
|
|
-e 's:$: $lt_compiler_flag:'`
|
|
|
|
- (eval echo "\"\$as_me:11604: $lt_compile\"" >&5)
|
|
|
|
+ (eval echo "\"\$as_me:11578: $lt_compile\"" >&5)
|
|
|
|
(eval "$lt_compile" 2>out/conftest.err)
|
|
|
|
ac_status=$?
|
|
|
|
cat out/conftest.err >&5
|
|
|
|
- echo "$as_me:11608: \$? = $ac_status" >&5
|
|
|
|
+ echo "$as_me:11582: \$? = $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
|
|
|
|
@@ -12112,7 +12086,7 @@
|
|
|
|
libsuff=
|
|
|
|
case "$host_cpu" in
|
|
|
|
x86_64*|s390x*|powerpc64*)
|
|
|
|
- echo '#line 12115 "configure"' > conftest.$ac_ext
|
|
|
|
+ echo '#line 12089 "configure"' > conftest.$ac_ext
|
|
|
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
(eval $ac_compile) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -12443,8 +12417,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_cxx_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -12547,8 +12520,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_cxx_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -12613,8 +12585,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_cxx_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -12707,8 +12678,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_cxx_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -12773,8 +12743,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_cxx_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -12840,8 +12809,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_cxx_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -12907,8 +12875,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_cxx_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -12983,7 +12950,7 @@
|
|
|
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
|
|
|
lt_status=$lt_dlunknown
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
-#line 12986 "configure"
|
|
|
|
+#line 12953 "configure"
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
#if HAVE_DLFCN_H
|
|
|
|
@@ -13081,7 +13048,7 @@
|
|
|
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
|
|
|
lt_status=$lt_dlunknown
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
-#line 13084 "configure"
|
|
|
|
+#line 13051 "configure"
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
#if HAVE_DLFCN_H
|
|
|
|
@@ -13360,6 +13327,7 @@
|
|
|
|
libext="$libext"
|
|
|
|
|
|
|
|
# Shared library suffix (normally ".so").
|
|
|
|
+shrext='$shrext_cmds'
|
|
|
|
shrext_cmds='$shrext_cmds'
|
|
|
|
|
|
|
|
# Executable file suffix (normally "").
|
|
|
|
@@ -13908,11 +13876,11 @@
|
|
|
|
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
|
|
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
|
|
|
-e 's:$: $lt_compiler_flag:'`
|
|
|
|
- (eval echo "\"\$as_me:13911: $lt_compile\"" >&5)
|
|
|
|
+ (eval echo "\"\$as_me:13879: $lt_compile\"" >&5)
|
|
|
|
(eval "$lt_compile" 2>conftest.err)
|
|
|
|
ac_status=$?
|
|
|
|
cat conftest.err >&5
|
|
|
|
- echo "$as_me:13915: \$? = $ac_status" >&5
|
|
|
|
+ echo "$as_me:13883: \$? = $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
|
|
|
|
@@ -13968,11 +13936,11 @@
|
|
|
|
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
|
|
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
|
|
|
-e 's:$: $lt_compiler_flag:'`
|
|
|
|
- (eval echo "\"\$as_me:13971: $lt_compile\"" >&5)
|
|
|
|
+ (eval echo "\"\$as_me:13939: $lt_compile\"" >&5)
|
|
|
|
(eval "$lt_compile" 2>out/conftest.err)
|
|
|
|
ac_status=$?
|
|
|
|
cat out/conftest.err >&5
|
|
|
|
- echo "$as_me:13975: \$? = $ac_status" >&5
|
|
|
|
+ echo "$as_me:13943: \$? = $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
|
|
|
|
@@ -14349,8 +14317,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_f77_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -14400,8 +14367,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_f77_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_f77_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -15282,7 +15248,7 @@
|
|
|
|
libsuff=
|
|
|
|
case "$host_cpu" in
|
|
|
|
x86_64*|s390x*|powerpc64*)
|
|
|
|
- echo '#line 15285 "configure"' > conftest.$ac_ext
|
|
|
|
+ echo '#line 15251 "configure"' > conftest.$ac_ext
|
|
|
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
(eval $ac_compile) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -15725,6 +15691,7 @@
|
|
|
|
libext="$libext"
|
|
|
|
|
|
|
|
# Shared library suffix (normally ".so").
|
|
|
|
+shrext='$shrext_cmds'
|
|
|
|
shrext_cmds='$shrext_cmds'
|
|
|
|
|
|
|
|
# Executable file suffix (normally "").
|
|
|
|
@@ -16023,11 +15990,11 @@
|
|
|
|
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
|
|
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
|
|
|
-e 's:$: $lt_compiler_flag:'`
|
|
|
|
- (eval echo "\"\$as_me:16026: $lt_compile\"" >&5)
|
|
|
|
+ (eval echo "\"\$as_me:15993: $lt_compile\"" >&5)
|
|
|
|
(eval "$lt_compile" 2>conftest.err)
|
|
|
|
ac_status=$?
|
|
|
|
cat conftest.err >&5
|
|
|
|
- echo "$as_me:16030: \$? = $ac_status" >&5
|
|
|
|
+ echo "$as_me:15997: \$? = $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
|
|
|
|
@@ -16256,11 +16223,11 @@
|
|
|
|
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
|
|
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
|
|
|
-e 's:$: $lt_compiler_flag:'`
|
|
|
|
- (eval echo "\"\$as_me:16259: $lt_compile\"" >&5)
|
|
|
|
+ (eval echo "\"\$as_me:16226: $lt_compile\"" >&5)
|
|
|
|
(eval "$lt_compile" 2>conftest.err)
|
|
|
|
ac_status=$?
|
|
|
|
cat conftest.err >&5
|
|
|
|
- echo "$as_me:16263: \$? = $ac_status" >&5
|
|
|
|
+ echo "$as_me:16230: \$? = $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
|
|
|
|
@@ -16316,11 +16283,11 @@
|
|
|
|
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
|
|
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
|
|
|
-e 's:$: $lt_compiler_flag:'`
|
|
|
|
- (eval echo "\"\$as_me:16319: $lt_compile\"" >&5)
|
|
|
|
+ (eval echo "\"\$as_me:16286: $lt_compile\"" >&5)
|
|
|
|
(eval "$lt_compile" 2>out/conftest.err)
|
|
|
|
ac_status=$?
|
|
|
|
cat out/conftest.err >&5
|
|
|
|
- echo "$as_me:16323: \$? = $ac_status" >&5
|
|
|
|
+ echo "$as_me:16290: \$? = $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
|
|
|
|
@@ -16707,8 +16674,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -16768,8 +16734,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -17650,7 +17615,7 @@
|
|
|
|
libsuff=
|
|
|
|
case "$host_cpu" in
|
|
|
|
x86_64*|s390x*|powerpc64*)
|
|
|
|
- echo '#line 17653 "configure"' > conftest.$ac_ext
|
|
|
|
+ echo '#line 17618 "configure"' > conftest.$ac_ext
|
|
|
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
|
|
|
(eval $ac_compile) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -17981,8 +17946,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -18085,8 +18049,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -18151,8 +18114,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -18245,8 +18207,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -18311,8 +18272,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -18378,8 +18338,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -18445,8 +18404,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -18521,7 +18479,7 @@
|
|
|
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
|
|
|
lt_status=$lt_dlunknown
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
-#line 18524 "configure"
|
|
|
|
+#line 18482 "configure"
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
#if HAVE_DLFCN_H
|
|
|
|
@@ -18619,7 +18577,7 @@
|
|
|
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
|
|
|
lt_status=$lt_dlunknown
|
|
|
|
cat > conftest.$ac_ext <<EOF
|
|
|
|
-#line 18622 "configure"
|
|
|
|
+#line 18580 "configure"
|
|
|
|
#include "confdefs.h"
|
|
|
|
|
|
|
|
#if HAVE_DLFCN_H
|
|
|
|
@@ -18898,6 +18856,7 @@
|
|
|
|
libext="$libext"
|
|
|
|
|
|
|
|
# Shared library suffix (normally ".so").
|
|
|
|
+shrext='$shrext_cmds'
|
|
|
|
shrext_cmds='$shrext_cmds'
|
|
|
|
|
|
|
|
# Executable file suffix (normally "").
|
|
|
|
@@ -19343,6 +19302,7 @@
|
|
|
|
libext="$libext"
|
|
|
|
|
|
|
|
# Shared library suffix (normally ".so").
|
|
|
|
+shrext='$shrext_cmds'
|
|
|
|
shrext_cmds='$shrext_cmds'
|
|
|
|
|
|
|
|
# Executable file suffix (normally "").
|
|
|
|
@@ -19840,6 +19800,13 @@
|
|
|
|
|
|
|
|
#check the return type of sprintf
|
|
|
|
case $SYSTEM_TYPE in
|
|
|
|
+ *unknown*)
|
|
|
|
+ cat >>confdefs.h <<\_ACEOF
|
|
|
|
+#define SPRINTF_RETURNS_INT 1
|
|
|
|
+_ACEOF
|
|
|
|
+ echo "$as_me:$LINENO: result: \"int\"" >&5
|
|
|
|
+echo "${ECHO_T}\"int\"" >&6
|
|
|
|
+ ;;
|
|
|
|
*netware*)
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
|
|
#define SPRINTF_RETURNS_INT 1
|
|
|
|
@@ -20939,8 +20906,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -21432,8 +21398,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -21671,8 +21636,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -21750,8 +21714,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -21823,8 +21786,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -21878,8 +21840,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -21950,8 +21911,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -22005,8 +21965,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -22073,8 +22032,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -22245,8 +22203,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -22351,8 +22308,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -22512,8 +22468,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -22585,8 +22540,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -22662,8 +22616,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -22735,8 +22688,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -22837,8 +22789,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -22929,8 +22880,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -22996,8 +22946,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -23098,8 +23047,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -23165,8 +23113,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -23267,8 +23214,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -23334,8 +23280,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -23437,8 +23382,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -23504,8 +23448,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -23581,8 +23524,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -23681,8 +23623,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -23780,8 +23721,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -23847,8 +23787,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -24019,8 +23958,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -24159,8 +24097,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -24209,10 +24146,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
if test "$IS_LINUX" = "true"; then
|
|
|
|
- echo "$as_me:$LINENO: checking for atomic operations" >&5
|
|
|
|
-echo $ECHO_N "checking for atomic operations... $ECHO_C" >&6
|
|
|
|
-
|
|
|
|
atom_ops=
|
|
|
|
+ echo "$as_me:$LINENO: checking for atomic add operation" >&5
|
|
|
|
+echo $ECHO_N "checking for atomic add operation... $ECHO_C" >&6
|
|
|
|
+if test "${ac_atomic_add+set}" = set; then
|
|
|
|
+ echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
|
|
+else
|
|
|
|
+
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
{ { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
|
|
|
|
See \`config.log' for more details." >&5
|
|
|
|
@@ -24249,18 +24189,36 @@
|
|
|
|
ac_status=$?
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); }; }; then
|
|
|
|
- cat >>confdefs.h <<\_ACEOF
|
|
|
|
-#define HAVE_ATOMIC_ADD 1
|
|
|
|
-_ACEOF
|
|
|
|
- atom_ops="${atom_ops}atomic_add "
|
|
|
|
+ ac_atomic_add=yes
|
|
|
|
else
|
|
|
|
echo "$as_me: program exited with status $ac_status" >&5
|
|
|
|
echo "$as_me: failed program was:" >&5
|
|
|
|
sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
|
|
|
|
|
+( exit $ac_status )
|
|
|
|
+ac_atomic_add=no
|
|
|
|
fi
|
|
|
|
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
|
|
|
fi
|
|
|
|
+
|
|
|
|
+fi
|
|
|
|
+echo "$as_me:$LINENO: result: $ac_atomic_add" >&5
|
|
|
|
+echo "${ECHO_T}$ac_atomic_add" >&6
|
|
|
|
+ if test "$ac_atomic_add" = "yes"
|
|
|
|
+ then
|
|
|
|
+ cat >>confdefs.h <<\_ACEOF
|
|
|
|
+#define HAVE_ATOMIC_ADD 1
|
|
|
|
+_ACEOF
|
|
|
|
+
|
|
|
|
+ atom_ops="${atom_ops}atomic_add "
|
|
|
|
+ fi
|
|
|
|
+
|
|
|
|
+ echo "$as_me:$LINENO: checking for atomic sub operation" >&5
|
|
|
|
+echo $ECHO_N "checking for atomic sub operation... $ECHO_C" >&6
|
|
|
|
+if test "${ac_atomic_sub+set}" = set; then
|
|
|
|
+ echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
|
|
+else
|
|
|
|
+
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
{ { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
|
|
|
|
See \`config.log' for more details." >&5
|
|
|
|
@@ -24297,22 +24255,29 @@
|
|
|
|
ac_status=$?
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); }; }; then
|
|
|
|
- cat >>confdefs.h <<\_ACEOF
|
|
|
|
-#define HAVE_ATOMIC_SUB 1
|
|
|
|
-_ACEOF
|
|
|
|
- atom_ops="${atom_ops}atomic_sub "
|
|
|
|
+ ac_atomic_add=sub
|
|
|
|
else
|
|
|
|
echo "$as_me: program exited with status $ac_status" >&5
|
|
|
|
echo "$as_me: failed program was:" >&5
|
|
|
|
sed 's/^/| /' conftest.$ac_ext >&5
|
|
|
|
|
|
|
|
+( exit $ac_status )
|
|
|
|
+ac_atomic_sub=no
|
|
|
|
fi
|
|
|
|
rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
|
|
|
|
fi
|
|
|
|
|
|
|
|
- if test -z "$atom_ops"; then atom_ops="no"; fi
|
|
|
|
- echo "$as_me:$LINENO: result: $atom_ops" >&5
|
|
|
|
-echo "${ECHO_T}$atom_ops" >&6
|
|
|
|
+fi
|
|
|
|
+echo "$as_me:$LINENO: result: $ac_atomic_sub" >&5
|
|
|
|
+echo "${ECHO_T}$ac_atomic_sub" >&6
|
|
|
|
+ if test "$ac_atomic_sub" = "yes"
|
|
|
|
+ then
|
|
|
|
+ cat >>confdefs.h <<\_ACEOF
|
|
|
|
+#define HAVE_ATOMIC_SUB 1
|
|
|
|
+_ACEOF
|
|
|
|
+
|
|
|
|
+ atom_ops="${atom_ops}atomic_sub "
|
|
|
|
+ fi
|
|
|
|
|
|
|
|
|
|
|
|
# Check whether --with-pstack or --without-pstack was given.
|
|
|
|
@@ -24366,8 +24331,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -24432,8 +24396,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -24568,8 +24531,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -24635,8 +24597,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -24680,6 +24641,10 @@
|
|
|
|
echo "$as_me:$LINENO: checking for int8" >&5
|
|
|
|
echo $ECHO_N "checking for int8... $ECHO_C" >&6
|
|
|
|
case $SYSTEM_TYPE in
|
|
|
|
+ *unknown*)
|
|
|
|
+ echo "$as_me:$LINENO: result: no" >&5
|
|
|
|
+echo "${ECHO_T}no" >&6
|
|
|
|
+ ;;
|
|
|
|
*netware)
|
|
|
|
echo "$as_me:$LINENO: result: no" >&5
|
|
|
|
echo "${ECHO_T}no" >&6
|
|
|
|
@@ -25082,8 +25047,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -25481,8 +25445,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -25537,8 +25500,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -25591,8 +25553,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -25646,8 +25607,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -25726,8 +25686,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -25803,8 +25762,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -25913,8 +25871,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -26016,8 +25973,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -26097,8 +26053,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -26174,8 +26129,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -26393,7 +26347,9 @@
|
|
|
|
then
|
|
|
|
DEBUG_CFLAGS="-g"
|
|
|
|
DEBUG_OPTIMIZE_CC="-O"
|
|
|
|
+ if test -z "$OPTIMIZE_CFLAGS" ; then
|
|
|
|
OPTIMIZE_CFLAGS="$MAX_C_OPTIMIZE"
|
|
|
|
+ fi
|
|
|
|
else
|
|
|
|
DEBUG_CFLAGS="-g"
|
|
|
|
DEBUG_OPTIMIZE_CC=""
|
|
|
|
@@ -26403,7 +26359,9 @@
|
|
|
|
then
|
|
|
|
DEBUG_CXXFLAGS="-g"
|
|
|
|
DEBUG_OPTIMIZE_CXX="-O"
|
|
|
|
+ if test -z "$OPTIMIZE_CXXFLAGS" ; then
|
|
|
|
OPTIMIZE_CXXFLAGS="$MAX_CXX_OPTIMIZE"
|
|
|
|
+ fi
|
|
|
|
else
|
|
|
|
DEBUG_CXXFLAGS="-g"
|
|
|
|
DEBUG_OPTIMIZE_CXX=""
|
|
|
|
@@ -26597,8 +26555,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -26658,8 +26615,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -26732,8 +26688,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -26798,8 +26753,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -26842,8 +26796,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -26915,8 +26868,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -26978,8 +26930,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -27044,8 +26995,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -27107,8 +27057,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -27148,8 +27097,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -27205,8 +27153,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -27246,8 +27193,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -27311,8 +27257,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -27343,10 +27288,8 @@
|
|
|
|
esac
|
|
|
|
else
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
|
|
|
|
-See \`config.log' for more details." >&5
|
|
|
|
-echo "$as_me: error: cannot run test program while cross compiling
|
|
|
|
-See \`config.log' for more details." >&2;}
|
|
|
|
+ { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
|
|
|
|
+echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
|
|
|
|
{ (exit 1); exit 1; }; }
|
|
|
|
else
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
@@ -27476,8 +27419,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -27539,8 +27481,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -27580,8 +27521,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -27637,8 +27577,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -27678,8 +27617,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -27743,8 +27681,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -27775,10 +27712,8 @@
|
|
|
|
esac
|
|
|
|
else
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
|
|
|
|
-See \`config.log' for more details." >&5
|
|
|
|
-echo "$as_me: error: cannot run test program while cross compiling
|
|
|
|
-See \`config.log' for more details." >&2;}
|
|
|
|
+ { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
|
|
|
|
+echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
|
|
|
|
{ (exit 1); exit 1; }; }
|
|
|
|
else
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
@@ -27890,8 +27825,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -27953,8 +27887,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -27994,8 +27927,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -28051,8 +27983,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -28092,8 +28023,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -28157,8 +28087,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -28189,10 +28118,8 @@
|
|
|
|
esac
|
|
|
|
else
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
|
|
|
|
-See \`config.log' for more details." >&5
|
|
|
|
-echo "$as_me: error: cannot run test program while cross compiling
|
|
|
|
-See \`config.log' for more details." >&2;}
|
|
|
|
+ { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
|
|
|
|
+echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
|
|
|
|
{ (exit 1); exit 1; }; }
|
|
|
|
else
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
@@ -28310,8 +28237,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -28373,8 +28299,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -28414,8 +28339,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -28471,8 +28395,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -28512,8 +28435,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -28577,8 +28499,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -28609,10 +28530,8 @@
|
|
|
|
esac
|
|
|
|
else
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
|
|
|
|
-See \`config.log' for more details." >&5
|
|
|
|
-echo "$as_me: error: cannot run test program while cross compiling
|
|
|
|
-See \`config.log' for more details." >&2;}
|
|
|
|
+ { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
|
|
|
|
+echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
|
|
|
|
{ (exit 1); exit 1; }; }
|
|
|
|
else
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
@@ -28730,8 +28649,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -28793,8 +28711,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -28834,8 +28751,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -28891,8 +28807,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -28932,8 +28847,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -28997,8 +28911,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -29029,10 +28942,8 @@
|
|
|
|
esac
|
|
|
|
else
|
|
|
|
if test "$cross_compiling" = yes; then
|
|
|
|
- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
|
|
|
|
-See \`config.log' for more details." >&5
|
|
|
|
-echo "$as_me: error: cannot run test program while cross compiling
|
|
|
|
-See \`config.log' for more details." >&2;}
|
|
|
|
+ { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
|
|
|
|
+echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
|
|
|
|
{ (exit 1); exit 1; }; }
|
|
|
|
else
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
|
|
@@ -29219,8 +29130,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -29262,8 +29172,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -29320,8 +29229,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -29465,8 +29373,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_cxx_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -29516,8 +29423,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_cxx_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -29657,8 +29563,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -29735,8 +29640,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -29875,8 +29779,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -29954,8 +29857,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -30022,8 +29924,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -30389,8 +30290,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_cxx_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -30541,8 +30441,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -30610,8 +30509,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -30710,8 +30608,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -30903,8 +30800,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -31034,8 +30930,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -31101,8 +30996,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -31147,8 +31041,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -31196,8 +31089,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -31280,8 +31172,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -31342,8 +31233,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -31404,8 +31294,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -31466,8 +31355,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -31550,8 +31438,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -31619,8 +31506,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -31694,8 +31580,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -31761,8 +31646,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -31828,8 +31712,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -31994,8 +31877,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -32179,8 +32061,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -32426,8 +32307,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -32491,8 +32371,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -32661,8 +32540,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -32756,8 +32634,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -32958,8 +32835,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -33065,8 +32941,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -33177,8 +33052,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -33273,8 +33147,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_cxx_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -33369,8 +33242,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_cxx_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -33462,8 +33334,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_cxx_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_cxx_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -33539,8 +33410,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -33608,8 +33478,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -33679,8 +33548,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -33751,8 +33619,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -33824,8 +33691,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -33894,8 +33760,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -33959,8 +33824,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -34811,8 +34675,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -34982,8 +34845,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -35226,8 +35088,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -35538,8 +35399,7 @@
|
|
|
|
cat conftest.err >&5
|
|
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
|
|
(exit $ac_status); } &&
|
|
|
|
- { ac_try='test -z "$ac_c_werror_flag"
|
|
|
|
- || test ! -s conftest.err'
|
|
|
|
+ { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
|
|
|
|
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
|
|
|
(eval $ac_try) 2>&5
|
|
|
|
ac_status=$?
|
|
|
|
@@ -36920,11 +36780,6 @@
|
|
|
|
*) ac_INSTALL=$ac_top_builddir$INSTALL ;;
|
|
|
|
esac
|
|
|
|
|
|
|
|
- if test x"$ac_file" != x-; then
|
|
|
|
- { echo "$as_me:$LINENO: creating $ac_file" >&5
|
|
|
|
-echo "$as_me: creating $ac_file" >&6;}
|
|
|
|
- rm -f "$ac_file"
|
|
|
|
- fi
|
|
|
|
# Let's still pretend it is `configure' which instantiates (i.e., don't
|
|
|
|
# use $as_me), people would be surprised to read:
|
|
|
|
# /* config.h. Generated by config.status. */
|
|
|
|
@@ -36963,6 +36818,12 @@
|
|
|
|
fi;;
|
|
|
|
esac
|
|
|
|
done` || { (exit 1); exit 1; }
|
|
|
|
+
|
|
|
|
+ if test x"$ac_file" != x-; then
|
|
|
|
+ { echo "$as_me:$LINENO: creating $ac_file" >&5
|
|
|
|
+echo "$as_me: creating $ac_file" >&6;}
|
|
|
|
+ rm -f "$ac_file"
|
|
|
|
+ fi
|
|
|
|
_ACEOF
|
|
|
|
cat >>$CONFIG_STATUS <<_ACEOF
|
|
|
|
sed "$ac_vpsub
|
|
|
|
diff -ruN mysql-4.0.24-orig/configure.in mysql-4.0.24-2/configure.in
|
|
|
|
--- mysql-4.0.24-orig/configure.in 2005-03-05 01:38:15.000000000 +0100
|
|
|
|
+++ mysql-4.0.24-2/configure.in 2005-03-10 22:39:02.000000000 +0100
|
|
|
|
@@ -216,6 +216,9 @@
|
|
|
|
|
|
|
|
#check the return type of sprintf
|
|
|
|
case $SYSTEM_TYPE in
|
|
|
|
+ *unknown*)
|
|
|
|
+ AC_DEFINE(SPRINTF_RETURNS_INT) AC_MSG_RESULT("int")
|
|
|
|
+ ;;
|
|
|
|
*netware*)
|
|
|
|
AC_DEFINE(SPRINTF_RETURNS_INT) AC_MSG_RESULT("int")
|
|
|
|
;;
|
|
|
|
@@ -820,9 +823,8 @@
|
|
|
|
AC_SUBST(WRAPLIBS)
|
|
|
|
|
|
|
|
if test "$IS_LINUX" = "true"; then
|
|
|
|
- AC_MSG_CHECKING([for atomic operations])
|
|
|
|
-
|
|
|
|
atom_ops=
|
|
|
|
+ AC_CACHE_CHECK([for atomic add operation], ac_atomic_add, [
|
|
|
|
AC_TRY_RUN([
|
|
|
|
#include <asm/atomic.h>
|
|
|
|
int main()
|
|
|
|
@@ -833,8 +835,15 @@
|
|
|
|
atomic_add(5, &v);
|
|
|
|
return atomic_read(&v) == 28 ? 0 : -1;
|
|
|
|
}
|
|
|
|
- ], AC_DEFINE(HAVE_ATOMIC_ADD) atom_ops="${atom_ops}atomic_add ",
|
|
|
|
+ ], ac_atomic_add=yes, ac_atomic_add=no)]
|
|
|
|
)
|
|
|
|
+ if test "$ac_atomic_add" = "yes"
|
|
|
|
+ then
|
|
|
|
+ AC_DEFINE(HAVE_ATOMIC_ADD)
|
|
|
|
+ atom_ops="${atom_ops}atomic_add "
|
|
|
|
+ fi
|
|
|
|
+
|
|
|
|
+ AC_CACHE_CHECK([for atomic sub operation], ac_atomic_sub, [
|
|
|
|
AC_TRY_RUN([
|
|
|
|
#include <asm/atomic.h>
|
|
|
|
int main()
|
|
|
|
@@ -845,11 +854,13 @@
|
|
|
|
atomic_sub(5, &v);
|
|
|
|
return atomic_read(&v) == 18 ? 0 : -1;
|
|
|
|
}
|
|
|
|
- ], AC_DEFINE(HAVE_ATOMIC_SUB) atom_ops="${atom_ops}atomic_sub ",
|
|
|
|
+ ], ac_atomic_add=sub, ac_atomic_sub=no)]
|
|
|
|
)
|
|
|
|
-
|
|
|
|
- if test -z "$atom_ops"; then atom_ops="no"; fi
|
|
|
|
- AC_MSG_RESULT($atom_ops)
|
|
|
|
+ if test "$ac_atomic_sub" = "yes"
|
|
|
|
+ then
|
|
|
|
+ AC_DEFINE(HAVE_ATOMIC_SUB)
|
|
|
|
+ atom_ops="${atom_ops}atomic_sub "
|
|
|
|
+ fi
|
|
|
|
|
|
|
|
AC_ARG_WITH(pstack,
|
|
|
|
[ --with-pstack Use the pstack backtrace library],
|
|
|
|
@@ -902,6 +913,9 @@
|
|
|
|
|
|
|
|
AC_MSG_CHECKING([for int8])
|
|
|
|
case $SYSTEM_TYPE in
|
|
|
|
+ *unknown*)
|
|
|
|
+ AC_MSG_RESULT([no])
|
|
|
|
+ ;;
|
|
|
|
*netware)
|
|
|
|
AC_MSG_RESULT([no])
|
|
|
|
;;
|
|
|
|
@@ -1600,7 +1614,9 @@
|
|
|
|
then
|
|
|
|
DEBUG_CFLAGS="-g"
|
|
|
|
DEBUG_OPTIMIZE_CC="-O"
|
|
|
|
+ if test -z "$OPTIMIZE_CFLAGS" ; then
|
|
|
|
OPTIMIZE_CFLAGS="$MAX_C_OPTIMIZE"
|
|
|
|
+ fi
|
|
|
|
else
|
|
|
|
DEBUG_CFLAGS="-g"
|
|
|
|
DEBUG_OPTIMIZE_CC=""
|
|
|
|
@@ -1610,7 +1626,9 @@
|
|
|
|
then
|
|
|
|
DEBUG_CXXFLAGS="-g"
|
|
|
|
DEBUG_OPTIMIZE_CXX="-O"
|
|
|
|
+ if test -z "$OPTIMIZE_CXXFLAGS" ; then
|
|
|
|
OPTIMIZE_CXXFLAGS="$MAX_CXX_OPTIMIZE"
|
|
|
|
+ fi
|
|
|
|
else
|
|
|
|
DEBUG_CXXFLAGS="-g"
|
|
|
|
DEBUG_OPTIMIZE_CXX=""
|
|
|
|
diff -ruN mysql-4.0.24-orig/ipkg/libmysqlclient/CONTROL/control mysql-4.0.24-2/ipkg/libmysqlclient/CONTROL/control
|
|
|
|
diff -ruN mysql-4.0.24-orig/ipkg/libmysqlclient-dev/CONTROL/control mysql-4.0.24-2/ipkg/libmysqlclient-dev/CONTROL/control
|
|
|
|
diff -ruN mysql-4.0.24-orig/ipkg/mysql-utils/CONTROL/control mysql-4.0.24-2/ipkg/mysql-utils/CONTROL/control
|
|
|
|
diff -ruN mysql-4.0.24-orig/ipkg/rules mysql-4.0.24-2/ipkg/rules
|
|
|
|
diff -ruN mysql-4.0.24-orig/ipkg/version mysql-4.0.24-2/ipkg/version
|
2005-04-18 08:41:56 +03:00
|
|
|
--- mysql-4.0.24/configure.old 2005-04-18 08:33:00.000000000 +0200
|
|
|
|
+++ mysql-4.0.24/configure 2005-04-18 08:34:28.000000000 +0200
|
|
|
|
@@ -25013,7 +25013,7 @@
|
|
|
|
# Look for LinuxThreads.
|
|
|
|
echo "$as_me:$LINENO: checking \"LinuxThreads\"" >&5
|
|
|
|
echo $ECHO_N "checking \"LinuxThreads\"... $ECHO_C" >&6
|
|
|
|
- res=`grep Linuxthreads /usr/include/pthread.h 2>/dev/null | wc -l`
|
|
|
|
+ res=1
|
|
|
|
if test "$res" -gt 0
|
|
|
|
then
|
|
|
|
echo "$as_me:$LINENO: result: \"Found\"" >&5
|