mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-06 10:40:14 +01:00
Modernize AC_OUTPUT usage
Part of a patch by Javier Jardón. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=32245 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
dbc7637f13
commit
54af6bee3e
1 changed files with 2 additions and 1 deletions
|
|
@ -1611,7 +1611,7 @@ AH_VERBATIM(_DARWIN_ENVIRON,
|
|||
#endif
|
||||
])
|
||||
|
||||
AC_OUTPUT([
|
||||
AC_CONFIG_FILES([
|
||||
Doxyfile
|
||||
dbus/versioninfo.rc
|
||||
dbus/dbus-arch-deps.h
|
||||
|
|
@ -1650,6 +1650,7 @@ test/data/invalid-service-files-system/org.freedesktop.DBus.TestSuiteNoExec.serv
|
|||
test/data/invalid-service-files-system/org.freedesktop.DBus.TestSuiteNoUser.service
|
||||
test/data/invalid-service-files-system/org.freedesktop.DBus.TestSuiteNoService.service
|
||||
])
|
||||
AC_OUTPUT
|
||||
|
||||
dnl ==========================================================================
|
||||
echo "
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue