]> sourceware.org Git - automake.git/commitdiff
* 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 ff9d01cfb4fbc59e6a58098341bf4fdc7f337b9a..8e308c77149a52825496dc882bb1643062f6950a 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 763c5796abfe0f154234f6fd2408790ecd07fc1b..97918ca29a29c335c516b386859f34f9a0d0c508 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
This page took 0.032325 seconds and 5 git commands to generate.