From 3f7d0907269558cb3ea184a3083640f9e20bb21e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 12 Nov 2016 21:13:42 +0100 Subject: patch 8.0.0082 Problem: Extension for configure should be ".ac". Solution: Rename configure.in to configure.ac. (James McCoy, closes #1173) --- src/INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/INSTALL') diff --git a/src/INSTALL b/src/INSTALL index a827fa1bd9..99f1047a48 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: -- cgit v1.2.3