summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2010-07-19 17:18:34 +0100
committerJulien Cristau <jcristau@debian.org>2010-07-19 17:18:58 +0100
commitad12e7a68f69fdc960170c0248f07df68f0fc476 (patch)
treecd6c702379bd6451e8486613b5cbef06a893d677
parentf8f0ec4955e51a2a420724f9bc2287d5a725cb39 (diff)
Require xorg-macros 1.4 for XORG_INSTALL
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 93b79ca..71f7a00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,8 +30,8 @@ AM_CONFIG_HEADER(config.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)
XORG_DEFAULT_OPTIONS
AC_PROG_CC