From 9d363dc8b08f56a2bf951a3a48d6a626f9f52a1c Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 11 Feb 2006 10:35:43 +0000 Subject: [PATCH] regen --- tools/compat/configure | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/tools/compat/configure b/tools/compat/configure index e917f85c70ec..872f49858e68 100755 --- a/tools/compat/configure +++ b/tools/compat/configure @@ -1298,11 +1298,18 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - ac_config_headers="$ac_config_headers nbtool_config_internal.h" + 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 @@ -9759,7 +9766,7 @@ do case "$ac_config_target" in # Handling of arguments. "defs.mk" ) CONFIG_FILES="$CONFIG_FILES defs.mk" ;; - "nbtool_config_internal.h" ) CONFIG_HEADERS="$CONFIG_HEADERS nbtool_config_internal.h" ;; + "nbtool_config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS nbtool_config.h" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };;