From: Akim Demaille Date: Fri, 26 Jan 2001 11:50:23 +0000 (+0000) Subject: * tests/Makefile.am (testsuite): Use testsuite.tmp, not X-Git-Tag: autoconf-2.50~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f59275ff253dab2b5ca6a0c345bedeaa462fab4;p=thirdparty%2Fautoconf.git * tests/Makefile.am (testsuite): Use testsuite.tmp, not testsuite-tmp as temporary file. --- diff --git a/ChangeLog b/ChangeLog index bf64f2484..47cd0d188 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-01-26 Tim Van Holder + + * tests/Makefile.am (testsuite): Use testsuite.tmp, not + testsuite-tmp as temporary file. + 2001-01-25 Assar Westerlund * autoreconf.sh: Also find configure.in. diff --git a/tests/Makefile.am b/tests/Makefile.am index be115920a..348849c3c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -41,9 +41,9 @@ testsuite: $(top_srcdir)/m4sugar.m4 $(top_srcdir)/m4sh.m4 \ $(SUITE) $(M4) -I $(srcdir) -I $(top_srcdir) atspecific.m4 suite.at | \ sed -e 's/[ ]*$$//' | \ - sed -e '/^$$/N;/\n$$/D' > $@-tmp - chmod +x $@-tmp - mv $@-tmp $@ + sed -e '/^$$/N;/\n$$/D' >$@.tmp + chmod +x $@.tmp + mv $@.tmp $@ # The files which contains macro we check for syntax. Don't use $(top_srcdir)