From: Pavel Roskin Date: Wed, 18 Oct 2000 03:27:44 +0000 (+0000) Subject: * Makefile.am (TESTS): Added aclocali1.test. X-Git-Tag: Release-1-4b~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d31c274147f9a765eb1e2d9386dcc497ddede8c4;p=thirdparty%2Fautomake.git * Makefile.am (TESTS): Added aclocali1.test. * aclocali1.test: New file. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 9ff2a8d63..5135d9037 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2000-10-17 Pavel Roskin + + * Makefile.am (TESTS): Added aclocali1.test. + * aclocali1.test: New file. + 2000-08-30 Tom Tromey * Makefile.am (XFAIL_TESTS): Removed pr72.test. diff --git a/tests/Makefile.am b/tests/Makefile.am index e769cc517..ed32d8894 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -7,6 +7,7 @@ TESTS = \ acinclude.test \ aclocal.test \ aclocali.test \ +aclocali1.test \ aclocalii.test \ acoutnoq.test \ acoutput.test \