Re: [sqlite] Version number in sqlite3.pc file

2008-06-05 Thread Richard Hipp
--- On Wed, 6/4/08, Nicolas Williams [EMAIL PROTECTED] wrote:
 I'm told that Firefox expects the full version number in
 the sqlite3.pc
 file, not just 3.5.
 
 Is this true?  If so, why does configure.ac strip out the
 micro number?
 

I don't know what the sqlite3.pc file is or what it is used for
so I have no idea why the last digit might or might not be stripped
from the version number.

My understanding is that firefox uses the amalgamation, not
anything generated from a configure script.  The SQLite amalgamation
is checked into their source tree.  So I am thinking that FF does
not care about the sqlite3.pc file.  But I am not an expert on
FF and might well be wrong about that.

D. Richard Hipp
[EMAIL PROTECTED]



  

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Version number in sqlite3.pc file

2008-06-05 Thread Shawn Wilsher
On Thu, Jun 5, 2008 at 11:08 AM, Richard Hipp [EMAIL PROTECTED] wrote:
 My understanding is that firefox uses the amalgamation, not
 anything generated from a configure script.  The SQLite amalgamation
 is checked into their source tree.  So I am thinking that FF does
 not care about the sqlite3.pc file.  But I am not an expert on
 FF and might well be wrong about that.
I think he might be referring to a configure check when mozilla is
compiled with the system sqlite.  This is STRONGLY DISCOURAGED, but
most linux distros use it anyway.

Cheers,

Shawn
Mozilla Developer
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Version number in sqlite3.pc file

2008-06-04 Thread Nicolas Williams
I'm told that Firefox expects the full version number in the sqlite3.pc
file, not just 3.5.

Is this true?  If so, why does configure.ac strip out the micro number?

(configure.ac does this:

VERSION=[`cat $srcdir/VERSION | sed 's/^\([0-9]*\.*[0-9]*\).*/\1/'`]

and substitutes the resulting $VERSION into sqlite3.pc.)

Nico
-- 
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users