>From 09a62885c6c5aea12412d9bcb37a997bce87fa2d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niko=20R=C3=B6nkk=C3=B6?= <ron...@iki.fi>
Date: Mon, 1 Nov 2010 00:36:23 +0200
Subject: [PATCH] Wrong option name in help
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="------------kaben8Ohv4ahdainoh7Ohche4iequoodah1thahph0aiyefaingeeshohzaihaes"

This is a multi-part message in MIME format.
--------------kaben8Ohv4ahdainoh7Ohche4iequoodah1thahph0aiyefaingeeshohzaihaes
Content-Type: text/plain; charset=UTF-8; format=fixed
Content-Transfer-Encoding: 8bit


Option --with-servlet-api-jar was named wrong in --help.
---
 configure.in |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)


--------------kaben8Ohv4ahdainoh7Ohche4iequoodah1thahph0aiyefaingeeshohzaihaes
Content-Type: text/x-patch; name="0001-Wrong-option-name-in-help-bootstrap.patch"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="0001-Wrong-option-name-in-help-bootstrap.patch"

diff --git a/configure.in b/configure.in
index 6f0539a..af00634 100644
--- a/configure.in
+++ b/configure.in
@@ -641,9 +641,10 @@ AC_ARG_WITH(commons-logging-jar,
 ])
 
 AC_ARG_WITH(servlet-api-jar,
-[  --servlet-api-jar=JARFILE   Specify path to jarfile manually ],
-[ SERVLETAPI_JAR="$withval"
-])
+    AS_HELP_STRING([--with-servlet-api-jar=JARFILE],
+        [Specify path to jarfile manually.]),
+    [SERVLETAPI_JAR="$withval"],
+)
 
 AC_ARG_WITH(system-jfreereport,
 [  --with-system-jfreereport      Use JFreeReport already on system

--------------kaben8Ohv4ahdainoh7Ohche4iequoodah1thahph0aiyefaingeeshohzaihaes--


_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to