summaryrefslogtreecommitdiff
path: root/m4/depend.m4
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2002-01-20 21:37:19 +0000
committerTom Tromey <tromey@redhat.com>2002-01-20 21:37:19 +0000
commitfa1120ca80917111ee059217abdfca744769260d (patch)
treec11d99128b453de2de1c2453cb648aceb091276a /m4/depend.m4
parentd35c37e9ff2a2b54695cfcfa26e480256fdb805f (diff)
downloadautomake-fa1120ca80917111ee059217abdfca744769260d.tar.gz
Fix for PR automake/231:
* m4/gcj.m4 (AM_PROG_GCJ): Use _AM_DEPENDENCIES(GCJ). * m4/depend.m4: Document `GCJ'.
Diffstat (limited to 'm4/depend.m4')
-rw-r--r--m4/depend.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/depend.m4 b/m4/depend.m4
index c95b5fcbe..c631815ef 100644
--- a/m4/depend.m4
+++ b/m4/depend.m4
@@ -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