]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-047 v7.0.047
authorBram Moolenaar <Bram@vim.org>
Tue, 8 Aug 2006 17:08:52 +0000 (17:08 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 8 Aug 2006 17:08:52 +0000 (17:08 +0000)
configure
src/configure
src/version.c

index 24f2b03bf5a93fd7e11e0b42089242ca76a0dd54..1d0c5b2ece5f8abb1ec76751085a5244e2fb2af0 100755 (executable)
--- a/configure
+++ b/configure
@@ -3,4 +3,4 @@
 # This is just a stub for the Unix configure script, to provide support for
 # doing "./configure" in the top Vim directory.
 
-cd src && ./configure "$@"
+cd src && exec ./configure "$@"
index f9f65fa36cf347fb6c682bd609d8dc8a6bf0f8e5..d8595a5244461b1f3849c7ae347c165f44278c4b 100755 (executable)
@@ -2,5 +2,9 @@
 # run the automatically generated configure script
 CONFIG_STATUS=auto/config.status \
        auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache
+result=$?
+
 # Stupid autoconf 2.5x causes this file to be left behind.
 if test -f configure.lineno; then rm -f configure.lineno; fi
+
+exit $result
index 785af8d5199989df077416805ce41a03d07fd2b1..f57cdc7bbfa69f5db82dcf157e869b7a86548de8 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    47,
 /**/
     46,
 /**/