projects
/
platform
/
upstream
/
dbus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d169911
)
Correct test for LIBTOOLIZE by quoting it
author
Simon McVittie
<simon.mcvittie@collabora.co.uk>
Fri, 17 Jan 2014 15:58:43 +0000
(15:58 +0000)
committer
Simon McVittie
<simon.mcvittie@collabora.co.uk>
Fri, 17 Jan 2014 15:58:43 +0000
(15:58 +0000)
Based on a patch from Roland <blueburn85 gmail com>.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=73278
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
bff8257
..
91d4b09
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-48,7
+48,7
@@
fi
}
LIBTOOLIZE=`which libtoolize`
-if ! test -f
$LIBTOOLIZE
; then
+if ! test -f
"$LIBTOOLIZE"
; then
LIBTOOLIZE=`which glibtoolize`
fi