summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-18 10:20:08 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-18 10:20:08 -0700
commit4440550bafd3801d7fe6139382051addc4dcefb2 (patch)
treeb1593f256da2f21975347f1169187495abfb12b5
parenta40b2df701657a6e7c927f49cd151a2f04781dba (diff)
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>
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ced3de4..65b8ee3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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