mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
* tests/Makefile.am (testsuite): Use testsuite.tmp, not
testsuite-tmp as temporary file.
This commit is contained in:
parent
7e4c94c562
commit
8f59275ff2
@ -1,3 +1,8 @@
|
||||
2001-01-26 Tim Van Holder <tim.van.holder@pandora.be>
|
||||
|
||||
* tests/Makefile.am (testsuite): Use testsuite.tmp, not
|
||||
testsuite-tmp as temporary file.
|
||||
|
||||
2001-01-25 Assar Westerlund <assar@sics.se>
|
||||
|
||||
* autoreconf.sh: Also find configure.in.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user