projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48b1a1a
)
autoupdate
author
Karl Berry
<karl@freefriends.org>
Wed, 17 Nov 2010 14:19:05 +0000
(06:19 -0800)
committer
Karl Berry
<karl@freefriends.org>
Wed, 17 Nov 2010 14:19:05 +0000
(06:19 -0800)
build-aux/compile
patch
|
blob
|
history
diff --git
a/build-aux/compile
b/build-aux/compile
index 46caccc37c94ed4c60ecfb00d67fd7a65bc617da..bac481cdc7d1b9846caffc71230b8f4ae728a89f 100755
(executable)
--- a/
build-aux/compile
+++ b/
build-aux/compile
@@
-1,7
+1,7
@@
#! /bin/sh
# Wrapper for compilers which do not understand `-c -o'.
-scriptversion=2010-
09-21.14
; # UTC
+scriptversion=2010-
11-15.09
; # UTC
# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010 Free Software
# Foundation, Inc.
@@
-192,6
+192,8
@@
func_cl_wrapper ()
exit 1
}
+eat=
+
case $1 in
'')
echo "$0: No command. Try \`$0 --help' for more information." 1>&2
@@
-223,7
+225,6
@@
esac
ofile=
cfile=
-eat=
for arg
do