diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-06-08 18:15:13 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-06-08 18:15:13 +0000 |
commit | cc82345429627253dc6258f5c7d5f202a421e83b (patch) | |
tree | ce53417ef2202ed7395646581c57509ca5717953 /driver/xf86-video-geode/configure.ac | |
parent | 82c3617fe62198602c2e63c95c72499eabecad6b (diff) |
Update to xf86-video-geode 2.11.15
Diffstat (limited to 'driver/xf86-video-geode/configure.ac')
-rw-r--r-- | driver/xf86-video-geode/configure.ac | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/driver/xf86-video-geode/configure.ac b/driver/xf86-video-geode/configure.ac index 4e9e83af2..f11443d6e 100644 --- a/driver/xf86-video-geode/configure.ac +++ b/driver/xf86-video-geode/configure.ac @@ -21,16 +21,17 @@ # 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], + [2.11.15], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver%2Fgeode], [xf86-video-geode], - [http://www.x.org/wiki/GeodeDriver]) + [http://www.x.org/wiki/GeodeDriver]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_AUX_DIR(.) +AC_CONFIG_MACRO_DIR([m4]) +AC_CONFIG_AUX_DIR([build-aux]) # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) |