diff options
| author | Glenn Morris | 2011-02-27 11:36:45 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-27 11:36:45 -0800 |
| commit | d05e7e6721bc02b910965293752198e9c73e2208 (patch) | |
| tree | 66faa20fa93e145e3197aa40662ae40489befa2d | |
| parent | 85e75dedc0c45d92a2c03357433cfeb414fd7dc6 (diff) | |
| download | emacs-d05e7e6721bc02b910965293752198e9c73e2208.tar.gz emacs-d05e7e6721bc02b910965293752198e9c73e2208.zip | |
* INSTALL.BZR: Mention autoreconf.
| -rw-r--r-- | INSTALL.BZR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL.BZR b/INSTALL.BZR index c5e1e62a32d..a3bbd2dd69b 100644 --- a/INSTALL.BZR +++ b/INSTALL.BZR | |||
| @@ -9,6 +9,10 @@ before bootstrapping: | |||
| 9 | 9 | ||
| 10 | $ ./configure | 10 | $ ./configure |
| 11 | 11 | ||
| 12 | (Note that normally there is no need to run `autoconf' etc. If you | ||
| 13 | need it, the relevant command is `autoreconf -I m4'. Be aware that | ||
| 14 | this will likely lead to conflicts next time you update from Bazaar.) | ||
| 15 | |||
| 12 | Some of the files that are included in the Emacs tarball, such as | 16 | Some of the files that are included in the Emacs tarball, such as |
| 13 | byte-compiled Lisp files, are not stored in Bazaar. Therefore, to | 17 | byte-compiled Lisp files, are not stored in Bazaar. Therefore, to |
| 14 | build from Bazaar you must run "make bootstrap" instead of just "make": | 18 | build from Bazaar you must run "make bootstrap" instead of just "make": |