diff src/INSTALL @ 10375:2055d3722c5b v8.0.0082

commit https://github.com/vim/vim/commit/3f7d0907269558cb3ea184a3083640f9e20bb21e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 12 21:13:42 2016 +0100 patch 8.0.0082 Problem: Extension for configure should be ".ac". Solution: Rename configure.in to configure.ac. (James McCoy, closes https://github.com/vim/vim/issues/1173)
author Christian Brabandt <cb@256bit.org>
date Sat, 12 Nov 2016 21:15:04 +0100
parents ea504064c996
children 6e4e0d43b20b
line wrap: on
line diff
--- a/src/INSTALL
+++ b/src/INSTALL
@@ -221,8 +221,8 @@ diffs or instructions to the address giv
 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: