summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-08-11 14:41:42 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2006-08-11 14:41:42 -0700
commit55f64a8a29094905b9f49be95ee576de4a2e1a46 (patch)
treec7a7aebab4ea408f1c7058a8bbb9cbdb9bdb8054
parentae43ecfcb85ad238b2a513d3caf400028b951019 (diff)
Require xorg-macros 1.1.0 or later for XORG_WITH_LINT & XORG_LINT_LIBRARY macros
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 79556ce..86809b8 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