$NetBSD: patch-ab,v 1.8 2005/02/24 16:05:25 wiz Exp $ --- ../sqlite-2.8.16/configure.orig 2005-02-14 01:22:04.000000000 +0100 +++ ../sqlite-2.8.16/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