summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.ul>2015-02-12 18:10:39 +0000
committerTiago Gomes <tiago.gomes@codethink.co.ul>2015-02-12 18:10:39 +0000
commit7716de5d52fe90798afa1bd0cb525b9a57845b9b (patch)
tree0cdb879b3054af9ae35836fd3e74ffef64f69d36
parent351e074672d9aa6446d5829938b697a3d6b23266 (diff)
downloadsubversion-tarball-baserock/tiagogomes/armv8l64-devel.tar.gz
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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)"