]> git.saurik.com Git - bison.git/blobdiff - tests/local.at
(GZIP_ENV): Don't use --rsyncable if gzip doesn't
[bison.git] / tests / local.at
index 5753ade90d91add78a8def66f707de50cc673728..7ff9f3b44cd873053f674bafb3531671df88f28d 100644 (file)
@@ -19,7 +19,7 @@
 # 02111-1307, USA.
 
 # We want a recent Autotest.
-m4_version_prereq([2.57])
+m4_version_prereq([2.58])
 
 
 ## ------------------------------- ##
@@ -171,7 +171,7 @@ $2])
 # assume that we are linking too; this is a hack.
 m4_define([AT_COMPILE],
 [AT_CHECK([$CC $CFLAGS $CPPFLAGS m4_bmatch([$1], [[.]], [], [$LDFLAGS ])m4_default([$2], [$1.c]) m4_bmatch([$1], [[.]], [], [$LIBS ])-o $1],
-          0, [], [ignore])])
+          0, [ignore], [ignore])])
 
 # AT_COMPILE_CXX(OUTPUT, [SOURCES = OUTPUT.c])
 # --------------------------------------------
@@ -180,7 +180,7 @@ m4_define([AT_COMPILE_CXX],
 [AT_KEYWORDS(c++)
 AT_CHECK([$CXX --version || exit 77], 0, ignore, ignore)
 AT_CHECK([$CXX $CXXFLAGS $CPPFLAGS m4_default([$2], [$1.c]) -o $1],
-         0, [], [ignore])])
+         0, [ignore], [ignore])])