summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2022-06-17 09:43:47 -0400
committerMatt Turner <mattst88@gmail.com>2022-06-17 09:44:23 -0400
commite96f3b736a9859db9677b1b63b4b18379afc9ead (patch)
treed6a5174033d0a9c4eb3f5241352825f98ab147b6 /configure.ac
parentd849b9534a52b0199f26c1dd30ac11aba12db9dc (diff)
downloadxcb-proto-e96f3b736a9859db9677b1b63b4b18379afc9ead.tar.gz
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 260876c..068eb83 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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