summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-18 16:16:57 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-18 16:16:57 +0000
commit2d02ea6f31311bf1b72f28c48d784b8d851ff2e0 (patch)
tree0cdb879b3054af9ae35836fd3e74ffef64f69d36
parent351e074672d9aa6446d5829938b697a3d6b23266 (diff)
parent7716de5d52fe90798afa1bd0cb525b9a57845b9b (diff)
downloadsubversion-tarball-baserock/morph.tar.gz
Merge branch 'baserock/tiagogomes/armv8l64-devel' into baserock/morphbaserock/morph
Reviewed by: * Sam Thursfield <sam.thursfield@codethink.co.uk> * Richard Maw <richard.maw@gmail.com>
-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)"