aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris2011-03-25 00:14:31 -0700
committerGlenn Morris2011-03-25 00:14:31 -0700
commitf6ca84c095f29a92f5e651c7ec4f7abec7e5bc43 (patch)
tree0348c42a278c6327cf133ce5a70e2031b4568824 /Makefile.in
parent577c4ec0579864e6e2e243e64cc6662c9fcc8bce (diff)
downloademacs-f6ca84c095f29a92f5e651c7ec4f7abec7e5bc43.tar.gz
emacs-f6ca84c095f29a92f5e651c7ec4f7abec7e5bc43.zip
Remove some files that autoreconf can supply.
Ref: http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00863.html * compile, config.guess, config.sub, depcomp, install-sh, missing: Remove; autoreconf can supply them. * Makefile.in (sync-from-gnulib): Don't sync config.sub, config.guess, install-sh. Pass -i to autoreconf. * autogen/update_autogen (genfiles): Add compile, config.guess, config.sub, depcomp, install-sh, missing. Pass -i to autoreconf. Discard non-error output from autoreconf in -q case. * autogen/compile, autogen/config.guess, autogen/config.sub: * autogen/depcomp, autogen/install-sh, autogen/missing: New files. * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp, install-sh, missing. * autogen/README: Add compile, config.guess, config.sub, depcomp, install-sh, missing. * INSTALL.BZR, admin/make-tarball.txt: Add -i to autoreconf args. * .bzrignore: Add compile, config.guess, config.sub, depcomp, install-sh, missing.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index c94d7a5445a..699589c6920 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -344,12 +344,9 @@ sync-from-gnulib: $(gnulib_srcdir)
344 cd $(srcdir)/m4 && mv gnulib-comp.m4 $(DOS_gnulib_comp.m4) 344 cd $(srcdir)/m4 && mv gnulib-comp.m4 $(DOS_gnulib_comp.m4)
345 cp $(gnulib_srcdir)/build-aux/texinfo.tex $(srcdir)/doc/misc 345 cp $(gnulib_srcdir)/build-aux/texinfo.tex $(srcdir)/doc/misc
346 cp \ 346 cp \
347 $(gnulib_srcdir)/build-aux/config.sub \
348 $(gnulib_srcdir)/build-aux/config.guess \
349 $(gnulib_srcdir)/build-aux/install-sh \
350 $(gnulib_srcdir)/build-aux/move-if-change \ 347 $(gnulib_srcdir)/build-aux/move-if-change \
351 $(srcdir) 348 $(srcdir)
352 cd $(srcdir) && autoreconf -I m4 349 cd $(srcdir) && autoreconf -i -I m4
353.PHONY: sync-from-gnulib 350.PHONY: sync-from-gnulib
354 351
355# These targets should be "${SUBDIR} without `src'". 352# These targets should be "${SUBDIR} without `src'".