summaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-11-12 21:13:42 +0100
committerBram Moolenaar <Bram@vim.org>2016-11-12 21:13:42 +0100
commit3f7d0907269558cb3ea184a3083640f9e20bb21e (patch)
treea113c86c1fc14edbacaeb0ac2c5ce956881fad25 /src/os_unix.c
parentd4db7719bdfbc54df396eac08d8cbb2389feacf4 (diff)
downloadvim-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/os_unix.c')
-rw-r--r--src/os_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 5d5b15167..6197c3fbd 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -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