summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-18 09:30:44 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-18 09:30:44 -0800
commita8650b4007cc765be91c01f5ffe1f8e415e13b01 (patch)
treec9b5d8440f49738f40c3881f88f11dfe2d6094ba /configure.ac
parent2311be6042be376edbd36ebdbf7a73fbc7aa5332 (diff)
Switch to XORG_DEFAULT_NOCODE_OPTIONS
Stop running all sorts of compiler tests we don't need since there is no code in this module to compile. Requires xorg-macros 1.20. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index cc20e90..410d497 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,11 +27,11 @@ AC_CONFIG_SRCDIR([Makefile.am])
# Initialize Automake
AM_INIT_AUTOMAKE([foreign dist-xz])
-# Require X.Org macros 1.8 or later for AC_PROG_INSTALL
+# Require xorg-macros 1.20 or later: XORG_DEFAULT_NOCODE_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],
- [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
-XORG_MACROS_VERSION(1.8)
-XORG_DEFAULT_OPTIONS
+ [m4_fatal([must install xorg-macros 1.20 or later before running autoconf/autogen])])
+XORG_MACROS_VERSION(1.20)
+XORG_DEFAULT_NOCODE_OPTIONS
AC_SUBST([sgmlrootdir],['${datarootdir}/sgml'])
AC_SUBST([sgmlx11dir],['${sgmlrootdir}/X11'])