From: Bram Moolenaar Date: Thu, 24 Jul 2008 15:20:50 +0000 (+0000) Subject: updated for version 7.2b-015 X-Git-Tag: v7.2b.015 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a0254090d4a197fc748be3b9ff387732a988052;p=vim updated for version 7.2b-015 --- diff --git a/src/auto/configure b/src/auto/configure index b965261e0..cafde79de 100755 --- a/src/auto/configure +++ b/src/auto/configure @@ -3946,7 +3946,7 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ if test "$enable_darwin" = "yes"; then MACOSX=yes - OS_EXTRA_SCR="os_macosx.c os_mac_conv.c"; + OS_EXTRA_SRC="os_macosx.c os_mac_conv.c"; OS_EXTRA_OBJ="objects/os_macosx.o objects/os_mac_conv.o" CPPFLAGS="$CPPFLAGS -DMACOS_X_UNIX -no-cpp-precomp" if test "x$MACARCH" = "xboth"; then diff --git a/src/configure.in b/src/configure.in index 8eaddcbd0..ad00d42b8 100644 --- a/src/configure.in +++ b/src/configure.in @@ -152,7 +152,7 @@ if test "`(uname) 2>/dev/null`" = Darwin; then if test "$enable_darwin" = "yes"; then MACOSX=yes - OS_EXTRA_SCR="os_macosx.c os_mac_conv.c"; + OS_EXTRA_SRC="os_macosx.c os_mac_conv.c"; OS_EXTRA_OBJ="objects/os_macosx.o objects/os_mac_conv.o" dnl TODO: use -arch i386 on Intel machines CPPFLAGS="$CPPFLAGS -DMACOS_X_UNIX -no-cpp-precomp" diff --git a/src/version.c b/src/version.c index 28ac16a26..a9773ddbf 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 15, /**/ 14, /**/