git@sv
/
gnulib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7df8de3
)
autoupdate
author
Karl Berry
<karl@freefriends.org>
Mon, 11 Nov 2019 15:26:06 +0000
(07:26 -0800)
committer
Karl Berry
<karl@freefriends.org>
Mon, 11 Nov 2019 15:26:06 +0000
(07:26 -0800)
build-aux/compile
patch
|
blob
|
history
diff --git
a/build-aux/compile
b/build-aux/compile
index be68b4b287bae5de6a2748762d9d1f9ac199a4a7..d23d320dd1adeb5aa685395d7a20a993349db6d9 100755
(executable)
--- a/
build-aux/compile
+++ b/
build-aux/compile
@@
-53,7
+53,7
@@
func_file_conv ()
MINGW*)
file_conv=mingw
;;
- CYGWIN*
| MSYS*
)
+ CYGWIN*)
file_conv=cygwin
;;
*)
@@
-67,7
+67,7
@@
func_file_conv ()
mingw/*)
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
;;
- cygwin/*
| msys/*
)
+ cygwin/*)
file=`cygpath -m "$file" || echo "$file"`
;;
wine/*)