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

Peter Foley pefoley2 at pefoley.com
Sat Sep 13 08:39:01 PDT 2014


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

New commits:
commit 70a197f28049fcb03655e1f5e480a24a2e6e9291
Author: Peter Foley <pefoley2 at pefoley.com>
Date:   Thu Sep 11 17:38:46 2014 -0400

    Add proper help for with-build-platform-configure-options
    
    Change-Id: I9ebe739223f396f16f326c7fbad09c762030f796
    Reviewed-on: https://gerrit.libreoffice.org/11406
    Reviewed-by: David Tardon <dtardon at redhat.com>
    Tested-by: David Tardon <dtardon at redhat.com>

diff --git a/configure.ac b/configure.ac
index 45018fc..b38ed83 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1458,7 +1458,9 @@ AC_ARG_WITH(gnu-patch,
 ,)
 
 AC_ARG_WITH(build-platform-configure-options,
-        [Specify options for the configure script run for the *build* platform in a cross-compilation])
+    AS_HELP_STRING([--with-build-platform-configure-options],
+        [Specify options for the configure script run for the *build* platform in a cross-compilation]),
+,)
 
 AC_ARG_WITH(gnu-cp,
     AS_HELP_STRING([--with-gnu-cp],


More information about the Libreoffice-commits mailing list