Bump to 1.2.2
[xorg/xrandr] / configure.ac
1
2 dnl  Copyright 2005 Red Hat, Inc.
3 dnl 
4 dnl  Permission to use, copy, modify, distribute, and sell this software and its
5 dnl  documentation for any purpose is hereby granted without fee, provided that
6 dnl  the above copyright notice appear in all copies and that both that
7 dnl  copyright notice and this permission notice appear in supporting
8 dnl  documentation, and that the name of Red Hat not be used in
9 dnl  advertising or publicity pertaining to distribution of the software without
10 dnl  specific, written prior permission.  Red Hat makes no
11 dnl  representations about the suitability of this software for any purpose.  It
12 dnl  is provided "as is" without express or implied warranty.
13 dnl 
14 dnl  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
15 dnl  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
16 dnl  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
17 dnl  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
18 dnl  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
19 dnl  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20 dnl  PERFORMANCE OF THIS SOFTWARE.
21 dnl
22 dnl Process this file with autoconf to create configure.
23
24 AC_PREREQ([2.57])
25 AC_INIT(xrandr,[1.2.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xrandr)
26 AM_INIT_AUTOMAKE([dist-bzip2])
27 AM_MAINTAINER_MODE
28
29 AM_CONFIG_HEADER(config.h)
30
31 AC_PROG_CC
32 AC_PROG_INSTALL
33
34 # Checks for pkg-config packages
35 PKG_CHECK_MODULES(XRANDR, xrandr >= 1.2.0 xrender x11)
36 AC_SUBST(XRANDR_CFLAGS)
37 AC_SUBST(XRANDR_LIBS)
38
39 XORG_MANPAGE_SECTIONS
40 XORG_RELEASE_VERSION
41
42 AC_OUTPUT([Makefile])