aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2013-10-18 13:11:59 -0500
committerRyan S. Arnold <ryan.arnold@linaro.org>2013-10-18 13:11:59 -0500
commit1380eca8d16e382949c3b6563afc7e0feb976c01 (patch)
treed140eb8a686afded16f8d0cdd9e7d2d1b0087650 /configure
parentc9bf65b642070439d2c1d87008b6bbe0f66af276 (diff)
New variable ${sources_conf} to replace hardcoded config/sources.conf.
This is necessary so that the testsuite can use it's own version that doesn't change, so we can cover all bases.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 2c8d95c4..81738962 100755
--- a/configure
+++ b/configure
@@ -604,6 +604,7 @@ REMOTE_SNAPSHOTS
LOCAL_BUILDS
LOCAL_SNAPSHOTS
SYSROOTS
+SOURCES_CONF
CBUILD_TOP
BUILDDATE
AUTOGEN
@@ -3743,6 +3744,9 @@ $as_echo "$as_me: WARNING: ${CBUILD_TOP} does not exist so creating directory!"
mkdir -p ${CBUILD_TOP}
fi
+SOURCES_CONF="${srcdir}/config/sources.conf"
+
+
# Check whether --with-sysroot was given.
if test "${with_sysroot+set}" = set; then :