changeset 112376:aa320544d768

* make-tarball.txt: Suggest 'autoreconf -I m4 --force' rather than doing rm and autoconf by hand. See <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 19 Jan 2011 15:56:42 -0800
parents b7555c0e51fe
children 5855bdef20c9
files admin/ChangeLog admin/make-tarball.txt
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/admin/ChangeLog	Wed Jan 19 15:02:04 2011 -0800
+++ b/admin/ChangeLog	Wed Jan 19 15:56:42 2011 -0800
@@ -1,3 +1,9 @@
+2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* make-tarball.txt: Suggest 'autoreconf -I m4 --force'
+	rather than doing rm and autoconf by hand.  See
+	<http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
+
 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
 
 	* notes/bzr (Installing changes from gnulib): New section.
--- a/admin/make-tarball.txt	Wed Jan 19 15:02:04 2011 -0800
+++ b/admin/make-tarball.txt	Wed Jan 19 15:56:42 2011 -0800
@@ -28,7 +28,7 @@
     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 @@
 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.
-