diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-02-25 21:25:33 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-02-25 21:25:41 -0500 |
commit | 33fc459bafd96909d409077d0ca85b27d68f8f23 (patch) | |
tree | c0adca348ff175bbf83cea6f15d1fe2d2ee7cc7a | |
parent | 0318bea50d919a8b1d61c3f8bee6819616907a59 (diff) |
don't try to copy configure from srcdir
Change-Id: I709961228815178b2d8c2321a467d4ba8b39d080
-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 |