From 2dd7cd7508b459638a640905f8793ea85f41af82 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 27 Apr 2010 15:11:02 -0700 Subject: [PATCH] Require xorg-macros 1.4 for XORG_INSTALL Signed-off-by: Alan Coopersmith --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index f3dbfd5..2f6fe7e 100644 --- a/configure.ac +++ b/configure.ac @@ -26,10 +26,10 @@ AC_INIT([xf86-video-siliconmotion], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-siliconmotion) -# Require xorg-macros: XORG_DEFAULT_OPTIONS +# Require xorg-macros 1.4 for XORG_DEFAULT_OPTIONS & XORG_INSTALL 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 AC_CONFIG_SRCDIR([Makefile.am]) -- GitLab