]> granicus.if.org Git - vim/commitdiff
patch 8.0.0082 v8.0.0082
authorBram Moolenaar <Bram@vim.org>
Sat, 12 Nov 2016 20:13:42 +0000 (21:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 Nov 2016 20:13:42 +0000 (21:13 +0100)
Problem:    Extension for configure should be ".ac".
Solution:   Rename configure.in to configure.ac. (James McCoy, closes #1173)

Filelist
src/INSTALL
src/Makefile
src/blowfish.c
src/channel.c
src/config.h.in
src/configure.ac [moved from src/configure.in with 99% similarity]
src/main.aap
src/mysign
src/os_unix.c
src/version.c

index 7334e5ed5699ce7ff42eb091e3b7790a1bc2f768..ea6f2e2eda0295508a796f935f2c3178e1f7426d 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -207,7 +207,7 @@ SRC_UNIX =  \
                src/config.mk.dist \
                src/config.mk.in \
                src/configure \
-               src/configure.in \
+               src/configure.ac \
                src/gui_at_fs.c \
                src/gui_at_sb.c \
                src/gui_at_sb.h \
index a827fa1bd978b36dfaa4be6aff276f03334efe61..99f1047a48d69d8dc296b4220392c447d558cd77 100644 (file)
@@ -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:
index fef53af43282fe6283aaf2adfda6fbe9f143f09d..5c788cc207dfc3d7a753b1bb69f678f2157f154c 100644 (file)
@@ -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:
index ac9b088d66df21cc5ce0f51a6f1c8f382c66a2fd..eaf0b9ed56dab9bb39dd7bed9b5b3accec19077c 100644 (file)
@@ -38,7 +38,7 @@ typedef union {
   /* MS-Windows is always little endian */
 #else
 # ifdef HAVE_CONFIG_H
-   /* in configure.in AC_C_BIGENDIAN() defines WORDS_BIGENDIAN when needed */
+   /* in configure.ac AC_C_BIGENDIAN() defines WORDS_BIGENDIAN when needed */
 # else
    error!
    Please change this code to define WORDS_BIGENDIAN for big-endian machines.
index aa82d717d4b0d1820a89cec5964c86a888f252f2..1ddb1ece35ccf4df922c6caf072502a9bfed4b27 100644 (file)
@@ -19,7 +19,7 @@
 # define CH_HAS_GUI (gui.in_use || gui.starting)
 #endif
 
-/* Note: when making changes here also adjust configure.in. */
+/* Note: when making changes here also adjust configure.ac. */
 #ifdef WIN32
 /* WinSock API is separated from C API, thus we can't use read(), write(),
  * errno... */
index 62427e28eb511033122584dc40d87946e52ba325..5baac7d6b5f40bfbc4aac7598db096e77e2e7d3c 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * config.h.in.  Generated automatically from configure.in by autoheader, and
- * manually changed after that.
+ * config.h.in.  Originally generated automatically from configure.ac by
+ * autoheader and manually changed after that.
  */
 
 /* Define if we have EBCDIC code */
similarity index 99%
rename from src/configure.in
rename to src/configure.ac
index 43bf9ad17037a9d920a6cf0e152ae2bd45e6c8f9..f6a44691f052f786c861698a702a6bc1e3c3d817 100644 (file)
@@ -1,4 +1,4 @@
-dnl configure.in: autoconf script for Vim
+dnl configure.ac: autoconf script for Vim
 
 dnl Process this file with autoconf 2.12 or 2.13 to produce "configure".
 dnl Should also work with autoconf 2.54 and later.
index bedbbb5e3a951739f936acd756732d2416de7c94..19bc97de55a83401cd6ee3bda38db2a0a8cf54ad 100644 (file)
     # A U T O C O N F
     #
 
-    # Run autoconf when configure.in has been changed since it was last run.
+    # Run autoconf when configure.ac has been changed since it was last run.
     # This is skipped when the signatures in "mysign" are up-to-date.  When
     # there is no autoconf program skip this (the signature is often the only
     # thing that's outdated)
-    auto/configure {signfile = mysign} : configure.in
+    auto/configure {signfile = mysign} : configure.ac
         @if not program_path("autoconf"):
             :print Can't find autoconf, using existing configure script.
         @else:
index 42b6cbbcbf3a91cd3bf2e52fe27af0bcfabeaf62..fc751c01ea61a8b3fab3d002b1e2d34fe2e83da4 100644 (file)
@@ -1 +1 @@
-=auto/configure\e-lastupdate=1178970549.78\e-@buildcheck=dfc15c059b7ce88a951584995c49a201\e=configure.in@md5=e0d6e9a7d7b986d63ce4e8e7362fd0b9\e
+=auto/configure\e-lastupdate=1178970549.78\e-@buildcheck=dfc15c059b7ce88a951584995c49a201\e=configure.ac@md5=e0d6e9a7d7b986d63ce4e8e7362fd0b9\e
index 5d5b151675522d840f82045736bbcc1c3477ab83..6197c3fbddb8542011fc424c2ebd3631c061105b 100644 (file)
@@ -265,7 +265,7 @@ static xsmp_config_T xsmp;
  * that describe the signals. That is nearly what we want here.  But
  * autoconf does only check for sys_siglist (without the underscore), I
  * do not want to change everything today.... jw.
- * This is why AC_DECL_SYS_SIGLIST is commented out in configure.in
+ * This is why AC_DECL_SYS_SIGLIST is commented out in configure.ac.
  */
 #endif
 
index 3071edc9d594033136144bb059417f621a0a7a9a..e85192247e2c5274c114b7a54174fb2dc5092621 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    82,
 /**/
     81,
 /**/