summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2012-01-16 13:18:33 +0000
committerAndre Fischer <af@apache.org>2012-01-16 13:18:33 +0000
commit0b23dadb747970031732571c7eb2b667eef8a244 (patch)
treebb54863e10e6b6efa772e2c44a6d305b7d681836 /configure.in
parent73b985282f6760ae065c4e9f810879cccbc9ec75 (diff)
118778: Added ADDITIONAL_REPOSITORIES environment variable and its automatic setup in configure.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index c8f07ada61e4..793a44ebb61c 100644
--- a/configure.in
+++ b/configure.in
@@ -873,6 +873,7 @@ AC_ARG_WITH(arm-target,
],with_arm_target=$withval,with_arm_target=4)
BUILD_TYPE="OOo"
+ADDITIONAL_REPOSITORIES=""
dnl ===================================================================
dnl Message.
@@ -7038,6 +7039,7 @@ if test -z "$WITH_LANG"; then
AC_MSG_RESULT([en-US])
else
AC_MSG_RESULT([$WITH_LANG])
+ ADDITIONAL_REPOSITORIES="$ADDITIONAL_REPOSITORIES;../extras"
fi
AC_SUBST(WITH_LANG)
@@ -7194,6 +7196,7 @@ fi
AC_SUBST(LOCAL_SOLVER)
AC_SUBST(BUILD_TYPE)
+AC_SUBST(ADDITIONAL_REPOSITORIES)
# make sure config.guess is +x; we execute config.guess, so it has to be so;
chmod +x ./config.guess