]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/tools.at (AWK portability): Don't rely on `empty'.
authorAkim Demaille <akim@epita.fr>
Mon, 19 Mar 2001 14:54:38 +0000 (14:54 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 19 Mar 2001 14:54:38 +0000 (14:54 +0000)
ChangeLog
tests/tools.at

index 171b7e2d162f015a18bd4d67919e7dc8bd95e9e9..e98f48b383379b9d05845e20839e088df16972de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-19  Akim Demaille  <akim@epita.fr>
+
+       * tests/tools.at (AWK portability): Don't rely on `empty'.
+
 2001-03-19  Akim Demaille  <akim@epita.fr>
 
        * tests/atgeneral.m4 (AT_INIT): Fix the at_diff test.
index 23fab97a56176deff968c08432c98afc7940e226..bef9dbbc28001ccf05b8acf52066c1f1a525a769 100644 (file)
@@ -88,7 +88,7 @@ AT_CHECK([AWK='gawk --posix' autoconf --autoconf-dir .. -l $at_srcdir], 0,
 AT_CHECK([AWK='gawk --posix' autoconf --autoconf-dir .. -l $at_srcdir -t AC_INIT], 0,
          ignore, [])
 # Syntax correctness of ifnames.
-AT_CHECK([AWK='gawk --posix' ifnames empty], 0,
+AT_CHECK([AWK='gawk --posix' ifnames /dev/null], 0,
          [], [])
 
 AT_CLEANUP(configure)