summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-18 10:16:46 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-18 10:16:46 -0700
commit186fbd9c6faa817f5faf7b7fd287aa9af4dcd143 (patch)
tree377e26b2317d9516a2c86dcb1a3dd996826b32d8
parent3892bf22557a8203027714ef18693e347947c7ac (diff)
Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
configure.ac:37: warning: AC_OUTPUT should be used without arguments. configure.ac:37: 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 02a597f..cbaac68 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,8 @@ AC_ARG_WITH(cursorpath,
[XCURSORPATH="$DEF_CURSORPATH"])
AC_DEFINE_UNQUOTED([XCURSORPATH], ["$XCURSORPATH"])
-AC_OUTPUT([Makefile
+AC_CONFIG_FILES([Makefile
cursor/Makefile cursor/xcb-cursor.pc
xcb_util_intro
])
+AC_OUTPUT