From af043f32f4d719ff43e77ec3110a293f2169cd4f Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 20 Oct 2010 09:14:17 +0200 Subject: build: Require autoconf 2.60 The minimum version required to build X.Org modules is 2.60. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 56dee9f..5c41b5c 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # # Process this file with autoconf to produce a configure script -AC_PREREQ(2.57) +AC_PREREQ([2.60]) AC_INIT([xf86-video-glide], [1.0.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], -- cgit v1.2.3