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:
parent
2be518b826
commit
ab503d1282
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user