From 542a6dd61ce334924494af2fcf8a4613ef86aace Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 18 Jun 2022 09:50:04 -0700 Subject: Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters configure.ac:32: warning: AC_OUTPUT should be used without arguments. configure.ac:32: 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 2ff994c..853601e 100644 --- a/configure.ac +++ b/configure.ac @@ -29,4 +29,5 @@ AC_SYS_LARGEFILE dnl Check for pkg-config packages PKG_CHECK_MODULES(X, [xproto >= 7.0.17]) -AC_OUTPUT([Makefile]) +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT -- cgit v1.2.3