[Mesa-dev] [PATCH 2/5] configure.ac: bump AC_PREREQ to 2.60
Kenneth Graunke
kenneth at whitecape.org
Fri Dec 23 17:06:02 PST 2011
On 12/23/2011 04:21 PM, Matt Turner wrote:
> ---
> configure.ac | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index c0d6882..0d75353 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1,6 +1,6 @@
> dnl Process this file with autoconf to create configure.
>
> -AC_PREREQ([2.59])
> +AC_PREREQ([2.60])
>
> dnl Versioning - scrape the version from configs/default
> m4_define([mesa_version],
I'm not opposed to this, but presumably you had some reason for doing
it. Care to explain in the commit message?
More information about the mesa-dev
mailing list