mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-19 14:40:24 +08:00
* Makefile.am (CLEANFILES): Added autoupdate.m4f and autoconf.tmp.
This commit is contained in:
parent
8ba96e391b
commit
d7e3c874ea
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user