Hi,
I'd like to suggest the attached patch for popt-1.13 in order that "make
check" succeeds for a VPATH build.
regards
Peter Breitenlohner <[EMAIL PROTECTED]>
Allow "make check" to succeed for a VPATH build
diff -ur popt-1.13.orig/testit.sh popt-1.13/testit.sh
--- popt-1.13.orig/testit.sh 2007-05-25 19:36:23.000000000 +0200
+++ popt-1.13/testit.sh 2008-01-08 18:53:34.000000000 +0100
@@ -39,7 +39,7 @@
}
builddir=`pwd`
-srcdir=$builddir
+srcdir=`dirname $0`
cd ${srcdir}
test1=${builddir}/test1
echo "Running tests in `pwd`"