summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-18 10:22:06 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-18 10:22:06 -0700
commit915821d47c7d6638a4c4cdfa766a540c3c6045aa (patch)
tree095e13e939d0409236cb4044c9aada9321137508
parentb23e729d0e3553366af241f0583e6b7cccea57a3 (diff)
downloadutil-keysyms-915821d47c7d6638a4c4cdfa766a540c3c6045aa.tar.gz
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 <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 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