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: https://sourceware.org/git/?a=commitdiff_plain;h=2859987c56be982cc3b1d27a919d663512238049;p=automake.git * tests/confh4.test: Updated to reflect DEFS change. For PR automake/132. --- diff --git a/ChangeLog b/ChangeLog index ff9d01cf..8e308c77 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 763c5796..97918ca2 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