]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fixed bug in tests
authorTom Tromey <tromey@redhat.com>
Tue, 27 Feb 1996 06:14:41 +0000 (06:14 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 27 Feb 1996 06:14:41 +0000 (06:14 +0000)
tests/ChangeLog
tests/libobj.test

index 16890866a1fabf660be2a6653b715cae6ea6590b..c1e72a46edc2b650c37125b22e07b12023e5a279 100644 (file)
@@ -1,3 +1,7 @@
+Mon Feb 26 23:14:08 1996  Tom Tromey  <tromey@creche.cygnus.com>
+
+       * libobj.test: Put AC_PROG_RANLIB in configure.in
+
 Mon Feb 19 10:22:22 1996  Tom Tromey  <tromey@creche.cygnus.com>
 
        * proginst.test: New file.
index 10ca8a144b57a5d7e47b951f78a4b5a1ec205e80..ee270c1737686345018c3aaa0911a70b122797c2 100755 (executable)
@@ -9,6 +9,7 @@
 cat > configure.in << 'END'
 AC_ARG_PROGRAM
 AC_PROG_INSTALL
+AC_PROG_RANLIB
 LIBOBJS="$LIBOBJS fsusage.o mountlist.o"
 AC_OUTPUT(Makefile)
 END