From: Glenn Morris Date: Sun, 27 Feb 2011 19:36:45 +0000 (-0800) Subject: * INSTALL.BZR: Mention autoreconf. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~713 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/d05e7e6721bc02b910965293752198e9c73e2208 * INSTALL.BZR: Mention autoreconf. --- diff --git a/INSTALL.BZR b/INSTALL.BZR index c5e1e62a32..a3bbd2dd69 100644 --- a/INSTALL.BZR +++ b/INSTALL.BZR @@ -9,6 +9,10 @@ before bootstrapping: $ ./configure +(Note that normally there is no need to run `autoconf' etc. If you +need it, the relevant command is `autoreconf -I m4'. Be aware that +this will likely lead to conflicts next time you update from Bazaar.) + Some of the files that are included in the Emacs tarball, such as byte-compiled Lisp files, are not stored in Bazaar. Therefore, to build from Bazaar you must run "make bootstrap" instead of just "make":