]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix regression in ansi.test (failure on AIX 5.3).
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 16 Nov 2010 18:18:56 +0000 (19:18 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 16 Nov 2010 18:19:53 +0000 (19:19 +0100)
* tests/ansi.test: Remove redundant hackish check done using a
hand-postprocessed Makefile.in.  This checs worked by setting
the `$(SHELL)' macro on the command line of make, but this is
not supported by the AIX 5.3 make implementation.

This bug has been lurking for a long time, and was activated by
commit v1.11-125-gc1f6cdb "Enable `errexit' shell flag in various
tests".  Report by Ralf Wildenhues.

ChangeLog
tests/ansi.test

index 6f6ca10a7a9d182b2dfb7267bc8c53033ba395b2..d06ce5928a45062ed0b3612a5679ea2b56369363 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2010-11-16  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       Fix regression in ansi.test (failure on AIX 5.3).
+       * tests/ansi.test: Remove redundant hackish check done using a
+       hand-postprocessed Makefile.in.  This checs worked by setting
+       the `$(SHELL)' macro on the command line of make, but this is
+       not supported by the AIX 5.3 make implementation.
+       This bug has been lurking for a long time, and was activated by
+       commit v1.11-125-gc1f6cdb "Enable `errexit' shell flag in various
+       tests".  Report by Ralf Wildenhues.
+
 2010-06-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        Enable `errexit' shell flag in various tests.
index c0778c6ee3994c70328d314df7e8b7c9e4aa9608..7795f48d21d33e91fbda508ea1fa44337cb26e41 100755 (executable)
@@ -42,13 +42,11 @@ END
 : > ansi2knr.1
 
 $ACLOCAL
+$AUTOCONF
 $AUTOMAKE
 
-$FGREP -v @SET_MAKE@ Makefile.in > Makefile.sed
-$MAKE -f Makefile.sed SHELL=$SHELL test1
-
-$AUTOCONF
 ./configure
+
 $MAKE test1
 $MAKE test2