aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPaul Eggert2011-01-19 15:56:42 -0800
committerPaul Eggert2011-01-19 15:56:42 -0800
commitd6100f3de6610760d9db8c2ef61ff63a1c7c15f5 (patch)
tree90472b08ac0e9a6ffeb548984892d2b375f5fd00 /admin
parenta2e3ac996870b1a5de299a47cb0ee08fbbac028b (diff)
downloademacs-d6100f3de6610760d9db8c2ef61ff63a1c7c15f5.tar.gz
emacs-d6100f3de6610760d9db8c2ef61ff63a1c7c15f5.zip
* 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>.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog6
-rw-r--r--admin/make-tarball.txt3
2 files changed, 7 insertions, 2 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index b15d49f9e50..70fee65c250 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,9 @@
12011-01-19 Paul Eggert <eggert@cs.ucla.edu>
2
3 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
4 rather than doing rm and autoconf by hand. See
5 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
6
12011-01-17 Paul Eggert <eggert@cs.ucla.edu> 72011-01-17 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 * notes/bzr (Installing changes from gnulib): New section. 9 * notes/bzr (Installing changes from gnulib): New section.
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index 6ff7a815cb7..6a8072de06c 100644
--- a/admin/make-tarball.txt
+++ b/admin/make-tarball.txt
@@ -28,7 +28,7 @@ For each step, check for possible errors.
28 refer to a newer release of Emacs. (This is probably needed only 28 refer to a newer release of Emacs. (This is probably needed only
29 when preparing a major Emacs release, or branching for it.) 29 when preparing a major Emacs release, or branching for it.)
30 30
315. rm configure src/config.in; autoconf; autoheader 315. autoreconf -I m4 --force
32 make bootstrap 32 make bootstrap
33 33
346. Commit configure, src/config.in, etc/AUTHORS, all the files changed 346. Commit configure, src/config.in, etc/AUTHORS, all the files changed
@@ -107,4 +107,3 @@ For each step, check for possible errors.
10713. For a pretest, announce it on emacs-devel and BCC the pretesters. 10713. For a pretest, announce it on emacs-devel and BCC the pretesters.
108 For a release, announce it on info-gnu@gnu.org, 108 For a release, announce it on info-gnu@gnu.org,
109 info-gnu-emacs@gnu.org, and emacs-devel. 109 info-gnu-emacs@gnu.org, and emacs-devel.
110