[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fix for the testsuite
From: |
Pavel Roskin |
Subject: |
Fix for the testsuite |
Date: |
Wed, 18 Jul 2001 10:59:40 -0400 (EDT) |
Hello!
I'm applying this patch.
ChangeLog:
* automake.texi: Rename AM_DEPENDENCIES to _AM_DEPENDENCIES.
* tests/gcj.test: Likewise.
* tests/gcj2.test: Likewise.
* tests/gcj3.test: Likewise.
--------------------------------
--- automake.texi
+++ automake.texi
@@ -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
--- tests/gcj.test
+++ tests/gcj.test
@@ -5,7 +5,7 @@
. $srcdir/defs || exit 1
cat >> configure.in << 'END'
-AM_DEPENDENCIES(GCJ)
+_AM_DEPENDENCIES(GCJ)
AC_SUBST(GCJ)
END
--- tests/gcj2.test
+++ tests/gcj2.test
@@ -5,7 +5,7 @@
. $srcdir/defs || exit 1
cat >> configure.in << 'END'
-AM_DEPENDENCIES(GCJ)
+_AM_DEPENDENCIES(GCJ)
AC_SUBST(GCJ)
END
--- tests/gcj3.test
+++ tests/gcj3.test
@@ -5,7 +5,7 @@
. $srcdir/defs || exit 1
cat >> configure.in << 'END'
-AM_DEPENDENCIES(GCJ)
+_AM_DEPENDENCIES(GCJ)
AC_SUBST(GCJ)
END
--------------------------------
Regards,
Pavel Roskin
- Fix for the testsuite,
Pavel Roskin <=