]> xenbits.xensource.com Git - libvirt.git/commit
build: avoid obsolete AC_HELP_STRING
authorEric Blake <eblake@redhat.com>
Thu, 5 Sep 2013 21:24:55 +0000 (15:24 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 9 Sep 2013 19:27:49 +0000 (13:27 -0600)
commitff777421042a4583916e534795bb375d9e3cca10
treef9dcf0a9a5824b605a97b545ff61578db6c03ec1
parent6cd15482586334a822d248dd8b94cee0635d3e64
build: avoid obsolete AC_HELP_STRING

Autoconf states that AC_HELP_STRING is obsolete, and that new
programs should use AS_HELP_STRING.  We also had instances of
not properly quoting the macro usage, and not relying on autoconf's
word-wrapping abilities to avoid long lines.  I validated that this
commit has no impact to the generated configure file.

* configure.ac (AC_ARG_WITH, AC_ARG_ENABLE): Autoconf recommends
the use of AS_HELP_STRING.  Also, use proper quoting and wrap long
lines.
* m4/virt-apparmor.m4 (LIBVIRT_CHECK_APPARMOR): Likewise.
* m4/virt-selinux.m4 (LIBVIRT_CHECK_SELINUX): Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
configure.ac
m4/virt-apparmor.m4
m4/virt-selinux.m4