On Mar 31, 2009, at 7:27 PM, Mike Frysinger wrote:

> On Tuesday 31 March 2009 19:15:57 D. Richard Hipp wrote:
>> On Mar 31, 2009, at 7:06 PM, Zbigniew Baniewski wrote:
>>> On Tue, Mar 31, 2009 at 09:41:30AM -0400, D. Richard Hipp wrote:
>>>> SQLite version 3.6.12 is now available on the SQLite website
>>>
>>> ...and once again TCL module is flawed:
>>>
>>> #v+
>>> % package require sqlite3
>>> attempt to provide package sqlite3 3.6.12 failed: package sqlite3
>>> 3.6.11
>>> % provided instead
>>> #v-
>>
>> I don't understand that.  I can grep in the package for 3.6.11 and I
>> get no hits:
>>
>>     grep 3.6.11 * */*
>>
>> On the other hand, if I grep from 3.6.12, I get lots of hits.  So I  
>> do
>> not know where the package gets the idea that it is providing version
>> 3.6.11.
>
> the configure script isnt regenerated before the dist tarball is  
> made.  not
> sure how you're making releases, but `autoconf` needs to be part of  
> the
> process ...
> -mike

I think I did rerun autoconf.  Certainly if I "grep 3.6.12 configure"  
I get multiple hits, but if I run "grep 3.6.11 configure" I get nothing.


D. Richard Hipp
[email protected]



_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to