]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* Makefile.am (CLEANFILES): Added autoupdate.m4f and autoconf.tmp.
authorAkim Demaille <akim@epita.fr>
Wed, 9 Feb 2000 18:08:37 +0000 (18:08 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 9 Feb 2000 18:08:37 +0000 (18:08 +0000)
ChangeLog
Makefile.am
Makefile.in
doc/Makefile.am
doc/Makefile.in
tests/torture.m4

index 579ace29d2ff94ea1adfa014ef2eb38c4ca6c2a5..ded8bd310bd88b882f541b3fb608738369881ad4 100644 (file)
--- 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  <akim@epita.fr>
index 83bea4efa1d47026893fc94431ab8292254a39a9..719feeffce457fb8c1051120486c2c9de8e28af6 100644 (file)
@@ -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
index bd12fb04733341430872ac48712708a2c8302ebe..df187a0c55177534c16ed12e8cfb720533fb7e8a 100644 (file)
@@ -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.
index 83bea4efa1d47026893fc94431ab8292254a39a9..719feeffce457fb8c1051120486c2c9de8e28af6 100644 (file)
@@ -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
index bd12fb04733341430872ac48712708a2c8302ebe..df187a0c55177534c16ed12e8cfb720533fb7e8a 100644 (file)
@@ -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.
index c3e1481e36fb664720ef5930f6ff00241235f266..612d1f453a4b2cb8d0f4af173ff457af8beacccb 100644 (file)
@@ -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