From: Tom Tromey Date: Tue, 27 Feb 1996 06:14:41 +0000 (+0000) Subject: Fixed bug in tests X-Git-Tag: Release-0-30~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb5157015d9fa1bea3f6f87697ac371da1d07c49;p=thirdparty%2Fautomake.git Fixed bug in tests --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 16890866a..c1e72a46e 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +Mon Feb 26 23:14:08 1996 Tom Tromey + + * libobj.test: Put AC_PROG_RANLIB in configure.in + Mon Feb 19 10:22:22 1996 Tom Tromey * proginst.test: New file. diff --git a/tests/libobj.test b/tests/libobj.test index 10ca8a144..ee270c173 100755 --- a/tests/libobj.test +++ b/tests/libobj.test @@ -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