summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-05-22 14:04:22 +0000
committerAkim Demaille <akim@epita.fr>2001-05-22 14:04:22 +0000
commitf27d468f909ecdb417fc408bddacbbb39ac407dd (patch)
treea73ebda50d664a53c69a5614240bf9e96a46b895 /Makefile.in
parent6dff6080104d2c79ed58ca8d02bfe70bcae349ee (diff)
downloadautoconf-f27d468f909ecdb417fc408bddacbbb39ac407dd.tar.gz
* autoconf.in, autoreconf.in, autoheader.in, autoscan.in, ifnames.in,
* autoupdate.in: Specify the Emacs mode. * acversion.m4.in: Rename as... * acversion.m4: this. * tests/Makefile.am (CLEANFILES): More garbage.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 1e873445..ad345f14 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -94,7 +94,7 @@ nodistpkgdataDATA = autoconf.m4f
pkgdata_DATA = $(distpkgdataDATA) $(nodistpkgdataDATA)
-EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 BUGS INSTALL.txt acversion.m4.in autoconf.in autoheader.in autoreconf.in autoupdate.in ifnames.in autoscan.in $(distpkgdataDATA)
+EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2 BUGS INSTALL.txt acversion.in autoconf.in autoheader.in autoreconf.in autoupdate.in ifnames.in autoscan.in $(distpkgdataDATA)
# Files that should be removed, but which Automake does not know:
@@ -415,8 +415,8 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
# is changed, acversion.m4 is built only after the new version number is
# propagated to the Makefile. (Libtool uses the same guarantee.)
-acversion.m4: $(srcdir)/acversion.m4.in $(srcdir)/configure.in
- sed 's,@VERSION\@,$(VERSION),g' $(srcdir)/acversion.m4.in >acversion.tm4
+acversion.m4: $(srcdir)/acversion.in $(srcdir)/configure.in
+ sed 's,@VERSION\@,$(VERSION),g' $(srcdir)/acversion.in >acversion.tm4
mv acversion.tm4 $(srcdir)/acversion.m4
# INSTALL is a special case. Automake seems to have a single name space