summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-10-19 20:18:28 +0000
committerKeith Packard <keithp@keithp.com>2003-10-19 20:18:28 +0000
commit01a3405bb1c4338a07586e0a9e009dd08b0c5263 (patch)
treee6776c28f50c9dd33e7fb21064aa1ca4cd7e8f86 /configure.ac
parent0c9e4c7af3d366b99c98ba199bae92cf5873b388 (diff)
downloadxorg-proto-fixesproto-xfixes_2_branch.tar.gz
Update to version 2.0. Add dependency on xextensions package Add region requests and cursor namesxfixes_2_branch
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..199c666 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.1.2.1 2003-10-19 20:18:28 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])