[Xcb-commit] xcb/util-cursor: 2 commits - configure.ac

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jun 18 17:18:37 UTC 2022


 configure.ac |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 186fbd9c6faa817f5faf7b7fd287aa9af4dcd143
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jun 18 10:16:46 2022 -0700

    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 at oracle.com>

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
commit 3892bf22557a8203027714ef18693e347947c7ac
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jun 18 10:16:33 2022 -0700

    Build xz tarballs instead of bzip2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

diff --git a/configure.ac b/configure.ac
index 828a1bd..02a597f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_CONFIG_MACRO_DIR([m4])
 # to avoid autoconf errors.
 AC_USE_SYSTEM_EXTENSIONS
 
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
 AM_MAINTAINER_MODE
 
 AC_TYPE_SSIZE_T


More information about the xcb-commit mailing list