diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-04-24 12:30:48 -0500 |
---|---|---|
committer | Andras Timar <atimar@novell.com> | 2011-04-25 15:25:36 +0200 |
commit | 4a73b6c627bae7e6ceeb3fab3c49ed64cbd611c2 (patch) | |
tree | 4cb9908a9316e46835f64551c222eae98a6c68de /configure.in | |
parent | 75f03541884c8609e177208646494701dde42476 (diff) |
we need to generate ooo.lst before we use it....
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 89aaf3a35..4d41723c6 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 |