Correct test for LIBTOOLIZE by quoting it
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 17 Jan 2014 15:58:43 +0000 (15:58 +0000)
committerSimon 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

index bff8257..91d4b09 100755 (executable)
@@ -48,7 +48,7 @@ fi
 }
 
 LIBTOOLIZE=`which libtoolize`
-if ! test -f $LIBTOOLIZE; then
+if ! test -f "$LIBTOOLIZE"; then
        LIBTOOLIZE=`which glibtoolize`
 fi