[Spice-devel] [PATCH] Distribution-agnostic XORG_MACROS_VERSION check message

Christophe Fergeau cfergeau at redhat.com
Wed Apr 25 07:18:19 PDT 2012


---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index a97f477..691e2c6 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 XOrg 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
 
-- 
1.7.10



More information about the Spice-devel mailing list