diff options
Diffstat (limited to 'font/util/configure.ac')
-rw-r--r-- | font/util/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/font/util/configure.ac b/font/util/configure.ac index d0e3a2648..68515c61a 100644 --- a/font/util/configure.ac +++ b/font/util/configure.ac @@ -23,13 +23,13 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([font-util], [1.3.2], +AC_INIT([font-util], [1.3.3], [https://gitlab.freedesktop.org/xorg/font/util/issues], [font-util]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) # Initialize Automake -AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_INIT_AUTOMAKE([foreign dist-xz]) # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], |