diff src/Makefile @ 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 66f1b5bf3fa6
children b59df2194b01
line wrap: on
line diff
--- a/src/Makefile
+++ b/src/Makefile
@@ -690,8 +690,8 @@ SANITIZER_LIBS = $(SANITIZER_CFLAGS)
 #####################################################
 
 ### Uncomment things here only if the values chosen by configure are wrong.
-### It's better to adjust configure.in and "make autoconf", if you can!
-### Then send the required changes to configure.in to the bugs list.
+### It's better to adjust configure.ac and "make autoconf", if you can!
+### Then send the required changes to configure.ac to the bugs list.
 
 ### (1) BSD/OS 2.0.1, 2.1 or 3.0 using shared libraries
 ###
@@ -1832,7 +1832,7 @@ reconfig: scratch clean
 # - DO NOT RUN autoconf MANUALLY!  It will overwrite ./configure instead of
 #   producing auto/configure.
 # - autoconf is not run automatically, because a patch usually changes both
-#   configure.in and auto/configure but can't update the timestamps.  People
+#   configure.ac and auto/configure but can't update the timestamps.  People
 #   who do not have (the correct version of) autoconf would run into trouble.
 #
 # Two tricks are required to make autoconf put its output in the "auto" dir: