~ubuntu-branches/ubuntu/natty/libxext/natty

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2011-02-07 22:19:09 UTC
  • mfrom: (1.1.8 upstream) (0.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110207221909-otjoabcpv4kgmiu5
Tags: 2:1.2.0-2
* Remove Brice Goglin and David Nusinow from Uploaders.  Thanks for your
  work!
* Bump Standards-Version to 3.9.1 (no changes).
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
AC_PREREQ([2.60])
5
5
AC_INIT([libXext],
6
 
        [1.1.2],
 
6
        [1.2.0],
7
7
        [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
8
8
        [libXext])
9
9
 
12
12
 
13
13
AM_MAINTAINER_MODE
14
14
 
15
 
# Require xorg-macros: XORG_DEFAULT_OPTIONS
 
15
# Require xorg-macros minimum of 1.10 for DocBook XML documentation
16
16
m4_ifndef([XORG_MACROS_VERSION],
17
 
          [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
18
 
XORG_MACROS_VERSION(1.3)
 
17
          [m4_fatal([must install xorg-macros 1.10 or later before running autoconf/autogen])])
 
18
XORG_MACROS_VERSION(1.10)
19
19
XORG_DEFAULT_OPTIONS
 
20
XORG_ENABLE_SPECS
 
21
XORG_WITH_XMLTO(0.0.20)
 
22
XORG_WITH_FOP
 
23
XORG_CHECK_SGML_DOCTOOLS(1.5)
20
24
AM_CONFIG_HEADER([config.h])
21
25
 
22
26
# Determine .so library version per platform 
47
51
 
48
52
XORG_CHECK_MALLOC_ZERO
49
53
 
50
 
# Man page processing requirements
51
 
XORG_PROG_RAWCPP
52
 
 
53
54
dnl Allow checking code with lint, sparse, etc.
54
55
XORG_WITH_LINT
55
56
XORG_LINT_LIBRARY([Xext])
57
58
AC_OUTPUT([Makefile
58
59
           man/Makefile
59
60
           src/Makefile
 
61
           specs/Makefile
60
62
           xext.pc])