]> 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)
committerSteve Dickson <steved@redhat.com>
Tue, 20 Sep 2011 11:33:02 +0000 (07:33 -0400)
commitcae84d3a8aecbce0d0115382441f18fd62798f9a
treefaaaca6d4afa1a59953d9f1778f71dab44e10154
parentd7c64ddf66b04a225fab249af8a8fdd684551c5c
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