diff options
| author | lukem <lukem@NetBSD.org> | 2023-05-29 21:34:57 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2023-05-29 21:34:57 +0000 |
| commit | 92e053026b686f3e1b32ae09b54d4fcf4cffc43e (patch) | |
| tree | 8eb643229db25924f8359e74c6d6a3867a5bdc5c /tools | |
| parent | 158b3f3113949dbb4c49575df7b1705c182d3720 (diff) | |
tools/compat: regen
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/compat/configure | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/tools/compat/configure b/tools/compat/configure index 53d5422838c..c1741b44c15 100755 --- a/tools/compat/configure +++ b/tools/compat/configure @@ -2247,12 +2247,13 @@ ac_config_headers="$ac_config_headers nbtool_config.h" ac_config_files="$ac_config_files defs.mk" + + # Autoheader header and footer -# AC_NETBSD ac_ext=c ac_cpp='$CPP $CPPFLAGS' @@ -3312,7 +3313,7 @@ $as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for NetBSD" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for NetBSD" >&5 $as_echo_n "checking for NetBSD... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -4356,8 +4357,6 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - - ac_fn_c_check_type "$LINENO" "uint8_t" "ac_cv_type_uint8_t" "$ac_includes_default" if test "x$ac_cv_type_uint8_t" = xyes; then : @@ -4393,7 +4392,6 @@ fi fi - ac_fn_c_check_type "$LINENO" "uint16_t" "ac_cv_type_uint16_t" "$ac_includes_default" if test "x$ac_cv_type_uint16_t" = xyes; then : @@ -4429,7 +4427,6 @@ fi fi - ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "$ac_includes_default" if test "x$ac_cv_type_uint32_t" = xyes; then : @@ -4465,7 +4462,6 @@ fi fi - ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "$ac_includes_default" if test "x$ac_cv_type_uint64_t" = xyes; then : |
