summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-02 18:57:51 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-02 18:58:05 -0700
commitad173235db562b7f788ad82e5b4849c1519bd0b5 (patch)
tree6753baeed2db43190484f556a145bbff6c281aac
parentbbdc2ae4f4115332337460631911857cbadaf603 (diff)
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--configure.ac9
1 files changed, 4 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 7fa9070..fedf760 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,12 +28,11 @@ AC_INIT([CompositeProto], [0.4], [https://bugs.freedesktop.org/enter_bug.cgi?pro
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
-# Require xorg-macros: XORG_RELEASE_VERSION XORG_CHANGELOG
-m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.2 or later before running autoconf/autogen])])
-XORG_MACROS_VERSION(1.2)
+# Require xorg-macros: XORG_DEFAULT_OPTIONS
+m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.3 or later before running autoconf/autogen])])
+XORG_MACROS_VERSION(1.3)
-XORG_RELEASE_VERSION
-XORG_CHANGELOG
+XORG_DEFAULT_OPTIONS
AC_OUTPUT([Makefile
compositeproto.pc])