Minor Makefile.in tweaks to build from gnulib better.

<http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
* Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
(top_maintainer_clean): Don't remove aclocal.m4.
This commit is contained in:
Paul Eggert 2011-01-19 15:56:53 -08:00
parent d6100f3de6
commit 0813c96eb2
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
Minor Makefile.in tweaks to build from gnulib better.
<http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
* Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
(top_maintainer_clean): Don't remove aclocal.m4.
2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
Minor cleanups for 'bzr status'

View file

@ -343,6 +343,7 @@ sync-from-gnulib: $(gnulib_srcdir)
$(gnulib_srcdir)/build-aux/mkinstalldirs \
$(gnulib_srcdir)/build-aux/move-if-change \
$(srcdir)
cd $(srcdir) && autoreconf -I m4
.PHONY: sync-from-gnulib
# These targets should be "${SUBDIR} without `src'".
@ -832,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)