mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.1-257
This commit is contained in:
parent
4d0ec16687
commit
0ff8f6044a
3
src/auto/configure
vendored
3
src/auto/configure
vendored
@ -4669,10 +4669,11 @@ echo "${ECHO_T}$tclver - OK" >&6;
|
|||||||
echo "$as_me:$LINENO: checking for location of Tcl include" >&5
|
echo "$as_me:$LINENO: checking for location of Tcl include" >&5
|
||||||
echo $ECHO_N "checking for location of Tcl include... $ECHO_C" >&6
|
echo $ECHO_N "checking for location of Tcl include... $ECHO_C" >&6
|
||||||
if test "x$MACOSX" != "xyes"; then
|
if test "x$MACOSX" != "xyes"; then
|
||||||
tclinc="$tclloc/include $tclloc/include/tcl $tclloc/include/tcl$tclver /usr/local/include /usr/include"
|
tclinc="$tclloc/include $tclloc/include/tcl $tclloc/include/tcl$tclver /usr/local/include /usr/include /usr/include/tcl$tclver"
|
||||||
else
|
else
|
||||||
tclinc="/System/Library/Frameworks/Tcl.framework/Headers"
|
tclinc="/System/Library/Frameworks/Tcl.framework/Headers"
|
||||||
fi
|
fi
|
||||||
|
TCL_INC=
|
||||||
for try in $tclinc; do
|
for try in $tclinc; do
|
||||||
if test -f "$try/tcl.h"; then
|
if test -f "$try/tcl.h"; then
|
||||||
echo "$as_me:$LINENO: result: $try/tcl.h" >&5
|
echo "$as_me:$LINENO: result: $try/tcl.h" >&5
|
||||||
|
@ -794,11 +794,12 @@ if test "$enable_tclinterp" = "yes"; then
|
|||||||
|
|
||||||
AC_MSG_CHECKING(for location of Tcl include)
|
AC_MSG_CHECKING(for location of Tcl include)
|
||||||
if test "x$MACOSX" != "xyes"; then
|
if test "x$MACOSX" != "xyes"; then
|
||||||
tclinc="$tclloc/include $tclloc/include/tcl $tclloc/include/tcl$tclver /usr/local/include /usr/include"
|
tclinc="$tclloc/include $tclloc/include/tcl $tclloc/include/tcl$tclver /usr/local/include /usr/local/include/tcl$tclver /usr/include /usr/include/tcl$tclver"
|
||||||
else
|
else
|
||||||
dnl For Mac OS X 10.3, use the OS-provided framework location
|
dnl For Mac OS X 10.3, use the OS-provided framework location
|
||||||
tclinc="/System/Library/Frameworks/Tcl.framework/Headers"
|
tclinc="/System/Library/Frameworks/Tcl.framework/Headers"
|
||||||
fi
|
fi
|
||||||
|
TCL_INC=
|
||||||
for try in $tclinc; do
|
for try in $tclinc; do
|
||||||
if test -f "$try/tcl.h"; then
|
if test -f "$try/tcl.h"; then
|
||||||
AC_MSG_RESULT($try/tcl.h)
|
AC_MSG_RESULT($try/tcl.h)
|
||||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
257,
|
||||||
/**/
|
/**/
|
||||||
256,
|
256,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user