From 36b9cccabac0825ac7ff3e8c661664cd27a71ac2 Mon Sep 17 00:00:00 2001 From: cypherpunks Date: Thu, 19 Feb 2015 09:34:14 +0100 Subject: Be consistent with capitalization, quoting, and spacing of help strings. --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index 8782a3eeaa..72593881ed 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -137,7 +137,7 @@ dnl AC_DEFUN([TOR_SEARCH_LIBRARY], [ try$1dir="" AC_ARG_WITH($1-dir, - [ --with-$1-dir=PATH Specify path to $1 installation ], + AS_HELP_STRING(--with-$1-dir=PATH, [specify path to $1 installation]), [ if test x$withval != xno ; then try$1dir="$withval" -- cgit v1.2.3-54-g00ecf