]> sourceware.org Git - automake.git/commitdiff
* ldadd.test: Use AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL.
authorTom Tromey <tromey@redhat.com>
Mon, 22 Mar 1999 11:45:57 +0000 (11:45 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 22 Mar 1999 11:45:57 +0000 (11:45 +0000)
tests/ChangeLog
tests/ldadd.test

index bce666a55d0dbaca4c9f33849d8790ed107f36a2..8047d9fee715cd594f80a1f5217af68d623b008b 100644 (file)
@@ -1,5 +1,7 @@
 1999-03-22  Tom Tromey  <tromey@cygnus.com>
 
+       * ldadd.test: Use AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL.
+
        * pluseq7.test: New file.
        * Makefile.am (TESTS): Added pluseq7.test.
        * pluseq6.test: New file.
index 80aba9aa2af7b9f0426e40699a4d98b7ad915b68..ef02aaabdc548e0bde2db004cf494f39ef55384b 100755 (executable)
@@ -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"
This page took 0.029268 seconds and 5 git commands to generate.