Build outside of source fixes for TEST. We're in 0.80 land now.

This commit is contained in:
rocky
2007-12-28 02:11:01 +00:00
parent d9469c2d77
commit 05a512cfaa
7 changed files with 37 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/sh
#$Id: check_cd_read.sh,v 1.9 2007/11/16 22:25:08 flameeyes Exp $
#$Id: check_cd_read.sh,v 1.10 2007/12/28 02:11:01 rocky Exp $
#
# Copyright (C) 2003, 2005 Rocky Bernstein <rocky@panix.com>
#
@@ -23,7 +23,11 @@ if test -z $srcdir ; then
srcdir=`pwd`
fi
. check_common_fn
if test "X$top_builddir" = "X" ; then
top_builddir=`pwd`/..
fi
. ${top_builddir}/test/check_common_fn
if test ! -x ../src/cd-read ; then
exit 77