diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-04-27 15:11:02 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-04-27 15:11:02 -0700 |
commit | 2dd7cd7508b459638a640905f8793ea85f41af82 (patch) | |
tree | bf345e39783a8142240b0d8f0f98c2a5ab52763a | |
parent | b6d8a1adec9f780826090fb923c54f16fd7f9ce7 (diff) |
Require xorg-macros 1.4 for XORG_INSTALL
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 6 |
1 files 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]) |