diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-07-24 13:14:04 -0700 |
---|---|---|
committer | Alan Coopersmith <alanc@alf.(none)> | 2006-07-24 13:14:04 -0700 |
commit | fab8b091936874b4a8077f490ec80abf7b092049 (patch) | |
tree | 550e0a79939ecfc99d19a705cc170e4ec5815018 | |
parent | 3399e7bed20680520b39ade782d7a33966d477ae (diff) |
Require xorg-macros 1.1.0 or later for XORG_WITH_LINT & XORG_LINT_LIBRARY macros
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3e911b7..5411946 100644 --- a/configure.ac +++ b/configure.ac @@ -30,6 +30,10 @@ AM_MAINTAINER_MODE AM_CONFIG_HEADER(config.h) +# Require xorg-macros version 1.1.0 or newer for XORG_WITH_LINT macro +m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.1 or later before running autoconf/autogen])]) +XORG_MACROS_VERSION(1.1) + AC_PROG_CC AC_PROG_INSTALL AC_PROG_LN_S |