Fix --with-pbs for old openpbs-style build system

git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@64 3f5042e3-fb1d-0410-be18-d6ca2573e517
This commit is contained in:
gstaples 2006-07-22 00:41:52 +00:00
parent 2be518b826
commit ab503d1282
2 changed files with 0 additions and 4 deletions

2
configure vendored
View File

@ -2347,8 +2347,6 @@ if test "$PBSTARGETDIR" != 'FALSE'; then
PBSTARGETDIR=`$PBSTARGETDIR/pbs-config --prefix`
elif test -f "$PBSTARGETDIR"; then
PBSTARGETDIR=`$PBSTARGETDIR --prefix`
else
PBSTARGETDIR='/usr/local'
fi
if test "$RMTYPE" = ''; then
RMTYPE=PBS

View File

@ -147,8 +147,6 @@ if test "$PBSTARGETDIR" != 'FALSE'; then
PBSTARGETDIR=`$PBSTARGETDIR/pbs-config --prefix`
elif test -f "$PBSTARGETDIR"; then
PBSTARGETDIR=`$PBSTARGETDIR --prefix`
else
PBSTARGETDIR='/usr/local'
fi
if test "$RMTYPE" = ''; then
RMTYPE=PBS