diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2012-04-25 16:18:19 +0200 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2012-04-27 11:25:15 +0300 |
commit | 1ad5c8633cc52aef5aa8a58bf529859caa8d1bd9 (patch) | |
tree | f18ab03dca4c112eeb5d215dda9c757a67289bce | |
parent | b3caf8621d798ea3c5140b8adc193121c4c13c4a (diff) |
Distribution-agnostic XORG_MACROS_VERSION check message
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a97f477..a18910a 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ AC_CONFIG_HEADERS([config.h]) # Require xorg-macros: XORG_DEFAULT_OPTIONS m4_ifndef([XORG_MACROS_VERSION], - [m4_fatal([must install xorg-x11-util-macros 1.4 or later before running autoconf/autogen])]) + [m4_fatal([you must install X.Org util-macros 1.4 or later (or the corresponding package from your distribution) before running autoconf/autogen])]) XORG_MACROS_VERSION(1.4) XORG_DEFAULT_OPTIONS |