[Libreoffice-commits] .: Branch 'libreoffice-3-4' - configure.in
Andras Timar
timar at kemper.freedesktop.org
Mon Apr 25 06:26:35 PDT 2011
configure.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4a73b6c627bae7e6ceeb3fab3c49ed64cbd611c2
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Sun Apr 24 12:30:48 2011 -0500
we need to generate ooo.lst before we use it....
diff --git a/configure.in b/configure.in
index 89aaf3a..4d41723 100755
--- a/configure.in
+++ b/configure.in
@@ -5096,6 +5096,8 @@ else
AC_MSG_RESULT([no])
fi
+AC_OUTPUT([ooo.lst])
+
if test "$BUILD_MOZAB" = "TRUE"; then
if test "$_os" = "WINNT"; then
if test "$WITH_MINGW" != "yes"; then
@@ -7998,8 +8000,6 @@ else
echo > set_soenv.last
fi
-AC_OUTPUT([ooo.lst])
-
AC_OUTPUT([set_soenv Makefile bin/repo-list])
# touch the config timestamp file set_soenv.stamp
More information about the Libreoffice-commits
mailing list