diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-11-12 21:13:42 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-11-12 21:13:42 +0100 |
commit | 3f7d0907269558cb3ea184a3083640f9e20bb21e (patch) | |
tree | a113c86c1fc14edbacaeb0ac2c5ce956881fad25 /src/INSTALL | |
parent | d4db7719bdfbc54df396eac08d8cbb2389feacf4 (diff) | |
download | vim-git-3f7d0907269558cb3ea184a3083640f9e20bb21e.tar.gz |
patch 8.0.0082v8.0.0082
Problem: Extension for configure should be ".ac".
Solution: Rename configure.in to configure.ac. (James McCoy, closes #1173)
Diffstat (limited to 'src/INSTALL')
-rw-r--r-- | src/INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/INSTALL b/src/INSTALL index a827fa1bd..99f1047a4 100644 --- a/src/INSTALL +++ b/src/INSTALL @@ -221,8 +221,8 @@ diffs or instructions to the address given in the `README' so they can be considered for the next release. If at some point `config.cache' contains results you don't want to keep, you may remove or edit it. - The file `configure.in' is used to create `configure' by a program -called `autoconf'. You only need `configure.in' if you want to change + The file `configure.ac' is used to create `configure' by a program +called `autoconf'. You only need `configure.ac' if you want to change it or regenerate `configure' using a newer version of `autoconf'. The simplest way to compile this package is: |