Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/compat regen
details: https://anonhg.NetBSD.org/src/rev/6ae808070400
branches: trunk
changeset: 768340:6ae808070400
user: apb <apb%NetBSD.org@localhost>
date: Sun Aug 14 20:25:01 2011 +0000
description:
regen
diffstat:
tools/compat/configure | 1323 +++++++++++++++++++-------------------
tools/compat/nbtool_config.h.in | 5 +-
2 files changed, 668 insertions(+), 660 deletions(-)
diffs (truncated from 4382 to 300 lines):
diff -r 96503dd489b9 -r 6ae808070400 tools/compat/configure
--- a/tools/compat/configure Sun Aug 14 20:22:42 2011 +0000
+++ b/tools/compat/configure Sun Aug 14 20:25:01 2011 +0000
@@ -2552,7 +2552,7 @@
fi
for ac_header in sys/mtio.h sys/sysmacros.h sys/syslimits.h \
- getopt.h features.h malloc.h sys/poll.h stddef.h
+ getopt.h features.h malloc.h sys/poll.h pthread.h stddef.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
echo "$as_me:2558: checking for $ac_header" >&5
@@ -2600,9 +2600,9 @@
fi
done
-for ac_header in sys/bswap.h machine/bswap.h sys/cdefs.h machine/endian.h sys/endian.h \
- sys/featuretest.h err.h inttypes.h libgen.h paths.h stdint.h util.h \
- resolv.h arpa/nameser.h
+for ac_header in sys/bswap.h machine/bswap.h sys/cdefs.h machine/endian.h \
+ sys/endian.h sys/featuretest.h err.h inttypes.h libgen.h paths.h \
+ stdint.h util.h resolv.h arpa/nameser.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
echo "$as_me:2608: checking for $ac_header" >&5
@@ -2699,7 +2699,8 @@
else
echo '#include "nbtool_config.h"' >include/$ac_header.new
- echo '#include "'$srcdir/../../include/$ac_header'"' >>include/$ac_header.new
+ echo '#include "'$srcdir/../../include/$ac_header'"' \
+ >>include/$ac_header.new
if cmp include/$ac_header.new include/$ac_header >/dev/null 2>&1; then
rm -f include/$ac_header.new
else
@@ -2715,28 +2716,28 @@
inttypes.h stdint.h unistd.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:2718: checking for $ac_header" >&5
+echo "$as_me:2719: checking for $ac_header" >&5
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
if eval "test \"\${$as_ac_Header+set}\" = set"; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 2724 "configure"
+#line 2725 "configure"
#include "confdefs.h"
$ac_includes_default
#include <$ac_header>
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:2730: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:2731: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:2733: \$? = $ac_status" >&5
+ echo "$as_me:2734: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:2736: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2737: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2739: \$? = $ac_status" >&5
+ echo "$as_me:2740: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
eval "$as_ac_Header=yes"
else
@@ -2746,7 +2747,7 @@
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:2749: result: `eval echo '${'$as_ac_Header'}'`" >&5
+echo "$as_me:2750: result: `eval echo '${'$as_ac_Header'}'`" >&5
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<EOF
@@ -2756,13 +2757,13 @@
fi
done
-echo "$as_me:2759: checking for size_t" >&5
+echo "$as_me:2760: checking for size_t" >&5
echo $ECHO_N "checking for size_t... $ECHO_C" >&6
if test "${ac_cv_type_size_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 2765 "configure"
+#line 2766 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -2777,16 +2778,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:2780: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:2781: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:2783: \$? = $ac_status" >&5
+ echo "$as_me:2784: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:2786: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2787: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2789: \$? = $ac_status" >&5
+ echo "$as_me:2790: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_size_t=yes
else
@@ -2796,7 +2797,7 @@
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:2799: result: $ac_cv_type_size_t" >&5
+echo "$as_me:2800: result: $ac_cv_type_size_t" >&5
echo "${ECHO_T}$ac_cv_type_size_t" >&6
if test $ac_cv_type_size_t = yes; then
:
@@ -2808,13 +2809,13 @@
fi
-echo "$as_me:2811: checking for id_t" >&5
+echo "$as_me:2812: checking for id_t" >&5
echo $ECHO_N "checking for id_t... $ECHO_C" >&6
if test "${ac_cv_type_id_t+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 2817 "configure"
+#line 2818 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -2829,16 +2830,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:2832: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:2833: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:2835: \$? = $ac_status" >&5
+ echo "$as_me:2836: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:2838: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2839: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2841: \$? = $ac_status" >&5
+ echo "$as_me:2842: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_id_t=yes
else
@@ -2848,7 +2849,7 @@
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:2851: result: $ac_cv_type_id_t" >&5
+echo "$as_me:2852: result: $ac_cv_type_id_t" >&5
echo "${ECHO_T}$ac_cv_type_id_t" >&6
if test $ac_cv_type_id_t = yes; then
@@ -2857,13 +2858,13 @@
EOF
fi
-echo "$as_me:2860: checking for long long" >&5
+echo "$as_me:2861: checking for long long" >&5
echo $ECHO_N "checking for long long... $ECHO_C" >&6
if test "${ac_cv_type_long_long+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 2866 "configure"
+#line 2867 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -2878,16 +2879,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:2881: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:2882: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:2884: \$? = $ac_status" >&5
+ echo "$as_me:2885: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:2887: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2888: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2890: \$? = $ac_status" >&5
+ echo "$as_me:2891: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_long_long=yes
else
@@ -2897,7 +2898,7 @@
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:2900: result: $ac_cv_type_long_long" >&5
+echo "$as_me:2901: result: $ac_cv_type_long_long" >&5
echo "${ECHO_T}$ac_cv_type_long_long" >&6
if test $ac_cv_type_long_long = yes; then
@@ -2906,13 +2907,13 @@
EOF
fi
-echo "$as_me:2909: checking for u_long" >&5
+echo "$as_me:2910: checking for u_long" >&5
echo $ECHO_N "checking for u_long... $ECHO_C" >&6
if test "${ac_cv_type_u_long+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 2915 "configure"
+#line 2916 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -2927,16 +2928,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:2930: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:2931: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:2933: \$? = $ac_status" >&5
+ echo "$as_me:2934: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:2936: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2937: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2939: \$? = $ac_status" >&5
+ echo "$as_me:2940: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_u_long=yes
else
@@ -2946,7 +2947,7 @@
fi
rm -f conftest.$ac_objext conftest.$ac_ext
fi
-echo "$as_me:2949: result: $ac_cv_type_u_long" >&5
+echo "$as_me:2950: result: $ac_cv_type_u_long" >&5
echo "${ECHO_T}$ac_cv_type_u_long" >&6
if test $ac_cv_type_u_long = yes; then
@@ -2955,13 +2956,13 @@
EOF
fi
-echo "$as_me:2958: checking for u_char" >&5
+echo "$as_me:2959: checking for u_char" >&5
echo $ECHO_N "checking for u_char... $ECHO_C" >&6
if test "${ac_cv_type_u_char+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat >conftest.$ac_ext <<_ACEOF
-#line 2964 "configure"
+#line 2965 "configure"
#include "confdefs.h"
$ac_includes_default
int
@@ -2976,16 +2977,16 @@
}
_ACEOF
rm -f conftest.$ac_objext
-if { (eval echo "$as_me:2979: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:2980: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
- echo "$as_me:2982: \$? = $ac_status" >&5
+ echo "$as_me:2983: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -s conftest.$ac_objext'
- { (eval echo "$as_me:2985: \"$ac_try\"") >&5
+ { (eval echo "$as_me:2986: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
- echo "$as_me:2988: \$? = $ac_status" >&5
+ echo "$as_me:2989: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_type_u_char=yes
else
Home |
Main Index |
Thread Index |
Old Index