From: Stefano Lattarini Date: Tue, 16 Nov 2010 18:18:56 +0000 (+0100) Subject: Fix regression in ansi.test (failure on AIX 5.3). X-Git-Tag: v1.11.1b~42^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f140b6bce15a1705ec8258e8914e7b605ef15f6f;p=thirdparty%2Fautomake.git 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. --- diff --git a/ChangeLog b/ChangeLog index 6f6ca10a7..d06ce5928 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2010-11-16 Stefano Lattarini + + 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 Enable `errexit' shell flag in various tests. diff --git a/tests/ansi.test b/tests/ansi.test index c0778c6ee..7795f48d2 100755 --- a/tests/ansi.test +++ b/tests/ansi.test @@ -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