diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-05-25 00:43:13 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-05-25 00:43:42 -0700 |
commit | bfdc27c5f60765a57164e9b12f34856ae90b5888 (patch) | |
tree | 4a2c3a402def904c691b72b9ccdc505a073d0f75 /CONTRIBUTE | |
parent | d7284da858b38db4737f7e1f587c63390bee4328 (diff) | |
download | emacs-bfdc27c5f60765a57164e9b12f34856ae90b5888.tar.gz |
* CONTRIBUTE: Suggest autogen.sh's 'all' operand.
Diffstat (limited to 'CONTRIBUTE')
-rw-r--r-- | CONTRIBUTE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index 188ec864707..5fd197305b9 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE @@ -14,7 +14,7 @@ Briefly, the following shell commands build and run Emacs from scratch: git config --global transfer.fsckObjects true git clone git://git.sv.gnu.org/emacs.git cd emacs - ./autogen.sh + ./autogen.sh all ./configure make src/emacs |