1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 06:08:38 -04:00

removed foolish message of util/getsqlite.pl

This commit is contained in:
Kenichi Ishigaki 2011-06-24 14:45:21 +00:00
parent 516a927ce3
commit b4162a1b04

View file

@ -43,11 +43,8 @@ print("done\n");
rm_rf('sqlite') || rm_rf("sqlite-$version_dotty") || rm_rf("sqlite-amalgamation-$version_dotty");
xsystem("tar zxvf sqlite.tar.gz");
chdir("sqlite") || chdir("sqlite-$version_dotty") || chdir("sqlite-amalgamation-$version_dotty") || chdir("sqlite-autoconf-$version")
|| die "SQLite directory not found. getsqlite.pl needs fixing to work for SQLite 3.7.5+,"
. " but meanwhile have a look at its source after line 48 and copy the primary files"
. " from the unpacked tarball over their counterparts in the root DBD::SQLite"
. " dir before you 'make': sqlite3.c, sqlite3.h, sqlite3ext.h, fts3_tokenizer.h";
chdir("sqlite") || chdir("sqlite-$version_dotty") || chdir("sqlite-amalgamation-$version_dotty") || chdir("sqlite-autoconf-$version") || chdir("sqlite-autoconf-$version_as_num")
|| die "SQLite directory not found.";