From: Paul Eggert Date: Thu, 25 May 2017 07:43:13 +0000 (-0700) Subject: * CONTRIBUTE: Suggest autogen.sh's 'all' operand. X-Git-Tag: emacs-26.0.90~521^2~274 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bfdc27c5f60765a57164e9b12f34856ae90b5888;p=emacs.git * CONTRIBUTE: Suggest autogen.sh's 'all' operand. --- 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