diff options
author | Fredrik Höglund <fredrik@kde.org> | 2006-03-31 18:43:09 +0000 |
---|---|---|
committer | Fredrik Höglund <fredrik@kde.org> | 2006-03-31 18:43:09 +0000 |
commit | a183fb1a70d48155b67d98fb4e4aaca825842f12 (patch) | |
tree | 2fd8613736b7a02068482ec3666bb369d416f970 /configure.ac | |
parent | 8bc4acacd1079637be310b71fb5b74a5b0717cc2 (diff) |
Update the package version number to 1.1. Require scrnsaverproto >= 1.1.libXScrnSaver-1_1_0XORG-7_1XORG-7_0_99_901
Update the manpage to document the new XScreenSaverSuspend function.
Add the implementation of XScreenSaverSuspend.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index fed340c..cb14797 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(libXScrnSaver, 1.0.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXScrnSaver) +AC_INIT(libXScrnSaver, 1.1.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXScrnSaver) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE @@ -34,7 +34,7 @@ AC_PROG_CC AC_PROG_LIBTOOL # Check for dependencies -PKG_CHECK_MODULES(XSCRNSAVER, x11 xext xextproto scrnsaverproto) +PKG_CHECK_MODULES(XSCRNSAVER, x11 xext xextproto [scrnsaverproto >= 1.1]) AC_SUBST(XSCRNSAVER_CFLAGS) AC_SUBST(XSCRNSAVER_LIBS) |