summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@evo.keithp.com>2006-02-24 02:23:27 +0100
committerKeith Packard <keithp@evo.keithp.com>2006-02-24 02:23:27 +0100
commit43de9d4e70b66eb6afb8d62ce1af6c100f5d7786 (patch)
tree1b9de0e87b8af3db1c233399003ac705ee679ee5 /configure.ac
parentce5d32236723e984c1e1a3d43d9d252c20092afe (diff)
downloadxorg-proto-fixesproto-43de9d4e70b66eb6afb8d62ce1af6c100f5d7786.tar.gz
Import changes from Xorg repository
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 923f97a..0136954 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,12 +24,12 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
-AC_INIT([fixesext], [3.0.0], [keithp@keithp.com], fixesext)
-AM_INIT_AUTOMAKE([dist-bzip2])
+AC_INIT([FixesProto], [3.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
-PKG_CHECK_MODULES(XEXTENSIONS, xextensions)
+XORG_RELEASE_VERSION
AC_OUTPUT([Makefile
- fixesext.pc])
+ fixesproto.pc])