[PATCH input-keyboard 08/13] config: Upgrade X.Org macros to 1.4 for INSTALL file copying
Gaetan Nadon
memsize at videotron.ca
Wed May 12 10:11:24 PDT 2010
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 61c5065..718c3ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,10 +29,10 @@ AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR(.)
-# Require xorg-macros: XORG_DEFAULT_OPTIONS
+# Initialize X.Org macros
m4_ifndef([XORG_MACROS_VERSION],
- [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
-XORG_MACROS_VERSION(1.3)
+ [m4_fatal([must install xorg-macros 1.4 or later before running autoconf/autogen])])
+XORG_MACROS_VERSION(1.4)
XORG_DEFAULT_OPTIONS
AM_INIT_AUTOMAKE([foreign dist-bzip2])
--
1.6.0.4
More information about the xorg-devel
mailing list