diff options
| author | Glenn Morris | 2014-10-15 00:03:28 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-10-15 00:03:28 -0700 |
| commit | 0b298692909debe108be77e9d357b49816bafb16 (patch) | |
| tree | 95c37da988278c74066d03ff00384149a5b88c8e | |
| parent | 83e1e4d26078d2b9ec773fd5cc9fc0ea01d9d690 (diff) | |
| download | emacs-0b298692909debe108be77e9d357b49816bafb16.tar.gz emacs-0b298692909debe108be77e9d357b49816bafb16.zip | |
* README: Remove some unnecessary detail.
| -rw-r--r-- | README | 5 |
1 files changed, 1 insertions, 4 deletions
| @@ -39,10 +39,7 @@ process of building and installing Emacs. See INSTALL for more | |||
| 39 | detailed information. | 39 | detailed information. |
| 40 | 40 | ||
| 41 | The file `configure.ac' is the input used by the autoconf program to | 41 | The file `configure.ac' is the input used by the autoconf program to |
| 42 | construct the `configure' script. Since Emacs has some configuration | 42 | construct the `configure' script. |
| 43 | requirements that autoconf can't meet directly, and for historical | ||
| 44 | reasons, `configure.ac' uses an unholy marriage of custom-baked | ||
| 45 | configuration code and autoconf macros. | ||
| 46 | 43 | ||
| 47 | The shell script `autogen.sh' generates 'configure' and other files by | 44 | The shell script `autogen.sh' generates 'configure' and other files by |
| 48 | running the GNU build tools autoconf and automake, which in turn use | 45 | running the GNU build tools autoconf and automake, which in turn use |