From: Tom Tromey Date: Mon, 22 Mar 1999 11:45:58 +0000 (+0000) Subject: * ldadd.test: Use AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL. X-Git-Tag: user-dep-gen-branchpoint~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dd53089f613f9378937a40f3a41c3df70523245;p=thirdparty%2Fautomake.git * ldadd.test: Use AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index bce666a55..8047d9fee 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,7 @@ 1999-03-22 Tom Tromey + * ldadd.test: Use AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL. + * pluseq7.test: New file. * Makefile.am (TESTS): Added pluseq7.test. * pluseq6.test: New file. diff --git a/tests/ldadd.test b/tests/ldadd.test index 80aba9aa2..ef02aaabd 100755 --- a/tests/ldadd.test +++ b/tests/ldadd.test @@ -10,7 +10,7 @@ VERSION=nonesuch AC_PROG_CC AC_ARG_PROGRAM AC_PROG_INSTALL -AM_PROG_LIBTOOL +AC_PROG_LIBTOOL AC_OUTPUT(Makefile) LTLIBOBJS="$LTLIBOBJS q.o" LIBOBJS="$LIBOBJS q.o"