diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-08-28 10:32:24 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-08-28 10:32:24 +0000 |
commit | 2e779664d6e8e64db16ff008fe586c7b13764f8f (patch) | |
tree | ca0e11000a65e75a04f06e7bc8168df86cd81abe /app/twm/configure.ac | |
parent | b27a118369a169d24d2e942184c41588d5a97b20 (diff) |
Update to twm 1.0.7
Diffstat (limited to 'app/twm/configure.ac')
-rw-r--r-- | app/twm/configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/twm/configure.ac b/app/twm/configure.ac index 6f1cef730..09657a090 100644 --- a/app/twm/configure.ac +++ b/app/twm/configure.ac @@ -22,10 +22,11 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([twm], [1.0.6], +AC_INIT([twm], [1.0.7], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [twm]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) +AC_USE_SYSTEM_EXTENSIONS # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) @@ -49,7 +50,7 @@ AC_PROG_LEX AC_CHECK_FUNCS([mkstemp]) # Checks for pkg-config packages -PKG_CHECK_MODULES(TWM, x11 xext xt xmu ice sm) +PKG_CHECK_MODULES(TWM, x11 xext xt xmu ice sm xproto >= 7.0.17) AC_OUTPUT([Makefile src/Makefile |