From: Akim Demaille Date: Wed, 8 Mar 2000 16:12:09 +0000 (+0000) Subject: * tests/Makefile.am (all-local): Remove. It wastes time to have X-Git-Tag: autoconf-2.50~1076 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fa2ad4e0c7e754b6d93c960892269b165b90674;p=thirdparty%2Fautoconf.git * tests/Makefile.am (all-local): Remove. It wastes time to have testsuite rebuilt each time an ac*.m4 file changes. It is enough to build it for each `make check'. --- diff --git a/ChangeLog b/ChangeLog index 6ec110433..b5b8f7c14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-03-08 Akim Demaille + + * tests/Makefile.am (all-local): Remove. It wastes time to have + testsuite rebuilt each time an ac*.m4 file changes. It is enough + to build it for each `make check'. + 2000-03-08 Akim Demaille Leave a diversion exclusively for Copyright notices. diff --git a/tests/Makefile.am b/tests/Makefile.am index 5f440c153..6392fc707 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -28,8 +28,6 @@ EXTRA_DIST = atgeneral.m4 atspecific.m4 suite.m4 macros.m4 actest.m4 $(SUITE) PERL = perl -all-local: atconfig testsuite - check-local: atconfig testsuite $(SHELL) testsuite