[Libreoffice-commits] .: configure.in

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sun Apr 24 10:31:00 PDT 2011


 configure.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e29572d880aaa90c4fb16c45410bf211394edb78
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 341a063..cf608c9 100755
--- a/configure.in
+++ b/configure.in
@@ -5029,6 +5029,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
@@ -7957,8 +7959,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