From 5aab704e9eabee9472d761e06141ff37b13536c1 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 22 Oct 2009 17:39:59 -0700 Subject: Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Signed-off-by: Alan Coopersmith --- configure.ac | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index ef20518..40267cb 100644 --- a/configure.ac +++ b/configure.ac @@ -25,13 +25,13 @@ AC_INIT(xorg-sgml-doctools,[1.2.99.901], [https://bugs.freedesktop.org/enter_bug AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE -# Require xorg-macros: XORG_RELEASE_VERSION, XORG_CHANGELOG -m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.2 or later before running autoconf/autogen])]) -XORG_MACROS_VERSION(1.2) -AC_PROG_INSTALL +# Require xorg-macros 1.3 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) +XORG_DEFAULT_OPTIONS -XORG_RELEASE_VERSION -XORG_CHANGELOG +AC_PROG_INSTALL AC_OUTPUT([ Makefile -- cgit v1.2.3