From 2859987c56be982cc3b1d27a919d663512238049 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 6 May 2001 23:16:05 +0000 Subject: [PATCH] * tests/confh4.test: Updated to reflect DEFS change. For PR automake/132. --- ChangeLog | 3 +++ tests/confh4.test | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.43.5