]> xenbits.xensource.com Git - libvirt.git/commit
maint: use modern autoconf idioms
authorEric Blake <eblake@redhat.com>
Wed, 31 Jul 2013 20:52:16 +0000 (14:52 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 1 Aug 2013 13:31:53 +0000 (07:31 -0600)
commit13c573740becea1e68de51b16d38bd39c8d9cb3d
treecf31185a98b12343694c30916f4540a07474f081
parentdbca8414577a0d76a5bad9eb5919130db7bc451f
maint: use modern autoconf idioms

Autoconf 2.59 says that AC_OUTPUT with arguments is obsolete,
and we are already using the replacement for some, but not all,
of our output files.

* configure.ac (AC_OUTPUT): Rewrite to use AC_CONFIG_FILES.

Signed-off-by: Eric Blake <eblake@redhat.com>
configure.ac