aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
-rw-r--r--configure.ac3
2 files changed, 5 insertions, 2 deletions
diff --git a/configure b/configure
index 38a0c43d..aebcb209 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 ""
diff --git a/configure.ac b/configure.ac
index 183420bb..16976054 100644
--- a/configure.ac
+++ b/configure.ac
@@ -259,7 +259,7 @@ fi
AC_ARG_WITH(fileserver,
AC_HELP_STRING([--with-fileserver], [the remote file server hostname]),
FILESERVER=${withval},
- FILESERVER='148.251.136.42')
+ FILESERVER='148.251.136.42/snapshots-ref')
AC_SUBST(FILESERVER)
AC_ARG_WITH(sources-conf,
@@ -332,6 +332,7 @@ AC_MSG_NOTICE([Downloaded snapshots will be stored in: ${LOCAL_SNAPSHOTS}])
AC_MSG_NOTICE([My builds will be installed in: ${LOCAL_BUILDS}])
AC_MSG_NOTICE([Sysroots will be installed in: ${SYSROOTS}])
AC_MSG_NOTICE([Remote snapshots will be fetched from: ${REMOTE_SNAPSHOTS}])
+AC_MSG_NOTICE([Using remote fileserver: http://${FILESERVER}])
echo ""
AC_ARG_WITH(languages,