diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-04-07 15:47:34 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-04-07 15:47:34 +0000 |
commit | a91fd69df6734f971d2b2fd8a8a1913fb8cc3067 (patch) | |
tree | 713a6ca46dd068f519c69434331450b40a4be31c /app/xgamma/configure.ac | |
parent | c4094dd68d9b377d964a1ebb61b6ff9e6e16d5fe (diff) |
Update to xgamma 1.0.5
Diffstat (limited to 'app/xgamma/configure.ac')
-rw-r--r-- | app/xgamma/configure.ac | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app/xgamma/configure.ac b/app/xgamma/configure.ac index 283e6d1ff..6f79b2f1b 100644 --- a/app/xgamma/configure.ac +++ b/app/xgamma/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xgamma], [1.0.4], +AC_INIT([xgamma], [1.0.5], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xgamma]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) @@ -41,4 +41,7 @@ XORG_DEFAULT_OPTIONS # Checks for pkg-config packages PKG_CHECK_MODULES(XGAMMA, x11 xxf86vm) -AC_OUTPUT([Makefile]) +AC_CONFIG_FILES([ + Makefile + man/Makefile]) +AC_OUTPUT |