[Xcb-commit] util-errors: 2 commits - configure.ac

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


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

New commits:
commit 4440550bafd3801d7fe6139382051addc4dcefb2
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jun 18 10:20:08 2022 -0700

    Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
    
    configure.ac:33: warning: AC_OUTPUT should be used without arguments.
    configure.ac:33: You should run autoupdate.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

diff --git a/configure.ac b/configure.ac
index ced3de4..65b8ee3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,7 @@ AC_SUBST(XCBPROTO_XCBINCLUDEDIR)
 XCBPROTO_VERSION=`$PKG_CONFIG --modversion xcb-proto`
 AC_SUBST(XCBPROTO_VERSION)
 
-AC_OUTPUT([Makefile
+AC_CONFIG_FILES([Makefile
 	xcb-errors.pc
 	])
+AC_OUTPUT
commit a40b2df701657a6e7c927f49cd151a2f04781dba
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jun 18 10:19:06 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 0379093..ced3de4 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 subdir-objects])
+AM_INIT_AUTOMAKE([foreign dist-xz subdir-objects])
 AM_MAINTAINER_MODE
 
 AC_TYPE_SSIZE_T


More information about the xcb-commit mailing list