]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-176 v7.1.176
authorBram Moolenaar <Bram@vim.org>
Mon, 31 Dec 2007 15:42:13 +0000 (15:42 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 31 Dec 2007 15:42:13 +0000 (15:42 +0000)
src/main.aap
src/version.c

index 54debd60766ba2da38793ef902e65b9b4c02aa5e..21b617446c5bd00670808a966259fb0b6cf52b4b 100644 (file)
@@ -63,8 +63,9 @@
         @else:
         @   arch = "ppc"
         :print Building for $arch system
+        config_args = `file2string("config.arg")`
         :sys CONFIG_STATUS=auto/config.status
-                ./configure.aap `file2string("config.arg")`
+                ./configure.aap $config_args
                     --with-mac-arch=$arch
                     --cache-file=auto/config.cache
 
@@ -440,11 +441,13 @@ auto/pathdef.c: auto/config.aap
         :print >> $target char_u *all_lflags = (char_u *)"$linkcmd";
         @if _no.get("COMPILEDBY"):
             who = $COMPILEDBY
-            where = ''
+            where =
         @else:
             :syseval whoami | :eval re.sub("\n", "", stdin) | :assign who
 
             :syseval hostname | :eval re.sub("\n", "", stdin) | :assign where
+        @who = string.replace(who, '"', '\\"')
+        @where = string.replace(where, '"', '\\"')
         :print >> $target char_u *compiled_user = (char_u *)"$who";
         :print >> $target char_u *compiled_sys = (char_u *)"$where";
 
index 1e320534a80524aef3ce84c0f074ebb173d6379f..531c126720a81d921e928f043fd67a87f512ec2c 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    176,
 /**/
     175,
 /**/