Call AC_OUTPUT without arguments

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

Signed-off-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Matt Turner 2022-06-17 09:43:47 -04:00
parent d849b9534a
commit e96f3b736a

View file

@ -19,4 +19,5 @@ AM_PATH_PYTHON([2.5])
xcbincludedir='${datadir}/xcb'
AC_SUBST(xcbincludedir)
AC_OUTPUT([Makefile src/Makefile xcbgen/Makefile xcb-proto.pc])
AC_CONFIG_FILES([Makefile src/Makefile xcbgen/Makefile xcb-proto.pc])
AC_OUTPUT