From b4162a1b04d538f4b35588ea40e1e35bc7d9c8a4 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Fri, 24 Jun 2011 14:45:21 +0000 Subject: [PATCH] removed foolish message of util/getsqlite.pl --- util/getsqlite.pl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/util/getsqlite.pl b/util/getsqlite.pl index 2dc5878..f3795a0 100644 --- a/util/getsqlite.pl +++ b/util/getsqlite.pl @@ -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.";