[Libreoffice-commits] core.git: configure.ac

Peter Foley pefoley2 at verizon.net
Mon Feb 25 18:26:13 PST 2013


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 33fc459bafd96909d409077d0ca85b27d68f8f23
Author: Peter Foley <pefoley2 at verizon.net>
Date:   Mon Feb 25 21:25:33 2013 -0500

    don't try to copy configure from srcdir
    
    Change-Id: I709961228815178b2d8c2321a467d4ba8b39d080

diff --git a/configure.ac b/configure.ac
index 3979d1d..c4d6c6b 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


More information about the Libreoffice-commits mailing list