]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix for PR automake/231:
authorTom Tromey <tromey@redhat.com>
Sun, 20 Jan 2002 21:37:19 +0000 (21:37 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 20 Jan 2002 21:37:19 +0000 (21:37 +0000)
* m4/gcj.m4 (AM_PROG_GCJ): Use _AM_DEPENDENCIES(GCJ).
* m4/depend.m4: Document `GCJ'.

ChangeLog
m4/depend.m4
m4/gcj.m4

index 0cfa8d1ab16d1d25ee120b4e18e936baf65303f2..ab36566a8616c9fa1dc3ff5df72b83631abd427d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2002-01-20  Tom Tromey  <tromey@redhat.com>
 
+       Fix for PR automake/231:
+       * m4/gcj.m4 (AM_PROG_GCJ): Use _AM_DEPENDENCIES(GCJ).
+       * m4/depend.m4: Document `GCJ'.
+
        For PR automake/224:
        * tests/Makefile.am (TESTS): Added pr224.test.
        * tests/pr224.test: New file.
index c95b5fcbe806fbfeece0cee1b7ea4b3a2436a5bd..c631815ef3f5de24a657c87a308a9f934fa0b2dd 100644 (file)
@@ -29,7 +29,7 @@
 # _AM_DEPENDENCIES(NAME)
 # ----------------------
 # See how the compiler implements dependency checking.
-# NAME is "CC", "CXX" or "OBJC".
+# NAME is "CC", "CXX", "GCJ", or "OBJC".
 # We try a few techniques and use that to set a single cache variable.
 #
 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
index 0f53de4d6bec47f8fcf9c3bfb24b011b7bdc2adc..ea4f9402aa82267c1b9c3d43506775ec4b752df2 100644 (file)
--- a/m4/gcj.m4
+++ b/m4/gcj.m4
@@ -25,4 +25,5 @@ if test "x${GCJFLAGS-unset}" = xunset; then
    GCJFLAGS="-g -O2"
 fi
 AC_SUBST(GCJFLAGS)
+_AM_DEPENDENCIES(GCJ)
 ])