diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2010-01-15 22:42:54 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2010-01-15 22:42:54 -0800 |
commit | cb9c3a5ddad517f9386b195b7d710e6207618aeb (patch) | |
tree | 0b133dca957a60e5fdeacc161393696a2998cf18 | |
parent | fed4d1968a30356c42a07b48f9a1059e2b576c74 (diff) |
Raise xorg-macros requirement to 1.4
Needed since the changes in e0da3e548b7c5f3289fd43dd63f8c8e29285b55c
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 9c22604..cf3b9a3 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) |