summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin-Éric Racine <q-funk@iki.fi>2010-02-11 21:38:59 +0200
committerMartin-Éric Racine <q-funk@iki.fi>2010-02-11 21:38:59 +0200
commitf67c4f57c06ce4800f2929f65f88b65e22499a65 (patch)
tree0154ca9d96fbc8dcc180556c6f2da282bc3c93b9 /configure.ac
parent10364d0f667c808641d62339c99564b401683612 (diff)
Bump the minimal xutils macro version to 1.4, as agreed with Gaetan Nadon.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4910dd8..6e62546 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,8 +33,8 @@ AC_CONFIG_AUX_DIR(.)
# Require xorg-macros: 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)
+ [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])