blob: 358ffdd7ddf62d6ceb601103226e317d111db458 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$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
|