summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-11-03 01:47:23 +0000
committerKeith Packard <keithp@keithp.com>2003-11-03 01:47:23 +0000
commit804a9fda12f70e66feac5e45bc8293a7e436689b (patch)
tree111a8bd6f3cf99627b269176d0381c9b90904263 /configure.ac
parent0c9e4c7af3d366b99c98ba199bae92cf5873b388 (diff)
downloadxorg-proto-fixesproto-804a9fda12f70e66feac5e45bc8293a7e436689b.tar.gz
Merge xfixes_2_branch back to head
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index aae3e8a..e6d464a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl
-dnl $Id: configure.ac,v 1.1 2003-10-09 01:48:22 keithp Exp $
+dnl $Id: configure.ac,v 1.2 2003-11-03 01:47:23 keithp Exp $
dnl
dnl Copyright © 2003 Keith Packard, Noah Levitt
dnl
@@ -24,10 +24,12 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
-AC_INIT([fixesext], [1.0], [keithp@keithp.com], fixesext)
+AC_INIT([fixesext], [2.0], [keithp@keithp.com], fixesext)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
+PKG_CHECK_MODULES(XEXTENSIONS, xextensions)
+
AC_OUTPUT([Makefile
fixesext.pc])