diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-08-12 09:06:55 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-08-12 09:09:40 -0700 |
commit | 81e22163ebce94d4a3f77e089ee86b8efc6a36f4 (patch) | |
tree | 1ad4300afa867ab5bc6e4ac033ef96831b4f18ea /README | |
parent | ed9404692f75598c74d3ff6a4003f9373a5404f9 (diff) | |
download | emacs-81e22163ebce94d4a3f77e089ee86b8efc6a36f4.tar.gz |
Simplify re and document 'autoconf.sh all'
* GNUmakefile (ALL_IF_GIT): Remove; no longer needed, now that
./autogen.sh defaults to "all". All uses removed.
* README: Mention autoconf.sh's effect on Git configuration.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -45,7 +45,8 @@ The file 'configure.ac' is the input used by the autoconf program to construct the 'configure' script. The shell script 'autogen.sh' generates 'configure' and other files by -running Autoconf, which in turn uses GNU m4. If you want to use it, +running Autoconf (which in turn uses GNU m4), and configures files in +the .git subdirectory if you are using Git. If you want to use it, you will need to install recent versions of these build tools. This should be needed only if you edit files like 'configure.ac' that specify Emacs's autobuild procedure. |