[Libreoffice-commits] .: configure.in
Tor Lillqvist
tml at kemper.freedesktop.org
Thu Nov 11 07:27:40 PST 2010
configure.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit a0caf467f504cb7109856d0014af0a1558968f4d
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Thu Nov 11 17:26:14 2010 +0200
Fix two typos in help messages
diff --git a/configure.in b/configure.in
index 4343f05..b3651e1 100755
--- a/configure.in
+++ b/configure.in
@@ -311,14 +311,14 @@ AC_ARG_WITH(gnu-patch,
[
--with-gnu-patch The parameter is an absolute path to GNU patch.
- Example: --with-gnu-cp=/usr/local/bin/gpatch],
+ Example: --with-gnu-patch=/usr/local/bin/gpatch],
,)
AC_ARG_WITH(gnu-tar,
[
--with-gnu-tar The parameter is an absolute path to GNU tar.
- Example: --with-gnu-cp=/usr/local/bin/gtar],
+ Example: --with-gnu-tar=/usr/local/bin/gtar],
,)
AC_ARG_WITH(icecream-bindir,
More information about the Libreoffice-commits
mailing list