From 4f246a9a2aa45b68644a3adb7cabe2eac18f483e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 31 Dec 2007 15:42:13 +0000 Subject: [PATCH] updated for version 7.1-176 --- src/main.aap | 7 +++++-- src/version.c | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/main.aap b/src/main.aap index 54debd6076..21b617446c 100644 --- a/src/main.aap +++ b/src/main.aap @@ -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"; diff --git a/src/version.c b/src/version.c index 1e320534a8..531c126720 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 176, /**/ 175, /**/