diff options
author | cypherpunks <cypherpunks@torproject.org> | 2015-02-19 09:34:14 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-15 08:25:36 -0400 |
commit | 36b9cccabac0825ac7ff3e8c661664cd27a71ac2 (patch) | |
tree | 6c4b6d2615f53b7ab42ed0300bb7bc99246afd7a /acinclude.m4 | |
parent | feca32903147e10974b00c80db56b1347e042946 (diff) | |
download | tor-36b9cccabac0825ac7ff3e8c661664cd27a71ac2.tar.gz tor-36b9cccabac0825ac7ff3e8c661664cd27a71ac2.zip |
Be consistent with capitalization, quoting, and spacing of help strings.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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" |