diff options
Diffstat (limited to 'app/bitmap/configure.ac')
-rw-r--r-- | app/bitmap/configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/bitmap/configure.ac b/app/bitmap/configure.ac index 2770deb37..9f84e2294 100644 --- a/app/bitmap/configure.ac +++ b/app/bitmap/configure.ac @@ -23,13 +23,13 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([bitmap], [1.0.9], +AC_INIT([bitmap], [1.1.0], [https://gitlab.freedesktop.org/xorg/app/bitmap/issues], [bitmap]) 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], @@ -68,4 +68,5 @@ AC_SUBST(appdefaultdir) AC_CONFIG_FILES([Makefile man/Makefile]) +AC_CONFIG_FILES([test/round-trip-test], [chmod +x test/round-trip-test]) AC_OUTPUT |