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

Reply via email to