]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* automake.texi: Rename AM_DEPENDENCIES to _AM_DEPENDENCIES.
authorPavel Roskin <proski@gnu.org>
Wed, 18 Jul 2001 14:56:23 +0000 (14:56 +0000)
committerPavel Roskin <proski@gnu.org>
Wed, 18 Jul 2001 14:56:23 +0000 (14:56 +0000)
* tests/gcj.test: Likewise.
* tests/gcj2.test: Likewise.
* tests/gcj3.test: Likewise.

ChangeLog
automake.texi
tests/gcj.test
tests/gcj2.test
tests/gcj3.test

index ae561879bff01cc28d39f8d70b46ddf583213bcd..0631a87b351a50b7d87ee0c90a90e3d41585c524 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-07-18  Pavel Roskin  <proski@gnu.org>
+
+       * automake.texi: Rename AM_DEPENDENCIES to _AM_DEPENDENCIES.
+       * tests/gcj.test: Likewise.
+       * tests/gcj2.test: Likewise.
+       * tests/gcj3.test: Likewise.
+
 2001-07-18  Tom Tromey  <tromey@redhat.com>
 
        * lib/compile: Change how lockdir is computed.  If linking or
index d3c92da1661b19906f879938520143c5a33fd4a3..393b2d1403fa7b4341283ad9c64119e56a295403 100644 (file)
@@ -1331,7 +1331,7 @@ the top source directory; it defaults to the empty string (generally
 this should not be used unless you are familiar with the internals).
 @xref{Multilibs}.
 
-@item AM_DEPENDENCIES
+@item _AM_DEPENDENCIES
 @itemx AM_SET_DEPDIR
 @itemx AM_DEP_TRACK
 @itemx AM_OUTPUT_DEPENDENCY_COMMANDS
index 59db892e07879b18e1344ca2092ab4ef9ab303f8..6d035e75cae7c4792be7b682c9562cccc6ea2970 100755 (executable)
@@ -5,7 +5,7 @@
 . $srcdir/defs || exit 1
 
 cat >> configure.in << 'END'
-AM_DEPENDENCIES(GCJ)
+_AM_DEPENDENCIES(GCJ)
 AC_SUBST(GCJ)
 END
 
index 3256aea443aabf9719cd2a78df2b3f26a3bbcfdb..3a4320f18f42fcfee536ce02ce317632a2d57421 100755 (executable)
@@ -5,7 +5,7 @@
 . $srcdir/defs || exit 1
 
 cat >> configure.in << 'END'
-AM_DEPENDENCIES(GCJ)
+_AM_DEPENDENCIES(GCJ)
 AC_SUBST(GCJ)
 END
 
index 706918d149d5685e3e4bd71f84fa393844c68312..17828735f81beab59dd111a0f083f33b6b5f0f7f 100755 (executable)
@@ -5,7 +5,7 @@
 . $srcdir/defs || exit 1
 
 cat >> configure.in << 'END'
-AM_DEPENDENCIES(GCJ)
+_AM_DEPENDENCIES(GCJ)
 AC_SUBST(GCJ)
 END