mirror of
https://github.com/vim/vim.git
synced 2025-08-23 19:34:27 -04:00
patch 9.1.1671: configure: missing comment about AC_CONFIG_SRCDIR
Problem: configure: missing comment about AC_CONFIG_SRCDIR Solution: Add comment explaining the use of AC_CONFIG_SRCDIR (Damien Lejay) closes: #18071 Signed-off-by: Damien Lejay <damien@lejay.be> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
b4e0bd93a9
commit
6a37035bf2
1
src/auto/configure
vendored
1
src/auto/configure
vendored
@ -2968,6 +2968,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
|
||||
|
||||
|
||||
ac_config_headers="$ac_config_headers auto/config.h:config.h.in"
|
||||
|
||||
|
||||
|
@ -30,6 +30,10 @@ dnl truth for both UNIX and non-UNIX platforms.
|
||||
dnl
|
||||
dnl Therefore we call AC_INIT without arguments.
|
||||
AC_INIT
|
||||
|
||||
dnl Use vim.h as the source-tree anchor: AC_CONFIG_SRCDIR verifies that
|
||||
dnl configure is run in (or pointed to) the correct source directory.
|
||||
dnl vim.h is always present at the top level.
|
||||
AC_CONFIG_SRCDIR([vim.h])
|
||||
AC_CONFIG_HEADERS(auto/config.h:config.h.in)
|
||||
|
||||
|
@ -724,6 +724,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1671,
|
||||
/**/
|
||||
1670,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user