From 7716de5d52fe90798afa1bd0cb525b9a57845b9b Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Thu, 12 Feb 2015 18:10:39 +0000 Subject: Fix autogen.sh --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index af90e85..6ee4a58 100755 --- a/autogen.sh +++ b/autogen.sh @@ -105,7 +105,7 @@ done if [ $lt_major_version -ge 2 ]; then for file in config.guess config.sub; do - configfile=${LIBTOOL_CONFIG-`cd $ltpath/../share/libtool/config ; pwd`/$file} + configfile=${LIBTOOL_CONFIG-`cd $ltpath/../share/libtool/config ; pwd`}/"$file" if [ ! -f $configfile ]; then echo "$configfile not found (try setting the LIBTOOL_CONFIG environment variable)" -- cgit v1.2.1