[Mesa-dev] [PATCH 2/5] configure.ac: bump AC_PREREQ to 2.60
Matt Turner
mattst88 at gmail.com
Fri Dec 23 17:09:18 PST 2011
On Fri, Dec 23, 2011 at 8:06 PM, Kenneth Graunke <kenneth at whitecape.org> wrote:
> 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?
Truthfully, I do not know. Gaetan said it should be so when I sent the
my first iteration of the automake patch back in September:
http://lists.freedesktop.org/archives/mesa-dev/2011-September/012656.html
Matt
More information about the mesa-dev
mailing list