Index: ChangeLog =================================================================== RCS file: /cvs/autoconf/ChangeLog,v retrieving revision 1.1770 diff -u -r1.1770 ChangeLog --- ChangeLog 2001/11/05 13:04:41 1.1770 +++ ChangeLog 2001/11/05 14:07:45 @@ -1,3 +1,8 @@ +2001-11-05 Nicolas Joly + + * tests/Makefile.am (testsuite): Use prefix in testsuite + generation rule for the benefit of non-GNU makes. + 2001-11-05 Alexandre Duret-Lutz * lib/autoconf/status.m4 (_AC_OUTPUT_SUBDIRS): When removing Index: tests/Makefile.am =================================================================== RCS file: /cvs/autoconf/tests/Makefile.am,v retrieving revision 1.74 diff -u -r1.74 Makefile.am --- tests/Makefile.am 2001/10/31 10:42:16 1.74 +++ tests/Makefile.am 2001/11/05 14:07:46 @@ -50,13 +50,13 @@ # 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 \ - $(top_srcdir)/lib/m4sugar/m4sh.m4 \ - $(top_srcdir)/lib/autotest/autotest.m4 \ - $(top_srcdir)/lib/autotest/general.m4 \ - package.m4 \ - atspecific.m4 \ - $(TESTSUITE_AT) +./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 \ + package.m4 \ + atspecific.m4 \ + $(TESTSUITE_AT) $(AUTOTEST) -I $(srcdir) suite.at -o address@hidden mv address@hidden $@