]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify when autogen.sh should run only autoconf
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Aug 2017 20:01:58 +0000 (13:01 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Aug 2017 20:03:03 +0000 (13:03 -0700)
* Makefile.in (configure, bootstrap): Run ‘./autogen.sh autoconf’,
not plain ‘./autogen.sh’, to make it clear that only
autoconf-related tools should be run here.

Makefile.in

index a31d416bd74711df9c63ce3650cd0b5178559c12..8a08465c4a9a74634bca0c061f40d10826306c96 100644 (file)
@@ -448,7 +448,7 @@ config.status: ${srcdir}/configure
        fi
 
 $(srcdir)/configure: $(srcdir)/configure.ac $(srcdir)/m4/*.m4
-       cd $(srcdir) && ./autogen.sh
+       cd $(srcdir) && ./autogen.sh autoconf
 
 # ==================== Installation ====================
 
@@ -1094,7 +1094,7 @@ check-info: info
 #  * Rebuild Makefile, to update the build procedure itself.
 #  * Do the actual build.
 bootstrap: bootstrap-clean
-       cd $(srcdir) && ./autogen.sh
+       cd $(srcdir) && ./autogen.sh autoconf
        $(MAKE) MAKEFILE_NAME=force-Makefile force-Makefile
        $(MAKE) all