diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-11-15 18:11:36 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-15 18:11:36 -0500 |
commit | 2c4b4950e7ef98d83a93672cdc55e4c86fdcf296 (patch) | |
tree | 37d55ac8ad51643c2619d083cdda2abbbbb44a61 | |
parent | 1b53cedb70a020ef99740bd8239f8a8304e53c33 (diff) |
configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
This macro aggregate a number of existing macros that sets commmon
X.Org components configuration options. It shields the configuration file from
future changes.
-rw-r--r-- | configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index a8b4fa4..ec7812f 100644 --- a/configure.ac +++ b/configure.ac @@ -27,12 +27,10 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE # Require xorg-macros: XORG_DEFAULT_OPTIONS -m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.3 or later before running autoconf/autogen])]) +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_CHANGELOG - AC_OUTPUT([Makefile randrproto.pc]) |