[Libreoffice-commits] .: configure.in
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Wed Dec 15 16:01:17 PST 2010
configure.in | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit d1c04a59329ef945cae47f513c77f857e92a50b5
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Wed Dec 15 18:01:00 2010 -0600
avoid new-lines in list of repos
diff --git a/configure.in b/configure.in
index 0942830..394c3b8 100755
--- a/configure.in
+++ b/configure.in
@@ -7665,9 +7665,7 @@ AC_SUBST(OOO_JUNIT_JAR)
dnl ===================================================================
dnl Dealing with l10n options
dnl ===================================================================
-GIT_REPO_NAMES="artwork base calc components extensions extras filters
- help impress libs-core libs-extern libs-extern-sys libs-gui
- postprocess sdk testing ure writer"
+GIT_REPO_NAMES="artwork base calc components extensions extras filters help impress libs-core libs-extern libs-extern-sys libs-gui postprocess sdk testing ure writer"
AC_MSG_CHECKING([which languages to be built])
WITH_LANG="$with_lang"
if test -z "$WITH_LANG"; then
More information about the Libreoffice-commits
mailing list