$NetBSD: patch-ab,v 1.9 2009/07/22 16:37:26 drochner Exp $ --- ../sqlite-2.8.17/configure.orig 2005-02-14 01:22:04.000000000 +0100 +++ ../sqlite-2.8.17/configure @@ -18376,8 +18376,8 @@ if test "$program_prefix" = "NONE"; then fi -if test -f VERSION; then - VERSION=`cat VERSION` +if test -f $srcdir/VERSION; then + VERSION=`cat $srcdir/VERSION` echo "Version set to $VERSION" fi