aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2015-09-09 15:27:55 -0500
committerRyan S. Arnold <ryan.arnold@linaro.org>2015-09-09 15:27:55 -0500
commit4c26fd3a16a0125a2f4363cb4c9dc22e3b5de6f2 (patch)
tree158c0d6cc33fb318ec94bc3680f771cb6c0920a0 /configure
parent752b6a802ee2ae93143d85af828034d33b48f5bb (diff)
configure.ac: If no fileserver is specified, specify http://<default>/snapshots-ref
Missing snapshots-ref/ on the fileserver name makes ABE fail if configured without any parameters. The default should work. Also regenerated configure. Change-Id: I87d55afa3a4e8bb504506cc1c9047af5d9a4f9c1
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index e422fb91..e540d439 100755
--- a/configure
+++ b/configure
@@ -3778,7 +3778,7 @@ fi
if test "${with_fileserver+set}" = set; then :
withval=$with_fileserver; FILESERVER=${withval}
else
- FILESERVER='148.251.136.42'
+ FILESERVER='148.251.136.42/snapshots-ref'
fi
@@ -3875,6 +3875,8 @@ $as_echo "$as_me: My builds will be installed in: ${LOCAL_BUILDS}" >&6;}
$as_echo "$as_me: Sysroots will be installed in: ${SYSROOTS}" >&6;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: Remote snapshots will be fetched from: ${REMOTE_SNAPSHOTS}" >&5
$as_echo "$as_me: Remote snapshots will be fetched from: ${REMOTE_SNAPSHOTS}" >&6;}
+{ $as_echo "$as_me:${as_lineno-$LINENO}: Using remote fileserver: http://${FILESERVER}" >&5
+$as_echo "$as_me: Using remote fileserver: http://${FILESERVER}" >&6;}
echo ""