diff options
Diffstat (limited to 'app/appres/configure.ac')
-rw-r--r-- | app/appres/configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/appres/configure.ac b/app/appres/configure.ac index 32c22d3f4..341d73654 100644 --- a/app/appres/configure.ac +++ b/app/appres/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([appres], [1.0.6], +AC_INIT([appres], [1.0.7], [https://gitlab.freedesktop.org/xorg/app/appres/issues], [appres]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) @@ -40,6 +40,9 @@ XORG_DEFAULT_OPTIONS # Checks for pkg-config packages PKG_CHECK_MODULES(APPRES, [x11 xt xproto >= 7.0.17]) +# Substitute config variables in man pages +AC_CONFIG_FILES([man/appres.1:man/appres.man]) + AC_CONFIG_FILES([ Makefile man/Makefile]) |