From e02ea74b7e42db69e6bb333a176d26b2f409752e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 21 Jan 2011 23:18:23 -0800 Subject: 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 . * .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). --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.in') 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 ### begin to build the program. top_maintainer_clean=\ ${top_distclean}; \ - rm -fr autom4te.cache; \ - rm -f aclocal.m4 + rm -fr autom4te.cache maintainer-clean: bootstrap-clean FRC (cd src; $(MAKE) $(MFLAGS) maintainer-clean) (cd lisp; $(MAKE) $(MFLAGS) maintainer-clean) -- cgit v1.2.1