]> git.eshelyaron.com Git - emacs.git/commitdiff
* CONTRIBUTE: Suggest autogen.sh's 'all' operand.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 May 2017 07:43:13 +0000 (00:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 25 May 2017 07:43:42 +0000 (00:43 -0700)
CONTRIBUTE

index 188ec864707a6df2f980de7575c1c9a2ce0a0036..5fd197305b9a86306783c698ba154d452d2476e1 100644 (file)
@@ -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