0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.0.0082

Problem:    Extension for configure should be ".ac".
Solution:   Rename configure.in to configure.ac. (James McCoy, closes #1173)
This commit is contained in:
Bram Moolenaar
2016-11-12 21:13:42 +01:00
parent d4db7719bd
commit 3f7d090726
11 changed files with 17 additions and 15 deletions

View 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