]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Use m4_bmatch.
authorAkim Demaille <akim@epita.fr>
Mon, 8 Oct 2001 08:25:34 +0000 (08:25 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 8 Oct 2001 08:25:34 +0000 (08:25 +0000)
configure
configure.ac

index cc6988e7126523b2a6462206b03667211a113718..155f6431b6affbd506bf1b2ee2bbdef0ca7424d1 100755 (executable)
--- a/configure
+++ b/configure
@@ -1358,7 +1358,7 @@ ac_config_files="$ac_config_files tests/autoheader:tests/wrappl.in"
 
 ac_config_files="$ac_config_files tests/autom4te"
 
-ac_config_files="$ac_config_files tests/autoreconf"
+ac_config_files="$ac_config_files tests/autoreconf:tests/wrappl.in"
 
 ac_config_files="$ac_config_files tests/autoscan:tests/wrappl.in"
 
@@ -2090,7 +2090,7 @@ do
   "tests/autoconf" ) CONFIG_FILES="$CONFIG_FILES tests/autoconf:tests/wrapsh.in" ;;
   "tests/autoheader" ) CONFIG_FILES="$CONFIG_FILES tests/autoheader:tests/wrappl.in" ;;
   "tests/autom4te" ) CONFIG_FILES="$CONFIG_FILES tests/autom4te" ;;
-  "tests/autoreconf" ) CONFIG_FILES="$CONFIG_FILES tests/autoreconf" ;;
+  "tests/autoreconf" ) CONFIG_FILES="$CONFIG_FILES tests/autoreconf:tests/wrappl.in" ;;
   "tests/autoscan" ) CONFIG_FILES="$CONFIG_FILES tests/autoscan:tests/wrappl.in" ;;
   "tests/autoupdate" ) CONFIG_FILES="$CONFIG_FILES tests/autoupdate" ;;
   "tests/ifnames" ) CONFIG_FILES="$CONFIG_FILES tests/ifnames:tests/wrappl.in" ;;
index f21a44e5982976997f5d60579e3fa9f670ce7dca..8f32bd1f65d38eea457beeb426cba7e582f43b7e 100644 (file)
@@ -39,7 +39,7 @@ AC_CONFIG_FILES([tests/autoheader:tests/wrappl.in],
                 [chmod +x tests/autoheader])
 AC_CONFIG_FILES([tests/autom4te],
                 [chmod +x tests/autom4te])
-AC_CONFIG_FILES([tests/autoreconf],
+AC_CONFIG_FILES([tests/autoreconf:tests/wrappl.in],
                 [chmod +x tests/autoreconf])
 AC_CONFIG_FILES([tests/autoscan:tests/wrappl.in],
                 [chmod +x tests/autoscan])
@@ -94,7 +94,7 @@ AC_CONFIG_FILES(Makefile m4/Makefile doc/Makefile
 
 AC_OUTPUT
 # Report the state of this version of Autoconf if this is a beta.
-m4_match(m4_defn([AC_PACKAGE_VERSION]),  [[a-z]],
+m4_bmatch(m4_defn([AC_PACKAGE_VERSION]),  [[a-z]],
 [    cat <<EOF
 
 You are about to use an experimental version of Autoconf.  Be sure to