From: Paul Eggert Date: Wed, 19 Jan 2011 23:56:53 +0000 (-0800) Subject: Minor Makefile.in tweaks to build from gnulib better. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~1322^2~195 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0813c96eb2f6af9d6a392243b0d669d38467f23c;p=emacs.git Minor Makefile.in tweaks to build from gnulib better. * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4. (top_maintainer_clean): Don't remove aclocal.m4. --- diff --git a/ChangeLog b/ChangeLog index f365153c63b..081240925fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-01-19 Paul Eggert + + Minor Makefile.in tweaks to build from gnulib better. + + * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4. + (top_maintainer_clean): Don't remove aclocal.m4. + 2011-01-18 Paul Eggert Minor cleanups for 'bzr status' diff --git a/Makefile.in b/Makefile.in index 7edb0843478..f5eb6f32e31 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)