diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-04-24 12:30:48 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-04-24 12:30:48 -0500 |
commit | 21c13224622cb50b7014ca2f6b9211d4ecda2134 (patch) | |
tree | cbfe3e8e2df448957dc2c8812580ca919c8e47b0 /configure.in | |
parent | fb7a9c379b07b1e0bcd49a6a5b37c7c70e88569c (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 341a06387853..cf608c91513a 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 |