]> git.decadent.org.uk Git - nfs-utils.git/commit
configure.ac: Fix help string for --with-statedir= option
authorChuck Lever <chuck.lever@oracle.com>
Mon, 19 Sep 2011 18:02:10 +0000 (14:02 -0400)
committerLuk Claes <luk@debian.org>
Sun, 2 Oct 2011 14:16:47 +0000 (16:16 +0200)
commitcdbe3d3d8067a5ad0ad823f20b86151bfe9359cc
treed4258bee2b234187f1e908372bdba8c85954c360
parent30c11bd2de78f023746751db74036daf3044a80d
configure.ac: Fix help string for --with-statedir= option

The help string for --with-statedir attempts to show "/var/lib/nfs" in
square brackets, but they don't appear on my system (Fedora 13).  Use
the AC_HELP_STRING macro to display the help string properly, like all
the other "with" and "enable" options specified in our configure.ac.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
configure.ac