[Libreoffice-commits] .: 2 commits - autogen.sh config_host.mk.in

Stephan Bergmann sbergmann at kemper.freedesktop.org
Tue Jun 5 05:19:08 PDT 2012


 autogen.sh        |    6 +++---
 config_host.mk.in |    1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

New commits:
commit 1dfb956306a1ec63e1d2f683c3414fffeb07b2e8
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Jun 5 11:57:31 2012 +0200

    Indentation clean up
    
    Change-Id: I1e3633f5bbf6b3ad0cdb2005a2a5608f3265ffdb

diff --git a/autogen.sh b/autogen.sh
index 67d462c..663a4ed 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -111,10 +111,10 @@ for my $arg (@cmdline_args) {
         my $config = "distro-configs/$1.conf";
         if (! -f $config) {
             invalid_distro ($config, $1);
-            } else {
-                push @args, read_args ($config);
-            }
         } else {
+            push @args, read_args ($config);
+        }
+    } else {
         push @args, $arg;
     }
 }
commit 484b8cdf001d1305cf32ec96db0fe36ee0c3a25e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Jun 5 11:45:53 2012 +0200

    LO_PATH unused outside configure.in and config_host.mk.in
    
    Change-Id: Ib349d9bf93ad59c4c171b87f10c4fe608cecb5fd

diff --git a/config_host.mk.in b/config_host.mk.in
index 76e398c..116c4f9 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -285,7 +285,6 @@ export LIBXML_LIBS=@LIBXML_LIBS@
 export LIBXSLT_CFLAGS=@LIBXSLT_CFLAGS@
 export LIBXSLT_LIBS=@LIBXSLT_LIBS@
 export LINK_X64_BINARY=@LINK_X64_BINARY@
-export LO_PATH=@LO_PATH@
 @x_Cygwin@ export LS=@WIN_LS@
 export MANDIR=@MANDIR@
 export MACOSX_DEPLOYMENT_TARGET=@MACOSX_DEPLOYMENT_TARGET@


More information about the Libreoffice-commits mailing list