diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-22 17:39:59 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-22 17:39:59 -0700 |
commit | 5aab704e9eabee9472d761e06141ff37b13536c1 (patch) | |
tree | 400fe5fe28a7b85fcffe23b48328101bf5b0d735 /configure.ac | |
parent | 16f635fe5c3f1928df19dd2a5f06eb3ce5a62cd6 (diff) |
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 12 |
1 files 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 |