From: Akim Demaille Date: Mon, 19 Mar 2001 14:54:38 +0000 (+0000) Subject: * tests/tools.at (AWK portability): Don't rely on `empty'. X-Git-Tag: autoconf-2.50~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae7a741e0bde6028a50fa42fbd173dd8cc02ea4d;p=thirdparty%2Fautoconf.git * tests/tools.at (AWK portability): Don't rely on `empty'. --- diff --git a/ChangeLog b/ChangeLog index 171b7e2d1..e98f48b38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-03-19 Akim Demaille + + * tests/tools.at (AWK portability): Don't rely on `empty'. + 2001-03-19 Akim Demaille * tests/atgeneral.m4 (AT_INIT): Fix the at_diff test. diff --git a/tests/tools.at b/tests/tools.at index 23fab97a5..bef9dbbc2 100644 --- a/tests/tools.at +++ b/tests/tools.at @@ -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)