From d6100f3de6610760d9db8c2ef61ff63a1c7c15f5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 19 Jan 2011 15:56:42 -0800 Subject: [PATCH] * make-tarball.txt: Suggest 'autoreconf -I m4 --force' rather than doing rm and autoconf by hand. See . --- admin/ChangeLog | 6 ++++++ admin/make-tarball.txt | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/admin/ChangeLog b/admin/ChangeLog index b15d49f9e5..70fee65c25 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,9 @@ +2011-01-19 Paul Eggert + + * make-tarball.txt: Suggest 'autoreconf -I m4 --force' + rather than doing rm and autoconf by hand. See + . + 2011-01-17 Paul Eggert * notes/bzr (Installing changes from gnulib): New section. diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 6ff7a815cb..6a8072de06 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt @@ -28,7 +28,7 @@ For each step, check for possible errors. refer to a newer release of Emacs. (This is probably needed only when preparing a major Emacs release, or branching for it.) -5. rm configure src/config.in; autoconf; autoheader +5. autoreconf -I m4 --force make bootstrap 6. Commit configure, src/config.in, etc/AUTHORS, all the files changed @@ -107,4 +107,3 @@ For each step, check for possible errors. 13. For a pretest, announce it on emacs-devel and BCC the pretesters. For a release, announce it on info-gnu@gnu.org, info-gnu-emacs@gnu.org, and emacs-devel. - -- 2.20.1