automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch: _AM_DEPENDENCIES fallout


From: Tom Tromey
Subject: Patch: _AM_DEPENDENCIES fallout
Date: 18 Jul 2001 09:30:27 -0600

I'm checking this in.
It fixes some problems introduced by the _AM_DEPENDENCIES name change.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>
        * automake.texi (Macros): Use _AM_DEPENDENCIES.
        * tests/gcj3.test: Use AM_PROG_GCJ.
        * tests/gcj.test: Use AM_PROG_GCJ.

Index: automake.texi
===================================================================
RCS file: /cvs/automake/automake/automake.texi,v
retrieving revision 1.221
diff -u -r1.221 automake.texi
--- automake.texi 2001/07/17 05:35:54 1.221
+++ automake.texi 2001/07/18 15:05:20
@@ -1331,7 +1331,7 @@
 this should not be used unless you are familiar with the internals).
 @xref{Multilibs}.
 
address@hidden AM_DEPENDENCIES
address@hidden _AM_DEPENDENCIES
 @itemx AM_SET_DEPDIR
 @itemx AM_DEP_TRACK
 @itemx AM_OUTPUT_DEPENDENCY_COMMANDS
Index: tests/gcj.test
===================================================================
RCS file: /cvs/automake/automake/tests/gcj.test,v
retrieving revision 1.2
diff -u -r1.2 gcj.test
--- tests/gcj.test 2001/05/13 04:26:21 1.2
+++ tests/gcj.test 2001/07/18 15:05:21
@@ -5,8 +5,7 @@
 . $srcdir/defs || exit 1
 
 cat >> configure.in << 'END'
-AM_DEPENDENCIES(GCJ)
-AC_SUBST(GCJ)
+AM_PROG_GCJ
 END
 
 cat > Makefile.am << 'END'
Index: tests/gcj3.test
===================================================================
RCS file: /cvs/automake/automake/tests/gcj3.test,v
retrieving revision 1.1
diff -u -r1.1 gcj3.test
--- tests/gcj3.test 2001/05/13 01:55:42 1.1
+++ tests/gcj3.test 2001/07/18 15:05:21
@@ -5,8 +5,7 @@
 . $srcdir/defs || exit 1
 
 cat >> configure.in << 'END'
-AM_DEPENDENCIES(GCJ)
-AC_SUBST(GCJ)
+AM_PROG_GCJ
 END
 
 cat > Makefile.am << 'END'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]