summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2010-02-10 01:48:44 +0100
committerJulien Cristau <jcristau@debian.org>2010-02-10 01:48:44 +0100
commit633a436d7b158f87d8973b5547236dc0ef485895 (patch)
treeea1a1ec45b64f4c9bbd6621ba7689e99b0c3d60c
parentb7af1cef38d1995289acd1f2c13580b378ec0fc9 (diff)
Bump xorg-macros requirement to 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 5b01f19..9054d34 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)
XORG_DEFAULT_OPTIONS
AM_CONFIG_HEADER(config.h)