From: Tom Tromey Date: Sun, 6 May 2001 23:16:05 +0000 (+0000) Subject: * tests/confh4.test: Updated to reflect DEFS change. X-Git-Tag: handle-languages~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b12daf23d5a64c6efa4bb1fdde888f793583c1de;p=thirdparty%2Fautomake.git * tests/confh4.test: Updated to reflect DEFS change. For PR automake/132. --- diff --git a/ChangeLog b/ChangeLog index ff9d01cfb..8e308c771 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-05-06 Tom Tromey + * tests/confh4.test: Updated to reflect DEFS change. + For PR automake/132. + Fix for PR automake/132: * automake.in (c, c++, objc, asm, ppf77): Add DEFAULT_INCLUDES to compilation. diff --git a/tests/confh4.test b/tests/confh4.test index 763c5796a..97918ca29 100755 --- a/tests/confh4.test +++ b/tests/confh4.test @@ -29,4 +29,4 @@ mkdir include $ACLOCAL || exit 1 $AUTOMAKE || exit 1 -egrep '^DEFS =.* -I(\.|\$\(top_builddir\))/include' Makefile.in +egrep '^DEFAULT_INCLUDES =.* -I(\.|\$\(top_builddir\))/include' Makefile.in