diff options
author | Martin-Éric Racine <martin-eric.racine@iki.fi> | 2013-10-02 22:35:12 +0300 |
---|---|---|
committer | Martin-Éric Racine <martin-eric.racine@iki.fi> | 2013-10-02 22:35:12 +0300 |
commit | 7d9f923e15eca509cd61f4f01ebbb0b2bf49d73c (patch) | |
tree | eeafba6c44a8751ba5d48dd60f95f39bad904552 | |
parent | cb36826843017583aecbc77c4dbeb8ec5198c016 (diff) |
Bump AC_PREREQ to 2.60 as suggested by Gaetan Nadon
Signed-off-by: Martin-Éric Racine <martin-eric.racine@iki.fi>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0af4fb9..91c9042 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # Process this file with autoconf to produce a configure script # Initialize Autoconf -AC_PREREQ(2.59) +AC_PREREQ(2.60) AC_INIT([xf86-video-geode], [2.11.14], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver%2Fgeode], |