summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2010-01-12 09:18:15 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2010-01-14 08:03:20 -0800
commitdf559d8bc2238a2c369152fcb06e5b5ab132a5dc (patch)
treece30446cfb0bb7eeed354456813ce91fe7201250
parent9df349a7894725f9469b106af645f57f7f3f9af3 (diff)
Raise xorg-macros requirement to 1.4
Needed since the changes in 464390f16d7ed4aa5bf80f89863ba92273075ec2 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 58eae70a..0ed33cbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,8 +16,8 @@ AC_CONFIG_HEADER([include/X11/XlibConf.h])
# 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)
# Set common system defines for POSIX extensions, such as _GNU_SOURCE
# Must be called before any macros that run the compiler (like AC_PROG_LIBTOOL)