Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hi,

The bootstrap configure help text claims it supports
--with-system-sane-header, but when passed this option it says
"warning: unrecognized option --with-system-sane-header". The option
actually implemented is called --with-system-sane. The attached patch
puts the help text in line with the implementation.

-- 
Lionel
From cea08712a1f3f3d995b1da87efd5a79d5e108582 Mon Sep 17 00:00:00 2001
From: Lionel Elie Mamane <lionel.mamane@gestman.lu>
Date: Thu, 4 Aug 2011 16:34:03 +0200
Subject: [PATCH] configure --with-system-sane: correct help string

---
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.in b/configure.in
index 65813cb..cc88172 100755
--- a/configure.in
+++ b/configure.in
@@ -907,7 +907,7 @@ AC_ARG_WITH(system-odbc,
         [Use the odbc headers already on system.]))
 
 AC_ARG_WITH(system-sane,
-    AS_HELP_STRING([--with-system-sane-header],
+    AS_HELP_STRING([--with-system-sane],
         [Use sane.h already on system.]))
 
 AC_ARG_WITH(system-xrender-headers,
-- 
1.7.2.5


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.