summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-09-27 23:43:35 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-09-27 23:51:03 -0700
commite93c377de48b8a3f28586334341f5d85953f26d3 (patch)
tree09812315152ce67d341287f874a7503de6a8747e /configure.ac
parentfdf93171dbccb6f9aa2eb2569a61d3cf790f0dc3 (diff)
downloadxscope-e93c377de48b8a3f28586334341f5d85953f26d3.tar.gz
Upgrade to xorg-macros 1.3 and XORG_DEFAULT_OPTIONS
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 4 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 9f1a922..9d1b513 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,12 +37,12 @@ AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)
-# Require xorg-macros: XORG_CWARNFLAGS, XORG_CHANGELOG, XORG_WITH_LINT
-m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.2 or later before running autoconf/autogen])])
-XORG_MACROS_VERSION(1.2)
+# Require xorg-macros: XORG_DEFAULT_OPTIONS, XORG_WITH_LINT
+m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.3 or later before running autoconf/autogen])])
+XORG_MACROS_VERSION(1.3)
AC_PROG_CC
-XORG_CWARNFLAGS
+XORG_DEFAULT_OPTIONS
AC_PROG_INSTALL
dnl Issue an error if xtrans.m4 was not found and XTRANS_CONNECTION_FLAGS macro
@@ -63,10 +63,6 @@ XSCOPE_CFLAGS="$XSCOPE_CFLAGS -DUSE_XTRANS"
AC_SUBST(XSCOPE_CFLAGS)
AC_SUBST(XSCOPE_LIBS)
-XORG_MANPAGE_SECTIONS
-XORG_RELEASE_VERSION
-XORG_CHANGELOG
-
dnl Allow checking code with lint, sparse, etc.
XORG_WITH_LINT