diff options
| author | Paul Eggert | 2017-08-12 09:06:55 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-08-12 09:09:40 -0700 |
| commit | 81e22163ebce94d4a3f77e089ee86b8efc6a36f4 (patch) | |
| tree | 1ad4300afa867ab5bc6e4ac033ef96831b4f18ea /README | |
| parent | ed9404692f75598c74d3ff6a4003f9373a5404f9 (diff) | |
| download | emacs-81e22163ebce94d4a3f77e089ee86b8efc6a36f4.tar.gz emacs-81e22163ebce94d4a3f77e089ee86b8efc6a36f4.zip | |
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 | |||
| 45 | construct the 'configure' script. | 45 | construct the 'configure' script. |
| 46 | 46 | ||
| 47 | The shell script 'autogen.sh' generates 'configure' and other files by | 47 | The shell script 'autogen.sh' generates 'configure' and other files by |
| 48 | running Autoconf, which in turn uses GNU m4. If you want to use it, | 48 | running Autoconf (which in turn uses GNU m4), and configures files in |
| 49 | the .git subdirectory if you are using Git. If you want to use it, | ||
| 49 | you will need to install recent versions of these build tools. This | 50 | you will need to install recent versions of these build tools. This |
| 50 | should be needed only if you edit files like 'configure.ac' that | 51 | should be needed only if you edit files like 'configure.ac' that |
| 51 | specify Emacs's autobuild procedure. | 52 | specify Emacs's autobuild procedure. |