mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-01 14:16:02 +08:00
* tests/Makefile.am (testsuite): Rename this target as...
($(TESTSUITE)): this. From Nicolas Joly.
This commit is contained in:
parent
fc9782f204
commit
191ad539dc
@ -1,3 +1,9 @@
|
||||
2001-11-05 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* tests/Makefile.am (testsuite): Rename this target as...
|
||||
($(TESTSUITE)): this.
|
||||
From Nicolas Joly.
|
||||
|
||||
2001-11-05 Alexandre Duret-Lutz <duret_g@epita.fr>
|
||||
|
||||
* lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing
|
||||
|
@ -50,7 +50,7 @@ TESTSUITE = ./testsuite
|
||||
# Don't use AUTOM4TE since `make alpha' makes it unavailable although
|
||||
# we are allowed to use it (since we ship it).
|
||||
AUTOTEST = ./autom4te --language=autotest
|
||||
testsuite: $(top_srcdir)/lib/m4sugar/m4sugar.m4 \
|
||||
$(TESTSUITE): $(top_srcdir)/lib/m4sugar/m4sugar.m4 \
|
||||
$(top_srcdir)/lib/m4sugar/m4sh.m4 \
|
||||
$(top_srcdir)/lib/autotest/autotest.m4 \
|
||||
$(top_srcdir)/lib/autotest/general.m4 \
|
||||
|
@ -264,7 +264,7 @@ uninstall-am: uninstall-info-am
|
||||
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
||||
uninstall uninstall-am uninstall-info-am
|
||||
|
||||
testsuite: $(top_srcdir)/lib/m4sugar/m4sugar.m4 \
|
||||
$(TESTSUITE): $(top_srcdir)/lib/m4sugar/m4sugar.m4 \
|
||||
$(top_srcdir)/lib/m4sugar/m4sh.m4 \
|
||||
$(top_srcdir)/lib/autotest/autotest.m4 \
|
||||
$(top_srcdir)/lib/autotest/general.m4 \
|
||||
|
Loading…
Reference in New Issue
Block a user