summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2010-01-12 10:46:38 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2010-01-12 10:51:35 -0800
commit7d8b4c16d9307f9fa984da7ac5cc00cb945cac09 (patch)
tree4f9a092783f6bfcca0957d3c32a6442ae122ab91
parentb69f12706abc728e9c16449f52f02ae0d3a0ee62 (diff)
Raise xorg-macros requirement to 1.4
Needed since the changes in a4a8f7b83afc9a46bc989c0eeb528a46b3a1db5d depend on the INSTALL file delivered in xorg-macros 1.4 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index aaf6730..b2f0922 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,8 +28,8 @@ AM_MAINTAINER_MODE
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],
- [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
-XORG_MACROS_VERSION(1.3)
+ [m4_fatal([must install xorg-macros 1.4 or later before running autoconf/autogen])])
+XORG_MACROS_VERSION(1.4)
AC_USE_SYSTEM_EXTENSIONS
XORG_DEFAULT_OPTIONS