aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorPaul Eggert2011-01-21 23:18:23 -0800
committerPaul Eggert2011-01-21 23:18:23 -0800
commite02ea74b7e42db69e6bb333a176d26b2f409752e (patch)
tree7d5462c37f1d85c0424fffd433092b4ffb6e80cf /Makefile.in
parent4936e3ba93d6952ad150f7c599d8003b00cebc8e (diff)
downloademacs-e02ea74b7e42db69e6bb333a176d26b2f409752e.tar.gz
emacs-e02ea74b7e42db69e6bb333a176d26b2f409752e.zip
aclocal.m4: put this file back into repository
This way, we don't have to assume that the maintainer has the automake package installed. See <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>. * .bzrignore: Remove aclocal.m4, undoing the previous change. * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4, undoing the previous change. * aclocal.m4: New file (actually, resurrected).
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 3d8f6303e10..4e21fc750ac 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -833,8 +833,7 @@ bootstrap-clean: FRC
833### begin to build the program. 833### begin to build the program.
834top_maintainer_clean=\ 834top_maintainer_clean=\
835 ${top_distclean}; \ 835 ${top_distclean}; \
836 rm -fr autom4te.cache; \ 836 rm -fr autom4te.cache
837 rm -f aclocal.m4
838maintainer-clean: bootstrap-clean FRC 837maintainer-clean: bootstrap-clean FRC
839 (cd src; $(MAKE) $(MFLAGS) maintainer-clean) 838 (cd src; $(MAKE) $(MFLAGS) maintainer-clean)
840 (cd lisp; $(MAKE) $(MFLAGS) maintainer-clean) 839 (cd lisp; $(MAKE) $(MFLAGS) maintainer-clean)