[Libreoffice-commits] .: configure.ac
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Dec 18 23:59:48 PST 2012
configure.ac | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 991466907b91255c47caf7726e3de1854849133e
Author: Tor Lillqvist <tml at iki.fi>
Date: Wed Dec 19 09:56:02 2012 +0200
Add a few missing files to be expanded (from *.in) to CONF-FOR-BUILD
But note that currently the config/config_*.h files are created and used so
that those created for the HOST platform are used also when compiling (the
cross-toolset) for the BUILD platform. Seems to work by luck so far, but this
is really broken. We need to have the config_*.h files separately for HOST and
BUILD.
Change-Id: I500694eee8bb2a8d2d7afbf78171c0e2ea1e66b3
diff --git a/configure.ac b/configure.ac
index 9b845c0..eb0334c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4130,6 +4130,10 @@ if test "$cross_compiling" = "yes"; then
config.guess \
config_host.mk.in \
configure \
+ Makefile.in \
+ config/config_global.h.in \
+ config/config_telepathy.h.in \
+ config/config_vclplug.h.in \
bin/get_config_variables \
$srcdir/solenv/bin/getcompver.awk \
$SRC_ROOT/solenv/inc/langlist.mk \
More information about the Libreoffice-commits
mailing list