diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2010-01-15 21:16:53 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2010-01-15 21:16:53 -0800 |
commit | a6040d867412b88e0586665079b96c0725b0a42c (patch) | |
tree | f06f32433ff1f362b31f23a5fab33a1ed9be46cb | |
parent | 0ddbf8aa2a67fb7a6b06c00b5ce2a654bd41c8df (diff) |
Raise xorg-macros requirement to 1.4
Needed since the changes in f5eb18cefb774c5a5d43923d21b61c180a96b8ad
depend on the INSTALL file delivered in xorg-macros 1.4
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 3bf8d48..955676b 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) |