aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2015-04-27 12:31:56 -0600
committerRob Savoye <rob.savoye@linaro.org>2015-04-27 12:31:56 -0600
commit5ecde25c02b8b5753f8b61d23827ceda40613c31 (patch)
treeea6ab4d92869b681300f097a9c11d6207dbb4153 /configure
parent551bf7d87a6e9c9c438d4dceb0f5fb97ebd82bf6 (diff)
regenerated
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 3 insertions, 7 deletions
diff --git a/configure b/configure
index 26e18e8d..265fcbca 100755
--- a/configure
+++ b/configure
@@ -3783,9 +3783,7 @@ fi
# Check whether --with-sources-conf was given.
if test "${with_sources_conf+set}" = set; then :
- withval=$with_sources_conf; SOURCES_CONF=${withval}
-else
- SOURCES_CONF="${srcdir}/config/sources.conf"
+ withval=$with_sources_conf; SOURCES_CONF="${srcdir}/config/sources.conf"
dir="`dirname ${SOURCES_CONF}`"
base="`cd ${dir} && pwd`"
conf="`basename ${SOURCES_CONF}`"
@@ -3860,9 +3858,7 @@ fi
# Check whether --with-remote-snapshots was given.
if test "${with_remote_snapshots+set}" = set; then :
- withval=$with_remote_snapshots; REMOTE_SNAPSHOTS=${withval}
-else
- REMOTE_SNAPSHOTS="http://${FILESERVER}/snapshots"
+ withval=$with_remote_snapshots; REMOTE_SNAPSHOTS="${withval}"
fi
@@ -4218,7 +4214,7 @@ $as_echo "no" >&6; }
fi
-# Texinfo 5 can't process the gcc texinfo files until they are fixed,
+# Texinfo 5.0 can't process the gcc texinfo files until they are fixed,
# so we have to disable it for Ubuntu 14.04 "trusty".
#if test "`uname -v | grep -c Ubuntu`" -gt 0; then
# texversion="`dpkg-query -W -f='\${Version}' texinfo | cut -d '.' -f 1`"