]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-257 v7.1.257
authorBram Moolenaar <Bram@vim.org>
Wed, 20 Feb 2008 11:44:03 +0000 (11:44 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 20 Feb 2008 11:44:03 +0000 (11:44 +0000)
src/auto/configure
src/configure.in
src/version.c

index a3ccfd790b1eb98ed54e64c7948e6c0b25112e2c..3eb8757dcb602f0b247d0be8c8aedff24af1639c 100755 (executable)
@@ -4669,10 +4669,11 @@ echo "${ECHO_T}$tclver - OK" >&6;
       echo "$as_me:$LINENO: checking for location of Tcl include" >&5
 echo $ECHO_N "checking for location of Tcl include... $ECHO_C" >&6
       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
                tclinc="/System/Library/Frameworks/Tcl.framework/Headers"
       fi
+      TCL_INC=
       for try in $tclinc; do
        if test -f "$try/tcl.h"; then
          echo "$as_me:$LINENO: result: $try/tcl.h" >&5
index c77598523dbd5e25808adea9641c35f4686ebedf..898e79cc94d9eeb1d0ccd87807901eece07e8c12 100644 (file)
@@ -794,11 +794,12 @@ if test "$enable_tclinterp" = "yes"; then
 
       AC_MSG_CHECKING(for location of Tcl include)
       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
        dnl For Mac OS X 10.3, use the OS-provided framework location
        tclinc="/System/Library/Frameworks/Tcl.framework/Headers"
       fi
+      TCL_INC=
       for try in $tclinc; do
        if test -f "$try/tcl.h"; then
          AC_MSG_RESULT($try/tcl.h)
index 45fa67456e9351c2c7e8297f1ed1849cef4ec221..96a8dd151e7cdea64586f13fd349f0be6c04d7ab 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    257,
 /**/
     256,
 /**/