* lib/Makefile.am (CLEANFILES): Add autom4te.cfg.

This commit is contained in:
Akim Demaille 2001-08-31 13:36:31 +00:00
parent ff07c5ffe4
commit 1ac19d308e
3 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2001-08-31 Akim Demaille <akim@epita.fr>
* lib/Makefile.am (CLEANFILES): Add autom4te.cfg.
2001-08-31 Akim Demaille <akim@epita.fr>
* doc/autoconf.texi (Quadrigraphs): Document `@&t@'.

View File

@ -21,7 +21,7 @@ edit = sed \
# All the files below depend on configure.ac so that they are rebuilt
# when the Autoconf version changes. Unfortunately, suffix rules
# cannot have additional dependencies, so we have to use explicit rules.
CLEANFILES = autom4te.cfg
autom4te.cfg: $(top_srcdir)/configure.ac $(srcdir)/autom4te.in
rm -f autom4te.cfg autom4te.tmp
$(edit) $(srcdir)/autom4te.in >autom4te.tmp

View File

@ -82,6 +82,11 @@ edit = sed \
-e 's,@VERSION\@,$(VERSION),g' \
-e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g'
# All the files below depend on configure.ac so that they are rebuilt
# when the Autoconf version changes. Unfortunately, suffix rules
# cannot have additional dependencies, so we have to use explicit rules.
CLEANFILES = autom4te.cfg
subdir = lib
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
CONFIG_CLEAN_FILES =
@ -273,6 +278,7 @@ install-strip:
mostlyclean-generic:
clean-generic:
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
@ -333,11 +339,6 @@ uninstall-info: uninstall-info-recursive
uninstall-am uninstall-info-am uninstall-info-recursive \
uninstall-nodist_pkgdataDATA uninstall-recursive
# All the files below depend on configure.ac so that they are rebuilt
# when the Autoconf version changes. Unfortunately, suffix rules
# cannot have additional dependencies, so we have to use explicit rules.
autom4te.cfg: $(top_srcdir)/configure.ac $(srcdir)/autom4te.in
rm -f autom4te.cfg autom4te.tmp
$(edit) $(srcdir)/autom4te.in >autom4te.tmp