From 279d6a683ceed4e07a00acce2d122f48a6428dac Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 18 Jun 2022 09:38:25 -0700 Subject: Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters configure.ac:130: warning: AC_OUTPUT should be used without arguments. configure.ac:130: 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 0aa025f..e8b8b4e 100644 --- a/configure.ac +++ b/configure.ac @@ -127,4 +127,5 @@ AM_CONDITIONAL([BUILD_MKHTMLINDEX], [test "x$BUILD_MKHTMLINDEX" = xyes]) # Checks for pkg-config packages PKG_CHECK_MODULES(XPROTO, xproto) -AC_OUTPUT([Makefile]) +AC_CONFIG_FILES([Makefile]) +AC_OUTPUT -- cgit v1.2.3