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

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


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

New commits:
commit 915821d47c7d6638a4c4cdfa766a540c3c6045aa
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jun 18 10:22:06 2022 -0700

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

diff --git a/configure.ac b/configure.ac
index fda866a..4f70ce9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,7 @@ XCB_UTIL_COMMON([1.4], [1.6])
 
 PKG_CHECK_MODULES(XPROTO, xproto >= 7.0.8)
 
-AC_OUTPUT([Makefile
+AC_CONFIG_FILES([Makefile
 	keysyms/Makefile keysyms/xcb-keysyms.pc
 	])
+AC_OUTPUT
commit b23e729d0e3553366af241f0583e6b7cccea57a3
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jun 18 10:21:52 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 826f388..fda866a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.59c)
 AC_INIT([xcb-util-keysyms],0.4.0,[xcb at lists.freedesktop.org])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-xz])
 AM_MAINTAINER_MODE
 
 XCB_UTIL_COMMON([1.4], [1.6])


More information about the xcb-commit mailing list