diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2010-01-07 09:53:07 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2010-01-07 09:53:07 -0800 |
commit | eb90d66bf80637ed3f4aceae7a004d117f915fcd (patch) | |
tree | 5ed35fd6c379f64e3d08e48fc60c779a520e5fb2 | |
parent | ffdbeb4d57344a6a8fdb76ccb9ac6690acba1bb4 (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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0f520b8..21c5d7c 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ 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) +XORG_MACROS_VERSION(1.4) XORG_DEFAULT_OPTIONS AM_CONFIG_HEADER(config.h) |