[Libreoffice-commits] .: Branch 'libreoffice-3-4-4' - 2 commits - configure.in

Fridrich Strba fridrich at kemper.freedesktop.org
Wed Oct 26 05:48:21 PDT 2011


 configure.in |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit aa4fc261e6ef4f2360fffe047c49f3900ae742ec
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Wed Oct 26 11:55:22 2011 +0200

    Remove a stray leading '+'
    
    Signed-off-by: Fridrich Å trba <fridrich.strba at bluewin.ch>

diff --git a/configure.in b/configure.in
index 68e3193..638f982 100755
--- a/configure.in
+++ b/configure.in
@@ -2238,7 +2238,7 @@ if test "$_os" = "WINNT"; then
             export INCLUDE=`cygpath -d "$COMPATH/Include"`
             dnl  Check which Microsoft C/C++ compiler is found
             AC_MSG_CHECKING([the Version of Microsoft C/C++ Compiler])
-+           # The following finds Microsoft, matches nn.nn.nnnn then pulls numbers out.
+            # The following finds Microsoft, matches nn.nn.nnnn then pulls numbers out.
             CCNUMVER=`$CC 2>&1 | $AWK "/Microsoft/ && /..\\...\\...../ {
                             x = match( \\\$0, /..\\...\\...../ )
                             CCversion = substr( \\\$0, RSTART, RLENGTH)
commit bdd32c97ab9f9ae0222fbf35c4f5fcaa417b28b2
Author: Andras Timar <atimar at suse.com>
Date:   Thu May 19 19:51:11 2011 +0200

    use short paths, because '(x86)' in the path causes problem
    
    Signed-off-by: Fridrich Å trba <fridrich.strba at bluewin.ch>

diff --git a/configure.in b/configure.in
index 1c88874..68e3193 100755
--- a/configure.in
+++ b/configure.in
@@ -2164,6 +2164,8 @@ if test "$_os" = "WINNT"; then
         else
             with_cl_home=`cygpath -u "$with_cl_home"`
         fi
+        with_cl_home=`cygpath -d "$with_cl_home"`
+        with_cl_home=`cygpath -u "$with_cl_home"`
         AC_MSG_RESULT([$with_cl_home])
 
         dnl ===========================================================


More information about the Libreoffice-commits mailing list