2013-09-26 17:14:40 +02:00

16 lines
360 B
Plaintext

$NetBSD: patch-ab,v 1.10 2013/01/04 13:33:43 jperkin Exp $
--- configure.orig 2005-02-14 01:22:04.000000000 +0100
+++ 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