From 915821d47c7d6638a4c4cdfa766a540c3c6045aa Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 18 Jun 2022 10:22:06 -0700 Subject: Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters configure.ac:12: warning: AC_OUTPUT should be used without arguments. configure.ac:12: You should run autoupdate. Signed-off-by: Alan Coopersmith --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fda866a..4f70ce9 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,7 @@ XCB_UTIL_COMMON([1.4], [1.6]) PKG_CHECK_MODULES(XPROTO, xproto >= 7.0.8) -AC_OUTPUT([Makefile +AC_CONFIG_FILES([Makefile keysyms/Makefile keysyms/xcb-keysyms.pc ]) +AC_OUTPUT -- cgit v1.2.3