configure.ac: Use AS_HELP_STRING()
authorIan Abbott <abbotti@mev.co.uk>
Fri, 20 Apr 2012 09:34:27 +0000 (10:34 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Fri, 20 Apr 2012 09:34:27 +0000 (10:34 +0100)
commit12fad7551d7502b9dbbee27b6a97fb52ae916e28
tree1d11626a49cbfc335fdb30f60494d3bc171d6127
parent82456b6f98cc3f02eb9ff15ef1f9e273732f57ab
configure.ac: Use AS_HELP_STRING()

Use AS_HELP_STRING() to make the HELP-STRING arguments for the
AC_ARG_ENABLE() and AC_ARG_WITH() macro calls.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
configure.ac