diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2010-01-29 23:03:51 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2010-01-29 23:05:00 -0800 |
commit | d351d89dd97e8b90e2b6a0421d8e976d22c8fb14 (patch) | |
tree | d30e0e204cb6afe7a8a7a4b58e71362e42f5842b | |
parent | 093a45093e98b08763c398fc36955ea4c9350edc (diff) |
Bump xorg-macros requirement to 1.4 for XORG_INSTALL changes
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 d53d54c..b74b685 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) |