From 64df5e5fdef9c34bad4edf90ee5f489a5c519405 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 22 Sep 2013 16:58:27 -0400 Subject: Autoconf: minimum level required is 2.60 The minimum for all X.Org modules. Reviewed-by: Peter Hutterer Signed-off-by: Gaetan Nadon --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8837d69..5596b12 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # # Process this file with autoconf to produce a configure script -AC_PREREQ(2.57) +AC_PREREQ(2.60) AC_INIT([xf86-input-vmmouse], [13.0.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], -- cgit v1.2.3