Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters

configure.ac:33: warning: AC_OUTPUT should be used without arguments.
configure.ac:33: You should run autoupdate.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith 2022-06-18 10:20:08 -07:00
parent a40b2df701
commit 4440550baf

View file

@ -30,6 +30,7 @@ AC_SUBST(XCBPROTO_XCBINCLUDEDIR)
XCBPROTO_VERSION=`$PKG_CONFIG --modversion xcb-proto`
AC_SUBST(XCBPROTO_VERSION)
AC_OUTPUT([Makefile
AC_CONFIG_FILES([Makefile
xcb-errors.pc
])
AC_OUTPUT