'Daniel Shahaf' <d...@daniel.shahaf.name> writes: > './get-deps.sh sqlite' works for me, right now.
When you run configure, if it can't find the right SQLite it prints out a message with a URL where you can fetch it. Last night, when I did this, that message was wrong -- the URL it pointed to didn't exist. That was what I was trying to fix. >How many places does the sqlite recommended versoin number live in? >get-deps.sh, build/ac-macros/sqlite.m4, and tools/dist/release.py? >May be nice to lose the duplication... or at least to index all those >places so we don't forget one of them when updating the others. I agree about the duplication of the version number, but it's a separate problem I think.