* tests/confh4.test: Updated to reflect DEFS change.
authorTom Tromey <tromey@redhat.com>
Sun, 6 May 2001 23:16:05 +0000 (23:16 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 6 May 2001 23:16:05 +0000 (23:16 +0000)
For PR automake/132.

ChangeLog
tests/confh4.test

index ff9d01c..8e308c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-05-06  Tom Tromey  <tromey@redhat.com>
 
+       * 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.
index 763c579..97918ca 100755 (executable)
@@ -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