summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-19 09:06:08 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-19 09:06:08 -0800
commit5de6b2410a05a484b6135225e01891ff23bd1bc0 (patch)
tree09664c1763fe741aadb15b3d0cdae656277b1c5e
parente8234eaf135baafb9d363d13186ea692c160c2ce (diff)
config: upgrade to util-macros 1.8 and rely on it to call AC_PROG_CC
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac9
1 files changed, 3 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index c80d9d9..e3a724d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,13 +35,10 @@ AM_MAINTAINER_MODE
# Initialize libtool
AC_PROG_LIBTOOL
-# Require xorg-macros 1.3 or later: XORG_DEFAULT_OPTIONS
+# Require xorg-macros 1.8 or later: 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)
-
-# Check for progs
-AC_PROG_CC
+ [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
+XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
# Check for X