autoupdate
authorKarl Berry <karl@freefriends.org>
Thu, 12 Aug 2010 13:51:12 +0000 (06:51 -0700)
committerKarl Berry <karl@freefriends.org>
Thu, 12 Aug 2010 13:51:12 +0000 (06:51 -0700)
build-aux/compile

index ae47d8b..bdb4ccb 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand `-c -o'.
 
-scriptversion=2010-08-01.07; # UTC
+scriptversion=2010-08-07.06; # UTC
 
 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010 Free Software
 # Foundation, Inc.
@@ -45,7 +45,7 @@ func_file_conv ()
 {
   file=$1
   case $file in
-    / | /[^/]*) # absolute file, and not a UNC file
+    / | /[!/]*) # absolute file, and not a UNC file
       if test -z "$file_conv"; then
        # lazily determine how to convert abs files
        case `uname -s` in