diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3979d1de47be..c4d6c6b0077a 100644 --- a/configure.ac +++ b/configure.ac @@ -4103,7 +4103,6 @@ if test "$cross_compiling" = "yes"; then (cd $SRC_ROOT && tar cf - \ config.guess \ config_host.mk.in \ - configure \ Makefile.in \ lo.xcent.in \ config_host/config_*.h.in \ @@ -4114,6 +4113,7 @@ if test "$cross_compiling" = "yes"; then solenv/inc/minor.mk.in \ instsetoo_native/util/openoffice.lst.in) \ | (cd CONF-FOR-BUILD && tar xf -) + cp configure CONF-FOR-BUILD ( unset COM GUI GUIBASE OS CPU CPUNAME unset CC CXX SYSBASE CFLAGS |