summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-18 11:00:51 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-18 11:02:36 -0700
commitfa0e8ddb0c769bbdab3ba3bda8d7b71548f08cb0 (patch)
tree5c8b89552e5723584234ad25082380465403cf2f
parenta7aaced13482e1267e40f1338bd22db8fad50f77 (diff)
Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
configure.ac:92: warning: AC_OUTPUT should be used without arguments. configure.ac:92: 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 3de9caa..bf9b668 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,4 +89,5 @@ AC_CHECK_FUNCS([memset strdup])
XORG_CHANGELOG
-AC_OUTPUT([Makefile doc/Makefile xrestop.spec])
+AC_CONFIG_FILES([Makefile doc/Makefile xrestop.spec])
+AC_OUTPUT