diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-02-26 13:27:28 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-02-26 13:27:28 +0000 |
commit | f8d7c2d1198fb40d886f2b1754ab795a893f215b (patch) | |
tree | ebe2079ab97de1701e9eebc7cb9a193cc8240cb7 /admin/make-tarball.txt | |
parent | cd07aa70afc54d890adb646f628542a21fc68768 (diff) | |
download | emacs-f8d7c2d1198fb40d886f2b1754ab795a893f215b.tar.gz |
Add note about configure patch.
Diffstat (limited to 'admin/make-tarball.txt')
-rw-r--r-- | admin/make-tarball.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt index 22d51ad2441..0b000fb2b2d 100644 --- a/admin/make-tarball.txt +++ b/admin/make-tarball.txt @@ -22,7 +22,12 @@ For each step, check for possible errors. For a pretest, start at version .90. After .99, use .990 (so that it sorts). -5. rm configure; make bootstrap +5. rm configure; autoconf + + Patch configure: See + http://lists.gnu.org/archive/html/emacs-devel/2009-02/msg00851.html + + make bootstrap 6. Commit configure, README, doc/emacs/emacs.texi, doc/lispref/elisp.texi, etc/AUTHORS, lisp/version.el, |