mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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>
This commit is contained in:
parent
dbca841457
commit
13c573740b
42
configure.ac
42
configure.ac
@ -2440,26 +2440,28 @@ AC_DEFINE_UNQUOTED([base64_encode_alloc],[libvirt_gl_base64_encode_alloc],[Hack
|
|||||||
|
|
||||||
AC_CONFIG_FILES([run],
|
AC_CONFIG_FILES([run],
|
||||||
[chmod +x,-w run])
|
[chmod +x,-w run])
|
||||||
AC_OUTPUT(Makefile src/Makefile include/Makefile docs/Makefile \
|
AC_CONFIG_FILES([\
|
||||||
docs/schemas/Makefile \
|
Makefile src/Makefile include/Makefile docs/Makefile \
|
||||||
gnulib/lib/Makefile \
|
docs/schemas/Makefile \
|
||||||
gnulib/tests/Makefile \
|
gnulib/lib/Makefile \
|
||||||
libvirt.pc libvirt.spec mingw-libvirt.spec \
|
gnulib/tests/Makefile \
|
||||||
po/Makefile.in \
|
libvirt.pc libvirt.spec mingw-libvirt.spec \
|
||||||
include/libvirt/Makefile include/libvirt/libvirt.h \
|
po/Makefile.in \
|
||||||
python/Makefile \
|
include/libvirt/Makefile include/libvirt/libvirt.h \
|
||||||
daemon/Makefile \
|
python/Makefile \
|
||||||
tools/Makefile \
|
daemon/Makefile \
|
||||||
tests/Makefile \
|
tools/Makefile \
|
||||||
examples/apparmor/Makefile \
|
tests/Makefile \
|
||||||
examples/domain-events/events-c/Makefile \
|
examples/apparmor/Makefile \
|
||||||
examples/domsuspend/Makefile \
|
examples/domain-events/events-c/Makefile \
|
||||||
examples/dominfo/Makefile \
|
examples/domsuspend/Makefile \
|
||||||
examples/openauth/Makefile \
|
examples/dominfo/Makefile \
|
||||||
examples/python/Makefile \
|
examples/openauth/Makefile \
|
||||||
examples/hellolibvirt/Makefile \
|
examples/python/Makefile \
|
||||||
examples/systemtap/Makefile \
|
examples/hellolibvirt/Makefile \
|
||||||
examples/xml/nwfilter/Makefile)
|
examples/systemtap/Makefile \
|
||||||
|
examples/xml/nwfilter/Makefile])
|
||||||
|
AC_OUTPUT
|
||||||
|
|
||||||
AC_MSG_NOTICE([])
|
AC_MSG_NOTICE([])
|
||||||
AC_MSG_NOTICE([Configuration summary])
|
AC_MSG_NOTICE([Configuration summary])
|
||||||
|
Loading…
Reference in New Issue
Block a user