From 5fae82c99e7f9f70e3e25dac3414d3b0ff44296b Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Fri, 9 Feb 2001 01:18:38 +0000 Subject: [PATCH] * tests/pr87.test: Check foo/Makfile.in after it is created. --- ChangeLog | 4 ++++ tests/pr87.test | 15 ++++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index bc1c562f..bba04c05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-02-08 Pavel Roskin + + * tests/pr87.test: Check foo/Makfile.in after it is created. + 2001-02-08 Tom Tromey * tests/pr87.test: Added check for blank line after `.c.o' rule. diff --git a/tests/pr87.test b/tests/pr87.test index baa3cc8d..b6c25f05 100755 --- a/tests/pr87.test +++ b/tests/pr87.test @@ -38,6 +38,12 @@ mkdir build rm missing install-sh mkinstalldirs +# We use gcc and not gcc -traditional as the latter fails on some +# Linux boxes (Red Hat 5.1 in particular). +$ACLOCAL \ + && $AUTOCONF \ + && $AUTOMAKE -a || exit 1 + # Regression test for bug where `.c.o:' is followed by blank line. (while read line; do if test "$line" = ".c.o:"; then @@ -49,11 +55,6 @@ rm missing install-sh mkinstalldirs fi done) < foo/Makefile.in || exit 1 -# We use gcc and not gcc -traditional as the latter fails on some -# Linux boxes (Red Hat 5.1 in particular). -$ACLOCAL \ - && $AUTOCONF \ - && $AUTOMAKE -a \ - && cd build \ +cd build \ && CC='gcc' ../configure \ - && $MAKE distcheck + && $MAKE distcheck || exit 1 -- 2.43.5