~ubuntu-branches/ubuntu/precise/libxxf86vm/precise

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): David Nusinow, Andres Salomon, Drew Parsons
  • Date: 2006-09-18 22:26:21 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060918222621-3wgjgjkz3qfrob7l
[ Andres Salomon ]
* Autoreconf w/ an updated xutils-dev so that manpages have the 'x'
  extension dropped.

[ Drew Parsons ]
* dbg package has priority extra.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ([2.57])
2
2
 
3
 
AC_INIT(libXxf86vm, 1.0.0, [xorg@lists.freedesktop.org], libXxf86vm)
 
3
AC_INIT(libXxf86vm, 1.0.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXxf86vm)
4
4
AM_INIT_AUTOMAKE([foreign dist-bzip2])
5
5
AM_MAINTAINER_MODE
6
6
 
13
13
# Checks for pkg-config packages
14
14
PKG_CHECK_MODULES(XXF86VM, xproto x11 xextproto xext xf86vidmodeproto)
15
15
 
 
16
XORG_CHECK_MALLOC_ZERO
 
17
XORG_MANPAGE_SECTIONS
 
18
XORG_RELEASE_VERSION
 
19
 
16
20
AC_OUTPUT([Makefile
17
21
           src/Makefile
18
22
           man/Makefile