+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@'.
# 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
-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 =
mostlyclean-generic:
clean-generic:
+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
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