From: Akim Demaille Date: Wed, 9 Feb 2000 18:08:37 +0000 (+0000) Subject: * Makefile.am (CLEANFILES): Added autoupdate.m4f and autoconf.tmp. X-Git-Tag: autoconf-2.50~1176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7e3c874ea4b285f5f6e3470c2177797eae7e794;p=thirdparty%2Fautoconf.git * Makefile.am (CLEANFILES): Added autoupdate.m4f and autoconf.tmp. --- diff --git a/ChangeLog b/ChangeLog index 579ace29d..ded8bd310 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,8 +2,7 @@ Clean up `make clean'. - * doc/Makefile.am (CLEANFILES): Added autoconf.tmp. - * Makefile.am (CLEANFILES): Added autoupdate.m4f. + * Makefile.am (CLEANFILES): Added autoupdate.m4f and autoconf.tmp. * tests/torture.m4: Rm dummy and dummy.in. 2000-02-09 Akim Demaille diff --git a/Makefile.am b/Makefile.am index 83bea4efa..719feeffc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,7 +58,9 @@ $(distpkgdataDATA) # Files that should be removed, but which Automake does not know. # There are texi2dvi files, frozen files, and the scripts. CLEANFILES = autoconf.cvs autoconf.ev autoconf.evs autoconf.ma autoconf.mas \ -autoconf.ov autoconf.ovs autoconf.m4f autoheader.m4f $(bin_SCRIPTS) +autoconf.ov autoconf.ovs autoconf.tmp \ +autoconf.m4f autoheader.m4f autoupdate.m4f \ +$(bin_SCRIPTS) # INSTALL is a special case. Automake seems to have a single name space # for both targets and variables. If we just use INSTALL, then the var diff --git a/Makefile.in b/Makefile.in index bd12fb047..df187a0c5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -98,7 +98,7 @@ EXTRA_DIST = $(OLDCHANGELOGS) autoconf.sh autoheader.sh autoreconf.sh autoupdate # Files that should be removed, but which Automake does not know. # There are texi2dvi files, frozen files, and the scripts. -CLEANFILES = autoconf.cvs autoconf.ev autoconf.evs autoconf.ma autoconf.mas autoconf.ov autoconf.ovs autoconf.m4f autoheader.m4f $(bin_SCRIPTS) +CLEANFILES = autoconf.cvs autoconf.ev autoconf.evs autoconf.ma autoconf.mas autoconf.ov autoconf.ovs autoconf.tmp autoconf.m4f autoheader.m4f autoupdate.m4f $(bin_SCRIPTS) # The scripts. diff --git a/doc/Makefile.am b/doc/Makefile.am index 83bea4efa..719feeffc 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -58,7 +58,9 @@ $(distpkgdataDATA) # Files that should be removed, but which Automake does not know. # There are texi2dvi files, frozen files, and the scripts. CLEANFILES = autoconf.cvs autoconf.ev autoconf.evs autoconf.ma autoconf.mas \ -autoconf.ov autoconf.ovs autoconf.m4f autoheader.m4f $(bin_SCRIPTS) +autoconf.ov autoconf.ovs autoconf.tmp \ +autoconf.m4f autoheader.m4f autoupdate.m4f \ +$(bin_SCRIPTS) # INSTALL is a special case. Automake seems to have a single name space # for both targets and variables. If we just use INSTALL, then the var diff --git a/doc/Makefile.in b/doc/Makefile.in index bd12fb047..df187a0c5 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -98,7 +98,7 @@ EXTRA_DIST = $(OLDCHANGELOGS) autoconf.sh autoheader.sh autoreconf.sh autoupdate # Files that should be removed, but which Automake does not know. # There are texi2dvi files, frozen files, and the scripts. -CLEANFILES = autoconf.cvs autoconf.ev autoconf.evs autoconf.ma autoconf.mas autoconf.ov autoconf.ovs autoconf.m4f autoheader.m4f $(bin_SCRIPTS) +CLEANFILES = autoconf.cvs autoconf.ev autoconf.evs autoconf.ma autoconf.mas autoconf.ov autoconf.ovs autoconf.tmp autoconf.m4f autoheader.m4f autoupdate.m4f $(bin_SCRIPTS) # The scripts. diff --git a/tests/torture.m4 b/tests/torture.m4 index c3e1481e3..612d1f453 100644 --- a/tests/torture.m4 +++ b/tests/torture.m4 @@ -36,9 +36,9 @@ define(DEFINE_Description, define(AT_DUMMY_VAR, [ac_Dummy_[]patsubst([000$1], [.*\(...\)$], [\1])]) -dnl This call was quite delicate to write because we wanted to produce -dnl the 100 commands at hand. Be very careful if you want to touch -dnl something. +dnl This call was quite delicate to write because we didn't want to +dnl produce the 100 commands by hand. Be very careful if you want to +dnl touch something. ## Require 100 AC_DEFINE and AC_SUBST with a significantly big value. ## This is mostly to check that Autoconf produces portable sed scripts @@ -76,3 +76,6 @@ AT_DATA(expout, [Big_Value ])]) ]) + +dnl Remove test files. +rm -f dummy dummy.in