diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-07-21 08:54:13 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-08-06 13:07:55 -0500 |
commit | d44c8ad6ad971896a68ae14f9986418e5685ed3a (patch) | |
tree | f83d4b6680d1f858adc1c0071c471a62beace4e5 /configure.in | |
parent | 67193a70de7493ea4d2b2a2cad61804fabfb990a (diff) |
move GIT_REPO_NAMES init up
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 613c295bc1c2..5ed48f9f4c3b 100755 --- a/configure.in +++ b/configure.in @@ -1359,6 +1359,7 @@ AC_ARG_WITH(macosx-version-max-allowed, BUILD_TYPE="LibO" SCPDEFS="" +GIT_REPO_NAMES="help" echo "********************************************************************" echo "*" @@ -8711,7 +8712,6 @@ AC_SUBST(PRODUCTVERSION) dnl =================================================================== dnl Dealing with l10n options dnl =================================================================== -GIT_REPO_NAMES="help" AC_MSG_CHECKING([which languages to be built]) # get list of all languages # generate shell variable from completelangiso= from solenv/inc/langlist.mk |