#! /bin/sh

# From configure.in Revision











# Define a conditional.




# serial 40 AC_PROG_LIBTOOL




# AC_LIBTOOL_DLOPEN - enable checks for dlopen support


# AC_LIBTOOL_WIN32_DLL - declare package support for building win32 dll's


# AC_ENABLE_SHARED - implement the --enable-shared flag
# Usage: AC_ENABLE_SHARED[(DEFAULT)]
#   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
#   `yes'.


# AC_DISABLE_SHARED - set the default shared flag to --disable-shared


# AC_ENABLE_STATIC - implement the --enable-static flag
# Usage: AC_ENABLE_STATIC[(DEFAULT)]
#   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
#   `yes'.


# AC_DISABLE_STATIC - set the default static flag to --disable-static



# AC_ENABLE_FAST_INSTALL - implement the --enable-fast-install flag
# Usage: AC_ENABLE_FAST_INSTALL[(DEFAULT)]
#   Where DEFAULT is either `yes' or `no'.  If omitted, it defaults to
#   `yes'.


# AC_ENABLE_FAST_INSTALL - set the default to --disable-fast-install


# AC_PROG_LD - find the path to the GNU or non-GNU linker




# AC_PROG_NM - find the path to a BSD-compatible name lister


# AC_CHECK_LIBM - check for math library


# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
# the libltdl convenience library and INCLTDL to the include flags for
# the libltdl header and adds --enable-ltdl-convenience to the
# configure arguments.  Note that LIBLTDL and INCLTDL are not
# AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called.  If DIR is not
# provided, it is assumed to be `libltdl'.  LIBLTDL will be prefixed
# with '${top_builddir}/' and INCLTDL will be prefixed with
# '${top_srcdir}/' (note the single quotes!).  If your package is not
# flat and you're not using automake, define top_builddir and
# top_srcdir appropriately in the Makefiles.


# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
# the libltdl installable library and INCLTDL to the include flags for
# the libltdl header and adds --enable-ltdl-install to the configure
# arguments.  Note that LIBLTDL and INCLTDL are not AC_SUBSTed, nor is
# AC_CONFIG_SUBDIRS called.  If DIR is not provided and an installed
# libltdl is not found, it is assumed to be `libltdl'.  LIBLTDL will
# be prefixed with '${top_builddir}/' and INCLTDL will be prefixed
# with '${top_srcdir}/' (note the single quotes!).  If your package is
# not flat and you're not using automake, define top_builddir and
# top_srcdir appropriately in the Makefiles.
# In the future, this macro may have to be called after AC_PROG_LIBTOOL.




# Do all the work for Automake.  This macro actually does too much --
# some checks are only needed if your package does certain things.
# But this isn't really a big deal.

# serial 1




#
# Check to make sure that the build environment is sane.
#





# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13 
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
#
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.

# Defaults:
ac_help=
ac_default_prefix=/usr/local
# Any additions from configure.in:

# Initialize some variables set by options.
# The variables have the same names as the options, with
# dashes changed to underlines.
build=NONE
cache_file=./config.cache
exec_prefix=NONE
host=NONE
no_create=
nonopt=NONE
no_recursion=
prefix=NONE
program_prefix=NONE
program_suffix=NONE
program_transform_name=s,x,x,
silent=
site=
srcdir=
target=NONE
verbose=
x_includes=NONE
x_libraries=NONE
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
datadir='${prefix}/share'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
libdir='${exec_prefix}/lib'
includedir='${prefix}/include'
oldincludedir='/usr/include'
infodir='${prefix}/info'
mandir='${prefix}/man'

# Initialize some other variables.
subdirs=
MFLAGS= MAKEFLAGS=
SHELL=${CONFIG_SHELL-/bin/sh}
# Maximum number of lines to put in a shell here document.
ac_max_here_lines=12

ac_prev=
for ac_option
do

  # If the previous option needs an argument, assign it.
  if test -n "$ac_prev"; then
    eval "$ac_prev=\$ac_option"
    ac_prev=
    continue
  fi

  case "$ac_option" in
  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  *) ac_optarg= ;;
  esac

  # Accept the important Cygnus configure options, so we can diagnose typos.

  case "$ac_option" in

  -bindir | --bindir | --bindi | --bind | --bin | --bi)
    ac_prev=bindir ;;
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
    bindir="$ac_optarg" ;;

  -build | --build | --buil | --bui | --bu)
    ac_prev=build ;;
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
    build="$ac_optarg" ;;

  -cache-file | --cache-file | --cache-fil | --cache-fi \
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
    ac_prev=cache_file ;;
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
    cache_file="$ac_optarg" ;;

  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
    ac_prev=datadir ;;
  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  | --da=*)
    datadir="$ac_optarg" ;;

  -disable-* | --disable-*)
    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
    # Reject names that are not valid shell variable names.
    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
    fi
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
    eval "enable_${ac_feature}=no" ;;

  -enable-* | --enable-*)
    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
    # Reject names that are not valid shell variable names.
    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
    fi
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
    case "$ac_option" in
      *=*) ;;
      *) ac_optarg=yes ;;
    esac
    eval "enable_${ac_feature}='$ac_optarg'" ;;

  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  | --exec | --exe | --ex)
    ac_prev=exec_prefix ;;
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  | --exec=* | --exe=* | --ex=*)
    exec_prefix="$ac_optarg" ;;

  -gas | --gas | --ga | --g)
    # Obsolete; use --with-gas.
    with_gas=yes ;;

  -help | --help | --hel | --he)
    # Omit some internal or obsolete options to make the list less imposing.
    # This message is too long to be a string in the A/UX 3.1 sh.
    cat << EOF
Usage: configure [options] [host]
Options: [defaults in brackets after descriptions]
Configuration:
  --cache-file=FILE       cache test results in FILE
  --help                  print this message
  --no-create             do not create output files
  --quiet, --silent       do not print \`checking...' messages
  --version               print the version of autoconf that created configure
Directory and file names:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [$ac_default_prefix]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [same as prefix]
  --bindir=DIR            user executables in DIR [EPREFIX/bin]
  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  --datadir=DIR           read-only architecture-independent data in DIR
                          [PREFIX/share]
  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
                          [PREFIX/com]
  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  --includedir=DIR        C header files in DIR [PREFIX/include]
  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  --infodir=DIR           info documentation in DIR [PREFIX/info]
  --mandir=DIR            man documentation in DIR [PREFIX/man]
  --srcdir=DIR            find the sources in DIR [configure dir or ..]
  --program-prefix=PREFIX prepend PREFIX to installed program names
  --program-suffix=SUFFIX append SUFFIX to installed program names
  --program-transform-name=PROGRAM
                          run sed PROGRAM on installed program names
EOF
    cat << EOF
Host type:
  --build=BUILD           configure for building on BUILD [BUILD=HOST]
  --host=HOST             configure for HOST [guessed]
  --target=TARGET         configure for TARGET [TARGET=HOST]
Features and packages:
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --x-includes=DIR        X include files are in DIR
  --x-libraries=DIR       X library files are in DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and --with options recognized:$ac_help"
    fi
    exit 0 ;;

  -host | --host | --hos | --ho)
    ac_prev=host ;;
  -host=* | --host=* | --hos=* | --ho=*)
    host="$ac_optarg" ;;

  -includedir | --includedir | --includedi | --included | --include \
  | --includ | --inclu | --incl | --inc)
    ac_prev=includedir ;;
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  | --includ=* | --inclu=* | --incl=* | --inc=*)
    includedir="$ac_optarg" ;;

  -infodir | --infodir | --infodi | --infod | --info | --inf)
    ac_prev=infodir ;;
  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
    infodir="$ac_optarg" ;;

  -libdir | --libdir | --libdi | --libd)
    ac_prev=libdir ;;
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
    libdir="$ac_optarg" ;;

  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  | --libexe | --libex | --libe)
    ac_prev=libexecdir ;;
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  | --libexe=* | --libex=* | --libe=*)
    libexecdir="$ac_optarg" ;;

  -localstatedir | --localstatedir | --localstatedi | --localstated \
  | --localstate | --localstat | --localsta | --localst \
  | --locals | --local | --loca | --loc | --lo)
    ac_prev=localstatedir ;;
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
    localstatedir="$ac_optarg" ;;

  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
    ac_prev=mandir ;;
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
    mandir="$ac_optarg" ;;

  -nfp | --nfp | --nf)
    # Obsolete; use --without-fp.
    with_fp=no ;;

  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  | --no-cr | --no-c)
    no_create=yes ;;

  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
    no_recursion=yes ;;

  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  | --oldin | --oldi | --old | --ol | --o)
    ac_prev=oldincludedir ;;
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    oldincludedir="$ac_optarg" ;;

  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
    ac_prev=prefix ;;
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    prefix="$ac_optarg" ;;

  -program-prefix | --program-prefix | --program-prefi | --program-pref \
  | --program-pre | --program-pr | --program-p)
    ac_prev=program_prefix ;;
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
    program_prefix="$ac_optarg" ;;

  -program-suffix | --program-suffix | --program-suffi | --program-suff \
  | --program-suf | --program-su | --program-s)
    ac_prev=program_suffix ;;
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
    program_suffix="$ac_optarg" ;;

  -program-transform-name | --program-transform-name \
  | --program-transform-nam | --program-transform-na \
  | --program-transform-n | --program-transform- \
  | --program-transform | --program-transfor \
  | --program-transfo | --program-transf \
  | --program-trans | --program-tran \
  | --progr-tra | --program-tr | --program-t)
    ac_prev=program_transform_name ;;
  -program-transform-name=* | --program-transform-name=* \
  | --program-transform-nam=* | --program-transform-na=* \
  | --program-transform-n=* | --program-transform-=* \
  | --program-transform=* | --program-transfor=* \
  | --program-transfo=* | --program-transf=* \
  | --program-trans=* | --program-tran=* \
  | --progr-tra=* | --program-tr=* | --program-t=*)
    program_transform_name="$ac_optarg" ;;

  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  | -silent | --silent | --silen | --sile | --sil)
    silent=yes ;;

  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
    ac_prev=sbindir ;;
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  | --sbi=* | --sb=*)
    sbindir="$ac_optarg" ;;

  -sharedstatedir | --sharedstatedir | --sharedstatedi \
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  | --sharedst | --shareds | --shared | --share | --shar \
  | --sha | --sh)
    ac_prev=sharedstatedir ;;
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  | --sha=* | --sh=*)
    sharedstatedir="$ac_optarg" ;;

  -site | --site | --sit)
    ac_prev=site ;;
  -site=* | --site=* | --sit=*)
    site="$ac_optarg" ;;

  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    ac_prev=srcdir ;;
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
    srcdir="$ac_optarg" ;;

  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  | --syscon | --sysco | --sysc | --sys | --sy)
    ac_prev=sysconfdir ;;
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
    sysconfdir="$ac_optarg" ;;

  -target | --target | --targe | --targ | --tar | --ta | --t)
    ac_prev=target ;;
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
    target="$ac_optarg" ;;

  -v | -verbose | --verbose | --verbos | --verbo | --verb)
    verbose=yes ;;

  -version | --version | --versio | --versi | --vers)
    echo "configure generated by autoconf version 2.13"
    exit 0 ;;

  -with-* | --with-*)
    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
    # Reject names that are not valid shell variable names.
    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
    fi
    ac_package=`echo $ac_package| sed 's/-/_/g'`
    case "$ac_option" in
      *=*) ;;
      *) ac_optarg=yes ;;
    esac
    eval "with_${ac_package}='$ac_optarg'" ;;

  -without-* | --without-*)
    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
    # Reject names that are not valid shell variable names.
    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
    fi
    ac_package=`echo $ac_package| sed 's/-/_/g'`
    eval "with_${ac_package}=no" ;;

  --x)
    # Obsolete; use --with-x.
    with_x=yes ;;

  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  | --x-incl | --x-inc | --x-in | --x-i)
    ac_prev=x_includes ;;
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
    x_includes="$ac_optarg" ;;

  -x-libraries | --x-libraries | --x-librarie | --x-librari \
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
    ac_prev=x_libraries ;;
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
    x_libraries="$ac_optarg" ;;

  -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
    ;;

  *)
    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
      echo "configure: warning: $ac_option: invalid host type" 1>&2
    fi
    if test "x$nonopt" != xNONE; then
      { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
    fi
    nonopt="$ac_option"
    ;;

  esac
done

if test -n "$ac_prev"; then
  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
fi

trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15

# File descriptor usage:
# 0 standard input
# 1 file creation
# 2 errors and warnings
# 3 some systems may open it to /dev/tty
# 4 used on the Kubota Titan
# 6 checking for... messages and results
# 5 compiler messages saved in config.log
if test "$silent" = yes; then
  exec 6>/dev/null
else
  exec 6>&1
fi
exec 5>./config.log

echo "\
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
" 1>&5

# Strip out --no-create and --no-recursion so they do not pile up.
# Also quote any args containing shell metacharacters.
ac_configure_args=
for ac_arg
do
  case "$ac_arg" in
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  | --no-cr | --no-c) ;;
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  esac
done

# NLS nuisances.
# Only set these to C if already set.  These must not be set unconditionally
# because not all systems understand e.g. LANG=C (notably SCO).
# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
# Non-C LC_CTYPE values break the ctype check.
if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi

# confdefs.h avoids OS command line length limits that DEFS can exceed.
rm -rf conftest* confdefs.h
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
echo > confdefs.h

# A filename unique to this package, relative to the directory that
# configure is in, which we can look for to find out if srcdir is correct.
ac_unique_file=globus-sh-tools.sh.in

# Find the source files, if location was not specified.
if test -z "$srcdir"; then
  ac_srcdir_defaulted=yes
  # Try the directory containing this script, then its parent.
  ac_prog=$0
  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  srcdir=$ac_confdir
  if test ! -r $srcdir/$ac_unique_file; then
    srcdir=..
  fi
else
  ac_srcdir_defaulted=no
fi
if test ! -r $srcdir/$ac_unique_file; then
  if test "$ac_srcdir_defaulted" = yes; then
    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  else
    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  fi
fi
srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`

# Prefer explicitly selected file to automatically selected ones.
if test -z "$CONFIG_SITE"; then
  if test "x$prefix" != xNONE; then
    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  else
    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  fi
fi
for ac_site_file in $CONFIG_SITE; do
  if test -r "$ac_site_file"; then
    echo "loading site script $ac_site_file"
    . "$ac_site_file"
  fi
done

if test -r "$cache_file"; then
  echo "loading cache $cache_file"
  . $cache_file
else
  echo "creating cache $cache_file"
  > $cache_file
fi

ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cc_cross

ac_exeext=
ac_objext=o
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
    ac_n= ac_c='
' ac_t='	'
  else
    ac_n=-n ac_c= ac_t=
  fi
else
  ac_n= ac_c='\c' ac_t=
fi



# checking for the GLOBUS_LOCATION

if test "x$GLOBUS_LOCATION" = "x"; then
    echo "ERROR Please specify GLOBUS_LOCATION" >&2
    exit 1
fi

prefix='$(GLOBUS_LOCATION)'
exec_prefix='$(GLOBUS_LOCATION)'

if test "x$PERL" = "x"; then
        # Extract the first word of "perl", so it can be a program name with args.
set dummy perl; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:651: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$PERL" in
  /*)
  ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_PERL="$PERL" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_PERL="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
PERL="$ac_cv_path_PERL"
if test -n "$PERL"; then
  echo "$ac_t""$PERL" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

fi

if test "x$SH" = "x"; then
	for ac_prog in sh bsh
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:691: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_SH'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$SH" in
  /*)
  ac_cv_path_SH="$SH" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_SH="$SH" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="/bin:/usr/bin:${PATH}"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_SH="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
SH="$ac_cv_path_SH"
if test -n "$SH"; then
  echo "$ac_t""$SH" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

test -n "$SH" && break
done
test -n "$SH" || SH="/bin/sh"

   	# Extract the first word of "ksh", so it can be a program name with args.
set dummy ksh; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:730: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_TMPKSH'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$TMPKSH" in
  /*)
  ac_cv_path_TMPKSH="$TMPKSH" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_TMPKSH="$TMPKSH" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_TMPKSH="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
TMPKSH="$ac_cv_path_TMPKSH"
if test -n "$TMPKSH"; then
  echo "$ac_t""$TMPKSH" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

   	# Extract the first word of "bash", so it can be a program name with args.
set dummy bash; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:765: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_TMPBASH'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$TMPBASH" in
  /*)
  ac_cv_path_TMPBASH="$TMPBASH" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_TMPBASH="$TMPBASH" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_TMPBASH="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
TMPBASH="$ac_cv_path_TMPBASH"
if test -n "$TMPBASH"; then
  echo "$ac_t""$TMPBASH" 1>&6
else
  echo "$ac_t""no" 1>&6
fi


   	   	   	   	   	   		
	case "$target" in
		mips-sgi-irix* )
			SH=${TMPKSH}
			;;
    	*bsd* )
        	if test -n ${TMPBASH};  then
	    		SH=${TMPBASH}
			fi
			;;
    	i*86-*-cygwin* )
        	if test -n ${TMPBASH};  then
           		SH=${TMPBASH}
			fi
			;;
    	*dec* )
        	if test -x /usr/bin/posix/sh; then
	   			SH=/usr/bin/posix/sh
			fi
			;;
	esac
fi




# Extract the first word of "awk", so it can be a program name with args.
set dummy awk; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:827: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_AWK'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_AWK" in
  /*)
  ac_cv_path_GLOBUS_SH_AWK="$GLOBUS_SH_AWK" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_AWK="$GLOBUS_SH_AWK" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_AWK="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_AWK="$ac_cv_path_GLOBUS_SH_AWK"
if test -n "$GLOBUS_SH_AWK"; then
  echo "$ac_t""$GLOBUS_SH_AWK" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "autoconf", so it can be a program name with args.
set dummy autoconf; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:862: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_AUTOCONF'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_AUTOCONF" in
  /*)
  ac_cv_path_GLOBUS_SH_AUTOCONF="$GLOBUS_SH_AUTOCONF" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_AUTOCONF="$GLOBUS_SH_AUTOCONF" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_AUTOCONF="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_AUTOCONF="$ac_cv_path_GLOBUS_SH_AUTOCONF"
if test -n "$GLOBUS_SH_AUTOCONF"; then
  echo "$ac_t""$GLOBUS_SH_AUTOCONF" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "basename", so it can be a program name with args.
set dummy basename; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:897: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_BASENAME'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_BASENAME" in
  /*)
  ac_cv_path_GLOBUS_SH_BASENAME="$GLOBUS_SH_BASENAME" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_BASENAME="$GLOBUS_SH_BASENAME" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_BASENAME="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_BASENAME="$ac_cv_path_GLOBUS_SH_BASENAME"
if test -n "$GLOBUS_SH_BASENAME"; then
  echo "$ac_t""$GLOBUS_SH_BASENAME" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "cat", so it can be a program name with args.
set dummy cat; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:932: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_CAT'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_CAT" in
  /*)
  ac_cv_path_GLOBUS_SH_CAT="$GLOBUS_SH_CAT" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_CAT="$GLOBUS_SH_CAT" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_CAT="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_CAT="$ac_cv_path_GLOBUS_SH_CAT"
if test -n "$GLOBUS_SH_CAT"; then
  echo "$ac_t""$GLOBUS_SH_CAT" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "chgrp", so it can be a program name with args.
set dummy chgrp; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:967: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_CHGRP'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_CHGRP" in
  /*)
  ac_cv_path_GLOBUS_SH_CHGRP="$GLOBUS_SH_CHGRP" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_CHGRP="$GLOBUS_SH_CHGRP" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_CHGRP="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_CHGRP="$ac_cv_path_GLOBUS_SH_CHGRP"
if test -n "$GLOBUS_SH_CHGRP"; then
  echo "$ac_t""$GLOBUS_SH_CHGRP" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "chmod", so it can be a program name with args.
set dummy chmod; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1002: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_CHMOD'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_CHMOD" in
  /*)
  ac_cv_path_GLOBUS_SH_CHMOD="$GLOBUS_SH_CHMOD" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_CHMOD="$GLOBUS_SH_CHMOD" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_CHMOD="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_CHMOD="$ac_cv_path_GLOBUS_SH_CHMOD"
if test -n "$GLOBUS_SH_CHMOD"; then
  echo "$ac_t""$GLOBUS_SH_CHMOD" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "chown", so it can be a program name with args.
set dummy chown; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1037: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_CHOWN'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_CHOWN" in
  /*)
  ac_cv_path_GLOBUS_SH_CHOWN="$GLOBUS_SH_CHOWN" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_CHOWN="$GLOBUS_SH_CHOWN" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_CHOWN="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_CHOWN="$ac_cv_path_GLOBUS_SH_CHOWN"
if test -n "$GLOBUS_SH_CHOWN"; then
  echo "$ac_t""$GLOBUS_SH_CHOWN" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "clear", so it can be a program name with args.
set dummy clear; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1072: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_CLEAR'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_CLEAR" in
  /*)
  ac_cv_path_GLOBUS_SH_CLEAR="$GLOBUS_SH_CLEAR" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_CLEAR="$GLOBUS_SH_CLEAR" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_CLEAR="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_CLEAR="$ac_cv_path_GLOBUS_SH_CLEAR"
if test -n "$GLOBUS_SH_CLEAR"; then
  echo "$ac_t""$GLOBUS_SH_CLEAR" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "cp", so it can be a program name with args.
set dummy cp; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1107: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_CP'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_CP" in
  /*)
  ac_cv_path_GLOBUS_SH_CP="$GLOBUS_SH_CP" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_CP="$GLOBUS_SH_CP" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_CP="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_CP="$ac_cv_path_GLOBUS_SH_CP"
if test -n "$GLOBUS_SH_CP"; then
  echo "$ac_t""$GLOBUS_SH_CP" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "cut", so it can be a program name with args.
set dummy cut; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1142: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_CUT'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_CUT" in
  /*)
  ac_cv_path_GLOBUS_SH_CUT="$GLOBUS_SH_CUT" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_CUT="$GLOBUS_SH_CUT" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_CUT="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_CUT="$ac_cv_path_GLOBUS_SH_CUT"
if test -n "$GLOBUS_SH_CUT"; then
  echo "$ac_t""$GLOBUS_SH_CUT" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "cvs", so it can be a program name with args.
set dummy cvs; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1177: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_CVS'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_CVS" in
  /*)
  ac_cv_path_GLOBUS_SH_CVS="$GLOBUS_SH_CVS" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_CVS="$GLOBUS_SH_CVS" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_CVS="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_CVS="$ac_cv_path_GLOBUS_SH_CVS"
if test -n "$GLOBUS_SH_CVS"; then
  echo "$ac_t""$GLOBUS_SH_CVS" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "date", so it can be a program name with args.
set dummy date; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1212: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_DATE'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_DATE" in
  /*)
  ac_cv_path_GLOBUS_SH_DATE="$GLOBUS_SH_DATE" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_DATE="$GLOBUS_SH_DATE" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_DATE="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_DATE="$ac_cv_path_GLOBUS_SH_DATE"
if test -n "$GLOBUS_SH_DATE"; then
  echo "$ac_t""$GLOBUS_SH_DATE" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "df", so it can be a program name with args.
set dummy df; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1247: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_DF'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_DF" in
  /*)
  ac_cv_path_GLOBUS_SH_DF="$GLOBUS_SH_DF" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_DF="$GLOBUS_SH_DF" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_DF="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_DF="$ac_cv_path_GLOBUS_SH_DF"
if test -n "$GLOBUS_SH_DF"; then
  echo "$ac_t""$GLOBUS_SH_DF" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "diff", so it can be a program name with args.
set dummy diff; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1282: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_DIFF'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_DIFF" in
  /*)
  ac_cv_path_GLOBUS_SH_DIFF="$GLOBUS_SH_DIFF" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_DIFF="$GLOBUS_SH_DIFF" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_DIFF="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_DIFF="$ac_cv_path_GLOBUS_SH_DIFF"
if test -n "$GLOBUS_SH_DIFF"; then
  echo "$ac_t""$GLOBUS_SH_DIFF" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "dirname", so it can be a program name with args.
set dummy dirname; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1317: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_DIRNAME'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_DIRNAME" in
  /*)
  ac_cv_path_GLOBUS_SH_DIRNAME="$GLOBUS_SH_DIRNAME" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_DIRNAME="$GLOBUS_SH_DIRNAME" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_DIRNAME="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_DIRNAME="$ac_cv_path_GLOBUS_SH_DIRNAME"
if test -n "$GLOBUS_SH_DIRNAME"; then
  echo "$ac_t""$GLOBUS_SH_DIRNAME" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "expr", so it can be a program name with args.
set dummy expr; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1352: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_EXPR'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_EXPR" in
  /*)
  ac_cv_path_GLOBUS_SH_EXPR="$GLOBUS_SH_EXPR" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_EXPR="$GLOBUS_SH_EXPR" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_EXPR="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_EXPR="$ac_cv_path_GLOBUS_SH_EXPR"
if test -n "$GLOBUS_SH_EXPR"; then
  echo "$ac_t""$GLOBUS_SH_EXPR" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "finger", so it can be a program name with args.
set dummy finger; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1387: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_FINGER'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_FINGER" in
  /*)
  ac_cv_path_GLOBUS_SH_FINGER="$GLOBUS_SH_FINGER" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_FINGER="$GLOBUS_SH_FINGER" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_FINGER="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_FINGER="$ac_cv_path_GLOBUS_SH_FINGER"
if test -n "$GLOBUS_SH_FINGER"; then
  echo "$ac_t""$GLOBUS_SH_FINGER" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "grep", so it can be a program name with args.
set dummy grep; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1422: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_GREP'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_GREP" in
  /*)
  ac_cv_path_GLOBUS_SH_GREP="$GLOBUS_SH_GREP" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_GREP="$GLOBUS_SH_GREP" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_GREP="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_GREP="$ac_cv_path_GLOBUS_SH_GREP"
if test -n "$GLOBUS_SH_GREP"; then
  echo "$ac_t""$GLOBUS_SH_GREP" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "groups", so it can be a program name with args.
set dummy groups; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1457: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_GROUPS'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_GROUPS" in
  /*)
  ac_cv_path_GLOBUS_SH_GROUPS="$GLOBUS_SH_GROUPS" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_GROUPS="$GLOBUS_SH_GROUPS" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_GROUPS="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_GROUPS="$ac_cv_path_GLOBUS_SH_GROUPS"
if test -n "$GLOBUS_SH_GROUPS"; then
  echo "$ac_t""$GLOBUS_SH_GROUPS" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "gzip", so it can be a program name with args.
set dummy gzip; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1492: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_GZIP'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_GZIP" in
  /*)
  ac_cv_path_GLOBUS_SH_GZIP="$GLOBUS_SH_GZIP" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_GZIP="$GLOBUS_SH_GZIP" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_GZIP="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_GZIP="$ac_cv_path_GLOBUS_SH_GZIP"
if test -n "$GLOBUS_SH_GZIP"; then
  echo "$ac_t""$GLOBUS_SH_GZIP" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "head", so it can be a program name with args.
set dummy head; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1527: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_HEAD'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_HEAD" in
  /*)
  ac_cv_path_GLOBUS_SH_HEAD="$GLOBUS_SH_HEAD" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_HEAD="$GLOBUS_SH_HEAD" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_HEAD="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_HEAD="$ac_cv_path_GLOBUS_SH_HEAD"
if test -n "$GLOBUS_SH_HEAD"; then
  echo "$ac_t""$GLOBUS_SH_HEAD" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "hostid", so it can be a program name with args.
set dummy hostid; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1562: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_HOSTID'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_HOSTID" in
  /*)
  ac_cv_path_GLOBUS_SH_HOSTID="$GLOBUS_SH_HOSTID" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_HOSTID="$GLOBUS_SH_HOSTID" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_HOSTID="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_HOSTID="$ac_cv_path_GLOBUS_SH_HOSTID"
if test -n "$GLOBUS_SH_HOSTID"; then
  echo "$ac_t""$GLOBUS_SH_HOSTID" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "hostname", so it can be a program name with args.
set dummy hostname; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1597: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_HOSTNAME'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_HOSTNAME" in
  /*)
  ac_cv_path_GLOBUS_SH_HOSTNAME="$GLOBUS_SH_HOSTNAME" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_HOSTNAME="$GLOBUS_SH_HOSTNAME" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_HOSTNAME="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_HOSTNAME="$ac_cv_path_GLOBUS_SH_HOSTNAME"
if test -n "$GLOBUS_SH_HOSTNAME"; then
  echo "$ac_t""$GLOBUS_SH_HOSTNAME" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "ifconfig", so it can be a program name with args.
set dummy ifconfig; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1632: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_IFCONFIG'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_IFCONFIG" in
  /*)
  ac_cv_path_GLOBUS_SH_IFCONFIG="$GLOBUS_SH_IFCONFIG" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_IFCONFIG="$GLOBUS_SH_IFCONFIG" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_IFCONFIG="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_IFCONFIG="$ac_cv_path_GLOBUS_SH_IFCONFIG"
if test -n "$GLOBUS_SH_IFCONFIG"; then
  echo "$ac_t""$GLOBUS_SH_IFCONFIG" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "kill", so it can be a program name with args.
set dummy kill; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1667: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_KILL'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_KILL" in
  /*)
  ac_cv_path_GLOBUS_SH_KILL="$GLOBUS_SH_KILL" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_KILL="$GLOBUS_SH_KILL" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_KILL="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_KILL="$ac_cv_path_GLOBUS_SH_KILL"
if test -n "$GLOBUS_SH_KILL"; then
  echo "$ac_t""$GLOBUS_SH_KILL" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "ln", so it can be a program name with args.
set dummy ln; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1702: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_LN'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_LN" in
  /*)
  ac_cv_path_GLOBUS_SH_LN="$GLOBUS_SH_LN" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_LN="$GLOBUS_SH_LN" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_LN="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_LN="$ac_cv_path_GLOBUS_SH_LN"
if test -n "$GLOBUS_SH_LN"; then
  echo "$ac_t""$GLOBUS_SH_LN" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "ls", so it can be a program name with args.
set dummy ls; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1737: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_LS'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_LS" in
  /*)
  ac_cv_path_GLOBUS_SH_LS="$GLOBUS_SH_LS" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_LS="$GLOBUS_SH_LS" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_LS="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_LS="$ac_cv_path_GLOBUS_SH_LS"
if test -n "$GLOBUS_SH_LS"; then
  echo "$ac_t""$GLOBUS_SH_LS" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "mkdir", so it can be a program name with args.
set dummy mkdir; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1772: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_MKDIR'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_MKDIR" in
  /*)
  ac_cv_path_GLOBUS_SH_MKDIR="$GLOBUS_SH_MKDIR" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_MKDIR="$GLOBUS_SH_MKDIR" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_MKDIR="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_MKDIR="$ac_cv_path_GLOBUS_SH_MKDIR"
if test -n "$GLOBUS_SH_MKDIR"; then
  echo "$ac_t""$GLOBUS_SH_MKDIR" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "mkfifo", so it can be a program name with args.
set dummy mkfifo; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1807: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_MKFIFO'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_MKFIFO" in
  /*)
  ac_cv_path_GLOBUS_SH_MKFIFO="$GLOBUS_SH_MKFIFO" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_MKFIFO="$GLOBUS_SH_MKFIFO" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_MKFIFO="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_MKFIFO="$ac_cv_path_GLOBUS_SH_MKFIFO"
if test -n "$GLOBUS_SH_MKFIFO"; then
  echo "$ac_t""$GLOBUS_SH_MKFIFO" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "more", so it can be a program name with args.
set dummy more; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1842: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_MORE'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_MORE" in
  /*)
  ac_cv_path_GLOBUS_SH_MORE="$GLOBUS_SH_MORE" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_MORE="$GLOBUS_SH_MORE" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_MORE="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_MORE="$ac_cv_path_GLOBUS_SH_MORE"
if test -n "$GLOBUS_SH_MORE"; then
  echo "$ac_t""$GLOBUS_SH_MORE" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "mv", so it can be a program name with args.
set dummy mv; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1877: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_MV'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_MV" in
  /*)
  ac_cv_path_GLOBUS_SH_MV="$GLOBUS_SH_MV" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_MV="$GLOBUS_SH_MV" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_MV="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_MV="$ac_cv_path_GLOBUS_SH_MV"
if test -n "$GLOBUS_SH_MV"; then
  echo "$ac_t""$GLOBUS_SH_MV" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "netstat", so it can be a program name with args.
set dummy netstat; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1912: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_NETSTAT'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_NETSTAT" in
  /*)
  ac_cv_path_GLOBUS_SH_NETSTAT="$GLOBUS_SH_NETSTAT" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_NETSTAT="$GLOBUS_SH_NETSTAT" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_NETSTAT="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_NETSTAT="$ac_cv_path_GLOBUS_SH_NETSTAT"
if test -n "$GLOBUS_SH_NETSTAT"; then
  echo "$ac_t""$GLOBUS_SH_NETSTAT" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "nslookup", so it can be a program name with args.
set dummy nslookup; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1947: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_NSLOOKUP'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_NSLOOKUP" in
  /*)
  ac_cv_path_GLOBUS_SH_NSLOOKUP="$GLOBUS_SH_NSLOOKUP" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_NSLOOKUP="$GLOBUS_SH_NSLOOKUP" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_NSLOOKUP="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_NSLOOKUP="$ac_cv_path_GLOBUS_SH_NSLOOKUP"
if test -n "$GLOBUS_SH_NSLOOKUP"; then
  echo "$ac_t""$GLOBUS_SH_NSLOOKUP" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "printf", so it can be a program name with args.
set dummy printf; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1982: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_PRINTF'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_PRINTF" in
  /*)
  ac_cv_path_GLOBUS_SH_PRINTF="$GLOBUS_SH_PRINTF" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_PRINTF="$GLOBUS_SH_PRINTF" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_PRINTF="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_PRINTF="$ac_cv_path_GLOBUS_SH_PRINTF"
if test -n "$GLOBUS_SH_PRINTF"; then
  echo "$ac_t""$GLOBUS_SH_PRINTF" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "pwd", so it can be a program name with args.
set dummy pwd; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2017: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_PWD'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_PWD" in
  /*)
  ac_cv_path_GLOBUS_SH_PWD="$GLOBUS_SH_PWD" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_PWD="$GLOBUS_SH_PWD" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_PWD="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_PWD="$ac_cv_path_GLOBUS_SH_PWD"
if test -n "$GLOBUS_SH_PWD"; then
  echo "$ac_t""$GLOBUS_SH_PWD" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "rm", so it can be a program name with args.
set dummy rm; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2052: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_RM'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_RM" in
  /*)
  ac_cv_path_GLOBUS_SH_RM="$GLOBUS_SH_RM" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_RM="$GLOBUS_SH_RM" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_RM="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_RM="$ac_cv_path_GLOBUS_SH_RM"
if test -n "$GLOBUS_SH_RM"; then
  echo "$ac_t""$GLOBUS_SH_RM" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "sed", so it can be a program name with args.
set dummy sed; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2087: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_SED'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_SED" in
  /*)
  ac_cv_path_GLOBUS_SH_SED="$GLOBUS_SH_SED" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_SED="$GLOBUS_SH_SED" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_SED="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_SED="$ac_cv_path_GLOBUS_SH_SED"
if test -n "$GLOBUS_SH_SED"; then
  echo "$ac_t""$GLOBUS_SH_SED" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "sh", so it can be a program name with args.
set dummy sh; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2122: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_SH'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_SH" in
  /*)
  ac_cv_path_GLOBUS_SH_SH="$GLOBUS_SH_SH" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_SH="$GLOBUS_SH_SH" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_SH="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_SH="$ac_cv_path_GLOBUS_SH_SH"
if test -n "$GLOBUS_SH_SH"; then
  echo "$ac_t""$GLOBUS_SH_SH" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "sleep", so it can be a program name with args.
set dummy sleep; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2157: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_SLEEP'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_SLEEP" in
  /*)
  ac_cv_path_GLOBUS_SH_SLEEP="$GLOBUS_SH_SLEEP" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_SLEEP="$GLOBUS_SH_SLEEP" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_SLEEP="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_SLEEP="$ac_cv_path_GLOBUS_SH_SLEEP"
if test -n "$GLOBUS_SH_SLEEP"; then
  echo "$ac_t""$GLOBUS_SH_SLEEP" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "sort", so it can be a program name with args.
set dummy sort; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2192: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_SORT'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_SORT" in
  /*)
  ac_cv_path_GLOBUS_SH_SORT="$GLOBUS_SH_SORT" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_SORT="$GLOBUS_SH_SORT" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_SORT="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_SORT="$ac_cv_path_GLOBUS_SH_SORT"
if test -n "$GLOBUS_SH_SORT"; then
  echo "$ac_t""$GLOBUS_SH_SORT" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "stty", so it can be a program name with args.
set dummy stty; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2227: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_STTY'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_STTY" in
  /*)
  ac_cv_path_GLOBUS_SH_STTY="$GLOBUS_SH_STTY" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_STTY="$GLOBUS_SH_STTY" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_STTY="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_STTY="$ac_cv_path_GLOBUS_SH_STTY"
if test -n "$GLOBUS_SH_STTY"; then
  echo "$ac_t""$GLOBUS_SH_STTY" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "su", so it can be a program name with args.
set dummy su; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2262: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_SU'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_SU" in
  /*)
  ac_cv_path_GLOBUS_SH_SU="$GLOBUS_SH_SU" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_SU="$GLOBUS_SH_SU" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_SU="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_SU="$ac_cv_path_GLOBUS_SH_SU"
if test -n "$GLOBUS_SH_SU"; then
  echo "$ac_t""$GLOBUS_SH_SU" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "tail", so it can be a program name with args.
set dummy tail; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2297: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_TAIL'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_TAIL" in
  /*)
  ac_cv_path_GLOBUS_SH_TAIL="$GLOBUS_SH_TAIL" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_TAIL="$GLOBUS_SH_TAIL" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_TAIL="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_TAIL="$ac_cv_path_GLOBUS_SH_TAIL"
if test -n "$GLOBUS_SH_TAIL"; then
  echo "$ac_t""$GLOBUS_SH_TAIL" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "tar", so it can be a program name with args.
set dummy tar; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2332: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_TAR'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_TAR" in
  /*)
  ac_cv_path_GLOBUS_SH_TAR="$GLOBUS_SH_TAR" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_TAR="$GLOBUS_SH_TAR" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_TAR="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_TAR="$ac_cv_path_GLOBUS_SH_TAR"
if test -n "$GLOBUS_SH_TAR"; then
  echo "$ac_t""$GLOBUS_SH_TAR" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "tee", so it can be a program name with args.
set dummy tee; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2367: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_TEE'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_TEE" in
  /*)
  ac_cv_path_GLOBUS_SH_TEE="$GLOBUS_SH_TEE" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_TEE="$GLOBUS_SH_TEE" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_TEE="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_TEE="$ac_cv_path_GLOBUS_SH_TEE"
if test -n "$GLOBUS_SH_TEE"; then
  echo "$ac_t""$GLOBUS_SH_TEE" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "test", so it can be a program name with args.
set dummy test; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2402: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_TEST'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_TEST" in
  /*)
  ac_cv_path_GLOBUS_SH_TEST="$GLOBUS_SH_TEST" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_TEST="$GLOBUS_SH_TEST" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_TEST="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_TEST="$ac_cv_path_GLOBUS_SH_TEST"
if test -n "$GLOBUS_SH_TEST"; then
  echo "$ac_t""$GLOBUS_SH_TEST" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "touch", so it can be a program name with args.
set dummy touch; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2437: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_TOUCH'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_TOUCH" in
  /*)
  ac_cv_path_GLOBUS_SH_TOUCH="$GLOBUS_SH_TOUCH" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_TOUCH="$GLOBUS_SH_TOUCH" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_TOUCH="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_TOUCH="$ac_cv_path_GLOBUS_SH_TOUCH"
if test -n "$GLOBUS_SH_TOUCH"; then
  echo "$ac_t""$GLOBUS_SH_TOUCH" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "uname", so it can be a program name with args.
set dummy uname; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2472: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_UNAME'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_UNAME" in
  /*)
  ac_cv_path_GLOBUS_SH_UNAME="$GLOBUS_SH_UNAME" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_UNAME="$GLOBUS_SH_UNAME" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_UNAME="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_UNAME="$ac_cv_path_GLOBUS_SH_UNAME"
if test -n "$GLOBUS_SH_UNAME"; then
  echo "$ac_t""$GLOBUS_SH_UNAME" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "uniq", so it can be a program name with args.
set dummy uniq; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2507: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_UNIQ'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_UNIQ" in
  /*)
  ac_cv_path_GLOBUS_SH_UNIQ="$GLOBUS_SH_UNIQ" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_UNIQ="$GLOBUS_SH_UNIQ" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_UNIQ="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_UNIQ="$ac_cv_path_GLOBUS_SH_UNIQ"
if test -n "$GLOBUS_SH_UNIQ"; then
  echo "$ac_t""$GLOBUS_SH_UNIQ" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "uptime", so it can be a program name with args.
set dummy uptime; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2542: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_UPTIME'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_UPTIME" in
  /*)
  ac_cv_path_GLOBUS_SH_UPTIME="$GLOBUS_SH_UPTIME" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_UPTIME="$GLOBUS_SH_UPTIME" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_UPTIME="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_UPTIME="$ac_cv_path_GLOBUS_SH_UPTIME"
if test -n "$GLOBUS_SH_UPTIME"; then
  echo "$ac_t""$GLOBUS_SH_UPTIME" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "wc", so it can be a program name with args.
set dummy wc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2577: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_WC'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_WC" in
  /*)
  ac_cv_path_GLOBUS_SH_WC="$GLOBUS_SH_WC" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_WC="$GLOBUS_SH_WC" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_WC="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_WC="$ac_cv_path_GLOBUS_SH_WC"
if test -n "$GLOBUS_SH_WC"; then
  echo "$ac_t""$GLOBUS_SH_WC" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "whoami", so it can be a program name with args.
set dummy whoami; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2612: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_WHOAMI'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_WHOAMI" in
  /*)
  ac_cv_path_GLOBUS_SH_WHOAMI="$GLOBUS_SH_WHOAMI" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_WHOAMI="$GLOBUS_SH_WHOAMI" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_WHOAMI="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_WHOAMI="$ac_cv_path_GLOBUS_SH_WHOAMI"
if test -n "$GLOBUS_SH_WHOAMI"; then
  echo "$ac_t""$GLOBUS_SH_WHOAMI" 1>&6
else
  echo "$ac_t""no" 1>&6
fi


#--
# OPTIONAL system section: needed only for DEC OSF
#
# Extract the first word of "vmstat", so it can be a program name with args.
set dummy vmstat; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2651: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_VMSTAT'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_VMSTAT" in
  /*)
  ac_cv_path_GLOBUS_SH_VMSTAT="$GLOBUS_SH_VMSTAT" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_VMSTAT="$GLOBUS_SH_VMSTAT" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_VMSTAT="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_VMSTAT="$ac_cv_path_GLOBUS_SH_VMSTAT"
if test -n "$GLOBUS_SH_VMSTAT"; then
  echo "$ac_t""$GLOBUS_SH_VMSTAT" 1>&6
else
  echo "$ac_t""no" 1>&6
fi


#--
# OPTIONAL system section: needed only for HP-UX
#
# Extract the first word of "sysinfo", so it can be a program name with args.
set dummy sysinfo; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2690: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_SYSINFO'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_SYSINFO" in
  /*)
  ac_cv_path_GLOBUS_SH_SYSINFO="$GLOBUS_SH_SYSINFO" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_SYSINFO="$GLOBUS_SH_SYSINFO" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_SYSINFO="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_SYSINFO="$ac_cv_path_GLOBUS_SH_SYSINFO"
if test -n "$GLOBUS_SH_SYSINFO"; then
  echo "$ac_t""$GLOBUS_SH_SYSINFO" 1>&6
else
  echo "$ac_t""no" 1>&6
fi



#--
# OPTIONAL system section: needed only for IBM AIX
#
# Extract the first word of "lsattr", so it can be a program name with args.
set dummy lsattr; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2730: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_LSATTR'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_LSATTR" in
  /*)
  ac_cv_path_GLOBUS_SH_LSATTR="$GLOBUS_SH_LSATTR" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_LSATTR="$GLOBUS_SH_LSATTR" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_LSATTR="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_LSATTR="$ac_cv_path_GLOBUS_SH_LSATTR"
if test -n "$GLOBUS_SH_LSATTR"; then
  echo "$ac_t""$GLOBUS_SH_LSATTR" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "lscfg", so it can be a program name with args.
set dummy lscfg; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2765: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_LSCFG'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_LSCFG" in
  /*)
  ac_cv_path_GLOBUS_SH_LSCFG="$GLOBUS_SH_LSCFG" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_LSCFG="$GLOBUS_SH_LSCFG" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_LSCFG="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_LSCFG="$ac_cv_path_GLOBUS_SH_LSCFG"
if test -n "$GLOBUS_SH_LSCFG"; then
  echo "$ac_t""$GLOBUS_SH_LSCFG" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "poe", so it can be a program name with args.
set dummy poe; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2800: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_POE'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_POE" in
  /*)
  ac_cv_path_GLOBUS_SH_POE="$GLOBUS_SH_POE" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_POE="$GLOBUS_SH_POE" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_POE="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_POE="$ac_cv_path_GLOBUS_SH_POE"
if test -n "$GLOBUS_SH_POE"; then
  echo "$ac_t""$GLOBUS_SH_POE" 1>&6
else
  echo "$ac_t""no" 1>&6
fi


#--
# OPTIONAL system section: needed only for CRAY T3E UNICOS
#
# Extract the first word of "grmview", so it can be a program name with args.
set dummy grmview; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2839: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_GRMVIEW'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_GRMVIEW" in
  /*)
  ac_cv_path_GLOBUS_SH_GRMVIEW="$GLOBUS_SH_GRMVIEW" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_GRMVIEW="$GLOBUS_SH_GRMVIEW" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_GRMVIEW="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_GRMVIEW="$ac_cv_path_GLOBUS_SH_GRMVIEW"
if test -n "$GLOBUS_SH_GRMVIEW"; then
  echo "$ac_t""$GLOBUS_SH_GRMVIEW" 1>&6
else
  echo "$ac_t""no" 1>&6
fi


#--
# OPTIONAL system section: needed only for SGI IRIX
#
# Extract the first word of "hinv", so it can be a program name with args.
set dummy hinv; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2878: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_HINV'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_HINV" in
  /*)
  ac_cv_path_GLOBUS_SH_HINV="$GLOBUS_SH_HINV" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_HINV="$GLOBUS_SH_HINV" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_HINV="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_HINV="$ac_cv_path_GLOBUS_SH_HINV"
if test -n "$GLOBUS_SH_HINV"; then
  echo "$ac_t""$GLOBUS_SH_HINV" 1>&6
else
  echo "$ac_t""no" 1>&6
fi


#--
# OPTIONAL system section: needed only for SUN SOLARIS
#
# Extract the first word of "dmesg", so it can be a program name with args.
set dummy dmesg; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2917: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_DMESG'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_DMESG" in
  /*)
  ac_cv_path_GLOBUS_SH_DMESG="$GLOBUS_SH_DMESG" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_DMESG="$GLOBUS_SH_DMESG" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_DMESG="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_DMESG="$ac_cv_path_GLOBUS_SH_DMESG"
if test -n "$GLOBUS_SH_DMESG"; then
  echo "$ac_t""$GLOBUS_SH_DMESG" 1>&6
else
  echo "$ac_t""no" 1>&6
fi



#--
# OPTIONAL jobmanager section: needed only if you plan to use  CONDOR
#
# Extract the first word of "condor_q", so it can be a program name with args.
set dummy condor_q; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2957: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_CONDOR_Q'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_CONDOR_Q" in
  /*)
  ac_cv_path_GLOBUS_SH_CONDOR_Q="$GLOBUS_SH_CONDOR_Q" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_CONDOR_Q="$GLOBUS_SH_CONDOR_Q" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_CONDOR_Q="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_CONDOR_Q="$ac_cv_path_GLOBUS_SH_CONDOR_Q"
if test -n "$GLOBUS_SH_CONDOR_Q"; then
  echo "$ac_t""$GLOBUS_SH_CONDOR_Q" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "condor_rm", so it can be a program name with args.
set dummy condor_rm; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:2992: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_CONDOR_RM'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_CONDOR_RM" in
  /*)
  ac_cv_path_GLOBUS_SH_CONDOR_RM="$GLOBUS_SH_CONDOR_RM" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_CONDOR_RM="$GLOBUS_SH_CONDOR_RM" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_CONDOR_RM="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_CONDOR_RM="$ac_cv_path_GLOBUS_SH_CONDOR_RM"
if test -n "$GLOBUS_SH_CONDOR_RM"; then
  echo "$ac_t""$GLOBUS_SH_CONDOR_RM" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "condor_status", so it can be a program name with args.
set dummy condor_status; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3027: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_CONDOR_STATUS'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_CONDOR_STATUS" in
  /*)
  ac_cv_path_GLOBUS_SH_CONDOR_STATUS="$GLOBUS_SH_CONDOR_STATUS" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_CONDOR_STATUS="$GLOBUS_SH_CONDOR_STATUS" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_CONDOR_STATUS="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_CONDOR_STATUS="$ac_cv_path_GLOBUS_SH_CONDOR_STATUS"
if test -n "$GLOBUS_SH_CONDOR_STATUS"; then
  echo "$ac_t""$GLOBUS_SH_CONDOR_STATUS" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "condor_submit", so it can be a program name with args.
set dummy condor_submit; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3062: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_CONDOR_SUBMIT'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_CONDOR_SUBMIT" in
  /*)
  ac_cv_path_GLOBUS_SH_CONDOR_SUBMIT="$GLOBUS_SH_CONDOR_SUBMIT" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_CONDOR_SUBMIT="$GLOBUS_SH_CONDOR_SUBMIT" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_CONDOR_SUBMIT="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_CONDOR_SUBMIT="$ac_cv_path_GLOBUS_SH_CONDOR_SUBMIT"
if test -n "$GLOBUS_SH_CONDOR_SUBMIT"; then
  echo "$ac_t""$GLOBUS_SH_CONDOR_SUBMIT" 1>&6
else
  echo "$ac_t""no" 1>&6
fi



#--
# OPTIONAL jobmanager section: needed only if you plan to use  EASYMCS
#
# Extract the first word of "spfree", so it can be a program name with args.
set dummy spfree; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3102: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_SPFREE'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_SPFREE" in
  /*)
  ac_cv_path_GLOBUS_SH_SPFREE="$GLOBUS_SH_SPFREE" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_SPFREE="$GLOBUS_SH_SPFREE" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_SPFREE="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_SPFREE="$ac_cv_path_GLOBUS_SH_SPFREE"
if test -n "$GLOBUS_SH_SPFREE"; then
  echo "$ac_t""$GLOBUS_SH_SPFREE" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "spq", so it can be a program name with args.
set dummy spq; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3137: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_SPQ'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_SPQ" in
  /*)
  ac_cv_path_GLOBUS_SH_SPQ="$GLOBUS_SH_SPQ" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_SPQ="$GLOBUS_SH_SPQ" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_SPQ="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_SPQ="$ac_cv_path_GLOBUS_SH_SPQ"
if test -n "$GLOBUS_SH_SPQ"; then
  echo "$ac_t""$GLOBUS_SH_SPQ" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "spsubmit", so it can be a program name with args.
set dummy spsubmit; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3172: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_SPSUBMIT'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_SPSUBMIT" in
  /*)
  ac_cv_path_GLOBUS_SH_SPSUBMIT="$GLOBUS_SH_SPSUBMIT" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_SPSUBMIT="$GLOBUS_SH_SPSUBMIT" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_SPSUBMIT="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_SPSUBMIT="$ac_cv_path_GLOBUS_SH_SPSUBMIT"
if test -n "$GLOBUS_SH_SPSUBMIT"; then
  echo "$ac_t""$GLOBUS_SH_SPSUBMIT" 1>&6
else
  echo "$ac_t""no" 1>&6
fi



#--
# OPTIONAL jobmanager section: needed only if you plan to use  GLUNIX
#
# Extract the first word of "glurun", so it can be a program name with args.
set dummy glurun; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3212: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_GLURUN'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_GLURUN" in
  /*)
  ac_cv_path_GLOBUS_SH_GLURUN="$GLOBUS_SH_GLURUN" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_GLURUN="$GLOBUS_SH_GLURUN" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_GLURUN="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_GLURUN="$ac_cv_path_GLOBUS_SH_GLURUN"
if test -n "$GLOBUS_SH_GLURUN"; then
  echo "$ac_t""$GLOBUS_SH_GLURUN" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "glustat", so it can be a program name with args.
set dummy glustat; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3247: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_GLUSTAT'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_GLUSTAT" in
  /*)
  ac_cv_path_GLOBUS_SH_GLUSTAT="$GLOBUS_SH_GLUSTAT" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_GLUSTAT="$GLOBUS_SH_GLUSTAT" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_GLUSTAT="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_GLUSTAT="$ac_cv_path_GLOBUS_SH_GLUSTAT"
if test -n "$GLOBUS_SH_GLUSTAT"; then
  echo "$ac_t""$GLOBUS_SH_GLUSTAT" 1>&6
else
  echo "$ac_t""no" 1>&6
fi



#--
# OPTIONAL jobmanager section: needed only if you plan to use  GLUNIX or PRUN
#
# Extract the first word of "printenv", so it can be a program name with args.
set dummy printenv; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3287: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_PRINTENV'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_PRINTENV" in
  /*)
  ac_cv_path_GLOBUS_SH_PRINTENV="$GLOBUS_SH_PRINTENV" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_PRINTENV="$GLOBUS_SH_PRINTENV" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_PRINTENV="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_PRINTENV="$ac_cv_path_GLOBUS_SH_PRINTENV"
if test -n "$GLOBUS_SH_PRINTENV"; then
  echo "$ac_t""$GLOBUS_SH_PRINTENV" 1>&6
else
  echo "$ac_t""no" 1>&6
fi



#--
# OPTIONAL jobmanager section: needed only if you plan to use  LOADLEVELER
#
# Extract the first word of "llcancel", so it can be a program name with args.
set dummy llcancel; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3327: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_LLCANCEL'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_LLCANCEL" in
  /*)
  ac_cv_path_GLOBUS_SH_LLCANCEL="$GLOBUS_SH_LLCANCEL" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_LLCANCEL="$GLOBUS_SH_LLCANCEL" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_LLCANCEL="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_LLCANCEL="$ac_cv_path_GLOBUS_SH_LLCANCEL"
if test -n "$GLOBUS_SH_LLCANCEL"; then
  echo "$ac_t""$GLOBUS_SH_LLCANCEL" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "llq", so it can be a program name with args.
set dummy llq; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3362: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_LLQ'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_LLQ" in
  /*)
  ac_cv_path_GLOBUS_SH_LLQ="$GLOBUS_SH_LLQ" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_LLQ="$GLOBUS_SH_LLQ" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_LLQ="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_LLQ="$ac_cv_path_GLOBUS_SH_LLQ"
if test -n "$GLOBUS_SH_LLQ"; then
  echo "$ac_t""$GLOBUS_SH_LLQ" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "llstatus", so it can be a program name with args.
set dummy llstatus; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3397: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_LLSTATUS'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_LLSTATUS" in
  /*)
  ac_cv_path_GLOBUS_SH_LLSTATUS="$GLOBUS_SH_LLSTATUS" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_LLSTATUS="$GLOBUS_SH_LLSTATUS" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_LLSTATUS="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_LLSTATUS="$ac_cv_path_GLOBUS_SH_LLSTATUS"
if test -n "$GLOBUS_SH_LLSTATUS"; then
  echo "$ac_t""$GLOBUS_SH_LLSTATUS" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "llsubmit", so it can be a program name with args.
set dummy llsubmit; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3432: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_LLSUBMIT'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_LLSUBMIT" in
  /*)
  ac_cv_path_GLOBUS_SH_LLSUBMIT="$GLOBUS_SH_LLSUBMIT" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_LLSUBMIT="$GLOBUS_SH_LLSUBMIT" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_LLSUBMIT="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_LLSUBMIT="$ac_cv_path_GLOBUS_SH_LLSUBMIT"
if test -n "$GLOBUS_SH_LLSUBMIT"; then
  echo "$ac_t""$GLOBUS_SH_LLSUBMIT" 1>&6
else
  echo "$ac_t""no" 1>&6
fi



#--
# OPTIONAL jobmanager section: needed only if you plan to use  LSF
#
# Extract the first word of "bjobs", so it can be a program name with args.
set dummy bjobs; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3472: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_BJOBS'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_BJOBS" in
  /*)
  ac_cv_path_GLOBUS_SH_BJOBS="$GLOBUS_SH_BJOBS" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_BJOBS="$GLOBUS_SH_BJOBS" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_BJOBS="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_BJOBS="$ac_cv_path_GLOBUS_SH_BJOBS"
if test -n "$GLOBUS_SH_BJOBS"; then
  echo "$ac_t""$GLOBUS_SH_BJOBS" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "bkill", so it can be a program name with args.
set dummy bkill; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3507: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_BKILL'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_BKILL" in
  /*)
  ac_cv_path_GLOBUS_SH_BKILL="$GLOBUS_SH_BKILL" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_BKILL="$GLOBUS_SH_BKILL" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_BKILL="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_BKILL="$ac_cv_path_GLOBUS_SH_BKILL"
if test -n "$GLOBUS_SH_BKILL"; then
  echo "$ac_t""$GLOBUS_SH_BKILL" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "bqueues", so it can be a program name with args.
set dummy bqueues; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3542: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_BQUEUES'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_BQUEUES" in
  /*)
  ac_cv_path_GLOBUS_SH_BQUEUES="$GLOBUS_SH_BQUEUES" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_BQUEUES="$GLOBUS_SH_BQUEUES" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_BQUEUES="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_BQUEUES="$ac_cv_path_GLOBUS_SH_BQUEUES"
if test -n "$GLOBUS_SH_BQUEUES"; then
  echo "$ac_t""$GLOBUS_SH_BQUEUES" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "bsub", so it can be a program name with args.
set dummy bsub; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3577: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_BSUB'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_BSUB" in
  /*)
  ac_cv_path_GLOBUS_SH_BSUB="$GLOBUS_SH_BSUB" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_BSUB="$GLOBUS_SH_BSUB" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_BSUB="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_BSUB="$ac_cv_path_GLOBUS_SH_BSUB"
if test -n "$GLOBUS_SH_BSUB"; then
  echo "$ac_t""$GLOBUS_SH_BSUB" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "lshosts", so it can be a program name with args.
set dummy lshosts; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3612: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_LSHOSTS'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_LSHOSTS" in
  /*)
  ac_cv_path_GLOBUS_SH_LSHOSTS="$GLOBUS_SH_LSHOSTS" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_LSHOSTS="$GLOBUS_SH_LSHOSTS" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_LSHOSTS="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_LSHOSTS="$ac_cv_path_GLOBUS_SH_LSHOSTS"
if test -n "$GLOBUS_SH_LSHOSTS"; then
  echo "$ac_t""$GLOBUS_SH_LSHOSTS" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "lsload", so it can be a program name with args.
set dummy lsload; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3647: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_LSLOAD'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_LSLOAD" in
  /*)
  ac_cv_path_GLOBUS_SH_LSLOAD="$GLOBUS_SH_LSLOAD" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_LSLOAD="$GLOBUS_SH_LSLOAD" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_LSLOAD="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_LSLOAD="$ac_cv_path_GLOBUS_SH_LSLOAD"
if test -n "$GLOBUS_SH_LSLOAD"; then
  echo "$ac_t""$GLOBUS_SH_LSLOAD" 1>&6
else
  echo "$ac_t""no" 1>&6
fi



#--
# OPTIONAL jobmanager section: needed only if you plan to use  LSF  or  PBS
#
# Extract the first word of "mpirun", so it can be a program name with args.
set dummy mpirun; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3687: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_MPIRUN'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_MPIRUN" in
  /*)
  ac_cv_path_GLOBUS_SH_MPIRUN="$GLOBUS_SH_MPIRUN" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_MPIRUN="$GLOBUS_SH_MPIRUN" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_MPIRUN="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_MPIRUN="$ac_cv_path_GLOBUS_SH_MPIRUN"
if test -n "$GLOBUS_SH_MPIRUN"; then
  echo "$ac_t""$GLOBUS_SH_MPIRUN" 1>&6
else
  echo "$ac_t""no" 1>&6
fi



#--
# OPTIONAL jobmanager section: needed only if you plan to use  PBS, NQE or GRD
#
# Extract the first word of "qdel", so it can be a program name with args.
set dummy qdel; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3727: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_QDEL'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_QDEL" in
  /*)
  ac_cv_path_GLOBUS_SH_QDEL="$GLOBUS_SH_QDEL" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_QDEL="$GLOBUS_SH_QDEL" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_QDEL="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_QDEL="$ac_cv_path_GLOBUS_SH_QDEL"
if test -n "$GLOBUS_SH_QDEL"; then
  echo "$ac_t""$GLOBUS_SH_QDEL" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "qstat", so it can be a program name with args.
set dummy qstat; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3762: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_QSTAT'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_QSTAT" in
  /*)
  ac_cv_path_GLOBUS_SH_QSTAT="$GLOBUS_SH_QSTAT" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_QSTAT="$GLOBUS_SH_QSTAT" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_QSTAT="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_QSTAT="$ac_cv_path_GLOBUS_SH_QSTAT"
if test -n "$GLOBUS_SH_QSTAT"; then
  echo "$ac_t""$GLOBUS_SH_QSTAT" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "qsub", so it can be a program name with args.
set dummy qsub; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3797: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_QSUB'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_QSUB" in
  /*)
  ac_cv_path_GLOBUS_SH_QSUB="$GLOBUS_SH_QSUB" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_QSUB="$GLOBUS_SH_QSUB" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_QSUB="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_QSUB="$ac_cv_path_GLOBUS_SH_QSUB"
if test -n "$GLOBUS_SH_QSUB"; then
  echo "$ac_t""$GLOBUS_SH_QSUB" 1>&6
else
  echo "$ac_t""no" 1>&6
fi


# these are only used for GRD
# Extract the first word of "qselect", so it can be a program name with args.
set dummy qselect; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3834: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_QSELECT'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_QSELECT" in
  /*)
  ac_cv_path_GLOBUS_SH_QSELECT="$GLOBUS_SH_QSELECT" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_QSELECT="$GLOBUS_SH_QSELECT" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_QSELECT="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_QSELECT="$ac_cv_path_GLOBUS_SH_QSELECT"
if test -n "$GLOBUS_SH_QSELECT"; then
  echo "$ac_t""$GLOBUS_SH_QSELECT" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "qhost", so it can be a program name with args.
set dummy qhost; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3869: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_QHOST'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_QHOST" in
  /*)
  ac_cv_path_GLOBUS_SH_QHOST="$GLOBUS_SH_QHOST" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_QHOST="$GLOBUS_SH_QHOST" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_QHOST="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_QHOST="$ac_cv_path_GLOBUS_SH_QHOST"
if test -n "$GLOBUS_SH_QHOST"; then
  echo "$ac_t""$GLOBUS_SH_QHOST" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "qconf", so it can be a program name with args.
set dummy qconf; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3904: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_QCONF'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_QCONF" in
  /*)
  ac_cv_path_GLOBUS_SH_QCONF="$GLOBUS_SH_QCONF" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_QCONF="$GLOBUS_SH_QCONF" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_QCONF="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_QCONF="$ac_cv_path_GLOBUS_SH_QCONF"
if test -n "$GLOBUS_SH_QCONF"; then
  echo "$ac_t""$GLOBUS_SH_QCONF" 1>&6
else
  echo "$ac_t""no" 1>&6
fi



#--
# OPTIONAL jobmanager section: needed only if you plan to use  PEXEC
#
# Extract the first word of "pexec", so it can be a program name with args.
set dummy pexec; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3944: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_PEXEC'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_PEXEC" in
  /*)
  ac_cv_path_GLOBUS_SH_PEXEC="$GLOBUS_SH_PEXEC" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_PEXEC="$GLOBUS_SH_PEXEC" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_PEXEC="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_PEXEC="$ac_cv_path_GLOBUS_SH_PEXEC"
if test -n "$GLOBUS_SH_PEXEC"; then
  echo "$ac_t""$GLOBUS_SH_PEXEC" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "showpart", so it can be a program name with args.
set dummy showpart; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:3979: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_SHOWPART'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_SHOWPART" in
  /*)
  ac_cv_path_GLOBUS_SH_SHOWPART="$GLOBUS_SH_SHOWPART" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_SHOWPART="$GLOBUS_SH_SHOWPART" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_SHOWPART="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_SHOWPART="$ac_cv_path_GLOBUS_SH_SHOWPART"
if test -n "$GLOBUS_SH_SHOWPART"; then
  echo "$ac_t""$GLOBUS_SH_SHOWPART" 1>&6
else
  echo "$ac_t""no" 1>&6
fi



#--
# OPTIONAL jobmanager section: needed only if you plan to use  PRUN
#
# Extract the first word of "pkill", so it can be a program name with args.
set dummy pkill; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:4019: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_PKILL'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_PKILL" in
  /*)
  ac_cv_path_GLOBUS_SH_PKILL="$GLOBUS_SH_PKILL" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_PKILL="$GLOBUS_SH_PKILL" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_PKILL="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_PKILL="$ac_cv_path_GLOBUS_SH_PKILL"
if test -n "$GLOBUS_SH_PKILL"; then
  echo "$ac_t""$GLOBUS_SH_PKILL" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "pool", so it can be a program name with args.
set dummy pool; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:4054: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_POOL'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_POOL" in
  /*)
  ac_cv_path_GLOBUS_SH_POOL="$GLOBUS_SH_POOL" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_POOL="$GLOBUS_SH_POOL" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_POOL="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_POOL="$ac_cv_path_GLOBUS_SH_POOL"
if test -n "$GLOBUS_SH_POOL"; then
  echo "$ac_t""$GLOBUS_SH_POOL" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "preserve", so it can be a program name with args.
set dummy preserve; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:4089: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_PRESERVE'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_PRESERVE" in
  /*)
  ac_cv_path_GLOBUS_SH_PRESERVE="$GLOBUS_SH_PRESERVE" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_PRESERVE="$GLOBUS_SH_PRESERVE" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_PRESERVE="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_PRESERVE="$ac_cv_path_GLOBUS_SH_PRESERVE"
if test -n "$GLOBUS_SH_PRESERVE"; then
  echo "$ac_t""$GLOBUS_SH_PRESERVE" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "prun", so it can be a program name with args.
set dummy prun; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:4124: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_PRUN'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_PRUN" in
  /*)
  ac_cv_path_GLOBUS_SH_PRUN="$GLOBUS_SH_PRUN" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_PRUN="$GLOBUS_SH_PRUN" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_PRUN="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_PRUN="$ac_cv_path_GLOBUS_SH_PRUN"
if test -n "$GLOBUS_SH_PRUN"; then
  echo "$ac_t""$GLOBUS_SH_PRUN" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "ps", so it can be a program name with args.
set dummy ps; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:4159: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GLOBUS_SH_PS'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$GLOBUS_SH_PS" in
  /*)
  ac_cv_path_GLOBUS_SH_PS="$GLOBUS_SH_PS" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_GLOBUS_SH_PS="$GLOBUS_SH_PS" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_GLOBUS_SH_PS="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
GLOBUS_SH_PS="$ac_cv_path_GLOBUS_SH_PS"
if test -n "$GLOBUS_SH_PS"; then
  echo "$ac_t""$GLOBUS_SH_PS" 1>&6
else
  echo "$ac_t""no" 1>&6
fi


trap '' 1 2 15
cat > confcache <<\EOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs.  It is not useful on other systems.
# If it contains results you don't want to keep, you may remove or edit it.
#
# By default, configure uses ./config.cache as the cache file,
# creating it if it does not exist already.  You can give configure
# the --cache-file=FILE option to use a different cache file; that is
# what configure does when it calls configure scripts in
# subdirectories, so they share the cache.
# Giving --cache-file=/dev/null disables caching, for debugging configure.
# config.status only pays attention to the cache file if you give it the
# --recheck option to rerun configure.
#
EOF
# The following way of writing the cache mishandles newlines in values,
# but we know of no workaround that is simple, portable, and efficient.
# So, don't put newlines in cache variables' values.
# Ultrix sh set writes to stderr and can't be redirected directly,
# and sets the high bit in the cache file unless we assign to the vars.
(set) 2>&1 |
  case `(ac_space=' '; set | grep ac_space) 2>&1` in
  *ac_space=\ *)
    # `set' does not quote correctly, so add quotes (double-quote substitution
    # turns \\\\ into \\, and sed turns \\ into \).
    sed -n \
      -e "s/'/'\\\\''/g" \
      -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
    ;;
  *)
    # `set' quotes correctly as required by POSIX, so do not add quotes.
    sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
    ;;
  esac >> confcache
if cmp -s $cache_file confcache; then
  :
else
  if test -w $cache_file; then
    echo "updating cache $cache_file"
    cat confcache > $cache_file
  else
    echo "not updating unwritable cache $cache_file"
  fi
fi
rm -f confcache

trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15

test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'

# Any assignment to VPATH causes Sun make to only execute
# the first set of double-colon rules, so remove it if not needed.
# If there is a colon in the path, we need to keep it.
if test "x$srcdir" = x.; then
  ac_vpsub='/^[ 	]*VPATH[ 	]*=[^:]*$/d'
fi

trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15

# Transform confdefs.h into DEFS.
# Protect against shell expansion while executing Makefile rules.
# Protect against Makefile macro expansion.
cat > conftest.defs <<\EOF
s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g
s%[ 	`~#$^&*(){}\\|;'"<>?]%\\&%g
s%\[%\\&%g
s%\]%\\&%g
s%\$%$$%g
EOF
DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
rm -f conftest.defs


# Without the "./", some shells look in PATH for config.status.
: ${CONFIG_STATUS=./config.status}

echo creating $CONFIG_STATUS
rm -f $CONFIG_STATUS
cat > $CONFIG_STATUS <<EOF
#! /bin/sh
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# This directory was configured as follows,
# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
#
# $0 $ac_configure_args
#
# Compiler output produced by configure, useful for debugging
# configure, is in ./config.log if it exists.

ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
for ac_option
do
  case "\$ac_option" in
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
    echo "$CONFIG_STATUS generated by autoconf version 2.13"
    exit 0 ;;
  -help | --help | --hel | --he | --h)
    echo "\$ac_cs_usage"; exit 0 ;;
  *) echo "\$ac_cs_usage"; exit 1 ;;
  esac
done

ac_given_srcdir=$srcdir

trap 'rm -fr `echo "globus-sh-tools.sh
        globus-script-initializer
	" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF

# Protect against being on the right side of a sed subst in config.status.
sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
$ac_vpsub
$extrasub
s%@SHELL@%$SHELL%g
s%@CFLAGS@%$CFLAGS%g
s%@CPPFLAGS@%$CPPFLAGS%g
s%@CXXFLAGS@%$CXXFLAGS%g
s%@FFLAGS@%$FFLAGS%g
s%@DEFS@%$DEFS%g
s%@LDFLAGS@%$LDFLAGS%g
s%@LIBS@%$LIBS%g
s%@exec_prefix@%$exec_prefix%g
s%@prefix@%$prefix%g
s%@program_transform_name@%$program_transform_name%g
s%@bindir@%$bindir%g
s%@sbindir@%$sbindir%g
s%@libexecdir@%$libexecdir%g
s%@datadir@%$datadir%g
s%@sysconfdir@%$sysconfdir%g
s%@sharedstatedir@%$sharedstatedir%g
s%@localstatedir@%$localstatedir%g
s%@libdir@%$libdir%g
s%@includedir@%$includedir%g
s%@oldincludedir@%$oldincludedir%g
s%@infodir@%$infodir%g
s%@mandir@%$mandir%g
s%@PERL@%$PERL%g
s%@SH@%$SH%g
s%@TMPKSH@%$TMPKSH%g
s%@TMPBASH@%$TMPBASH%g
s%@GLOBUS_SH_AWK@%$GLOBUS_SH_AWK%g
s%@GLOBUS_SH_AUTOCONF@%$GLOBUS_SH_AUTOCONF%g
s%@GLOBUS_SH_BASENAME@%$GLOBUS_SH_BASENAME%g
s%@GLOBUS_SH_CAT@%$GLOBUS_SH_CAT%g
s%@GLOBUS_SH_CHGRP@%$GLOBUS_SH_CHGRP%g
s%@GLOBUS_SH_CHMOD@%$GLOBUS_SH_CHMOD%g
s%@GLOBUS_SH_CHOWN@%$GLOBUS_SH_CHOWN%g
s%@GLOBUS_SH_CLEAR@%$GLOBUS_SH_CLEAR%g
s%@GLOBUS_SH_CP@%$GLOBUS_SH_CP%g
s%@GLOBUS_SH_CUT@%$GLOBUS_SH_CUT%g
s%@GLOBUS_SH_CVS@%$GLOBUS_SH_CVS%g
s%@GLOBUS_SH_DATE@%$GLOBUS_SH_DATE%g
s%@GLOBUS_SH_DF@%$GLOBUS_SH_DF%g
s%@GLOBUS_SH_DIFF@%$GLOBUS_SH_DIFF%g
s%@GLOBUS_SH_DIRNAME@%$GLOBUS_SH_DIRNAME%g
s%@GLOBUS_SH_EXPR@%$GLOBUS_SH_EXPR%g
s%@GLOBUS_SH_FINGER@%$GLOBUS_SH_FINGER%g
s%@GLOBUS_SH_GREP@%$GLOBUS_SH_GREP%g
s%@GLOBUS_SH_GROUPS@%$GLOBUS_SH_GROUPS%g
s%@GLOBUS_SH_GZIP@%$GLOBUS_SH_GZIP%g
s%@GLOBUS_SH_HEAD@%$GLOBUS_SH_HEAD%g
s%@GLOBUS_SH_HOSTID@%$GLOBUS_SH_HOSTID%g
s%@GLOBUS_SH_HOSTNAME@%$GLOBUS_SH_HOSTNAME%g
s%@GLOBUS_SH_IFCONFIG@%$GLOBUS_SH_IFCONFIG%g
s%@GLOBUS_SH_KILL@%$GLOBUS_SH_KILL%g
s%@GLOBUS_SH_LN@%$GLOBUS_SH_LN%g
s%@GLOBUS_SH_LS@%$GLOBUS_SH_LS%g
s%@GLOBUS_SH_MKDIR@%$GLOBUS_SH_MKDIR%g
s%@GLOBUS_SH_MKFIFO@%$GLOBUS_SH_MKFIFO%g
s%@GLOBUS_SH_MORE@%$GLOBUS_SH_MORE%g
s%@GLOBUS_SH_MV@%$GLOBUS_SH_MV%g
s%@GLOBUS_SH_NETSTAT@%$GLOBUS_SH_NETSTAT%g
s%@GLOBUS_SH_NSLOOKUP@%$GLOBUS_SH_NSLOOKUP%g
s%@GLOBUS_SH_PRINTF@%$GLOBUS_SH_PRINTF%g
s%@GLOBUS_SH_PWD@%$GLOBUS_SH_PWD%g
s%@GLOBUS_SH_RM@%$GLOBUS_SH_RM%g
s%@GLOBUS_SH_SED@%$GLOBUS_SH_SED%g
s%@GLOBUS_SH_SH@%$GLOBUS_SH_SH%g
s%@GLOBUS_SH_SLEEP@%$GLOBUS_SH_SLEEP%g
s%@GLOBUS_SH_SORT@%$GLOBUS_SH_SORT%g
s%@GLOBUS_SH_STTY@%$GLOBUS_SH_STTY%g
s%@GLOBUS_SH_SU@%$GLOBUS_SH_SU%g
s%@GLOBUS_SH_TAIL@%$GLOBUS_SH_TAIL%g
s%@GLOBUS_SH_TAR@%$GLOBUS_SH_TAR%g
s%@GLOBUS_SH_TEE@%$GLOBUS_SH_TEE%g
s%@GLOBUS_SH_TEST@%$GLOBUS_SH_TEST%g
s%@GLOBUS_SH_TOUCH@%$GLOBUS_SH_TOUCH%g
s%@GLOBUS_SH_UNAME@%$GLOBUS_SH_UNAME%g
s%@GLOBUS_SH_UNIQ@%$GLOBUS_SH_UNIQ%g
s%@GLOBUS_SH_UPTIME@%$GLOBUS_SH_UPTIME%g
s%@GLOBUS_SH_WC@%$GLOBUS_SH_WC%g
s%@GLOBUS_SH_WHOAMI@%$GLOBUS_SH_WHOAMI%g
s%@GLOBUS_SH_VMSTAT@%$GLOBUS_SH_VMSTAT%g
s%@GLOBUS_SH_SYSINFO@%$GLOBUS_SH_SYSINFO%g
s%@GLOBUS_SH_LSATTR@%$GLOBUS_SH_LSATTR%g
s%@GLOBUS_SH_LSCFG@%$GLOBUS_SH_LSCFG%g
s%@GLOBUS_SH_POE@%$GLOBUS_SH_POE%g
s%@GLOBUS_SH_GRMVIEW@%$GLOBUS_SH_GRMVIEW%g
s%@GLOBUS_SH_HINV@%$GLOBUS_SH_HINV%g
s%@GLOBUS_SH_DMESG@%$GLOBUS_SH_DMESG%g
s%@GLOBUS_SH_CONDOR_Q@%$GLOBUS_SH_CONDOR_Q%g
s%@GLOBUS_SH_CONDOR_RM@%$GLOBUS_SH_CONDOR_RM%g
s%@GLOBUS_SH_CONDOR_STATUS@%$GLOBUS_SH_CONDOR_STATUS%g
s%@GLOBUS_SH_CONDOR_SUBMIT@%$GLOBUS_SH_CONDOR_SUBMIT%g
s%@GLOBUS_SH_SPFREE@%$GLOBUS_SH_SPFREE%g
s%@GLOBUS_SH_SPQ@%$GLOBUS_SH_SPQ%g
s%@GLOBUS_SH_SPSUBMIT@%$GLOBUS_SH_SPSUBMIT%g
s%@GLOBUS_SH_GLURUN@%$GLOBUS_SH_GLURUN%g
s%@GLOBUS_SH_GLUSTAT@%$GLOBUS_SH_GLUSTAT%g
s%@GLOBUS_SH_PRINTENV@%$GLOBUS_SH_PRINTENV%g
s%@GLOBUS_SH_LLCANCEL@%$GLOBUS_SH_LLCANCEL%g
s%@GLOBUS_SH_LLQ@%$GLOBUS_SH_LLQ%g
s%@GLOBUS_SH_LLSTATUS@%$GLOBUS_SH_LLSTATUS%g
s%@GLOBUS_SH_LLSUBMIT@%$GLOBUS_SH_LLSUBMIT%g
s%@GLOBUS_SH_BJOBS@%$GLOBUS_SH_BJOBS%g
s%@GLOBUS_SH_BKILL@%$GLOBUS_SH_BKILL%g
s%@GLOBUS_SH_BQUEUES@%$GLOBUS_SH_BQUEUES%g
s%@GLOBUS_SH_BSUB@%$GLOBUS_SH_BSUB%g
s%@GLOBUS_SH_LSHOSTS@%$GLOBUS_SH_LSHOSTS%g
s%@GLOBUS_SH_LSLOAD@%$GLOBUS_SH_LSLOAD%g
s%@GLOBUS_SH_MPIRUN@%$GLOBUS_SH_MPIRUN%g
s%@GLOBUS_SH_QDEL@%$GLOBUS_SH_QDEL%g
s%@GLOBUS_SH_QSTAT@%$GLOBUS_SH_QSTAT%g
s%@GLOBUS_SH_QSUB@%$GLOBUS_SH_QSUB%g
s%@GLOBUS_SH_QSELECT@%$GLOBUS_SH_QSELECT%g
s%@GLOBUS_SH_QHOST@%$GLOBUS_SH_QHOST%g
s%@GLOBUS_SH_QCONF@%$GLOBUS_SH_QCONF%g
s%@GLOBUS_SH_PEXEC@%$GLOBUS_SH_PEXEC%g
s%@GLOBUS_SH_SHOWPART@%$GLOBUS_SH_SHOWPART%g
s%@GLOBUS_SH_PKILL@%$GLOBUS_SH_PKILL%g
s%@GLOBUS_SH_POOL@%$GLOBUS_SH_POOL%g
s%@GLOBUS_SH_PRESERVE@%$GLOBUS_SH_PRESERVE%g
s%@GLOBUS_SH_PRUN@%$GLOBUS_SH_PRUN%g
s%@GLOBUS_SH_PS@%$GLOBUS_SH_PS%g

CEOF
EOF

cat >> $CONFIG_STATUS <<\EOF

# Split the substitutions into bite-sized pieces for seds with
# small command number limits, like on Digital OSF/1 and HP-UX.
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
ac_file=1 # Number of current file.
ac_beg=1 # First line for current file.
ac_end=$ac_max_sed_cmds # Line after last line for current file.
ac_more_lines=:
ac_sed_cmds=""
while $ac_more_lines; do
  if test $ac_beg -gt 1; then
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  else
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  fi
  if test ! -s conftest.s$ac_file; then
    ac_more_lines=false
    rm -f conftest.s$ac_file
  else
    if test -z "$ac_sed_cmds"; then
      ac_sed_cmds="sed -f conftest.s$ac_file"
    else
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
    fi
    ac_file=`expr $ac_file + 1`
    ac_beg=$ac_end
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
  fi
done
if test -z "$ac_sed_cmds"; then
  ac_sed_cmds=cat
fi
EOF

cat >> $CONFIG_STATUS <<EOF

CONFIG_FILES=\${CONFIG_FILES-"globus-sh-tools.sh
        globus-script-initializer
	"}
EOF
cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  case "$ac_file" in
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  *) ac_file_in="${ac_file}.in" ;;
  esac

  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.

  # Remove last slash and all that follows it.  Not all systems have dirname.
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
    # The file is in a subdirectory.
    test ! -d "$ac_dir" && mkdir "$ac_dir"
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
    # A "../" for each directory in $ac_dir_suffix.
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  else
    ac_dir_suffix= ac_dots=
  fi

  case "$ac_given_srcdir" in
  .)  srcdir=.
      if test -z "$ac_dots"; then top_srcdir=.
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  *) # Relative path.
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
  esac


  echo creating "$ac_file"
  rm -f "$ac_file"
  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  case "$ac_file" in
  *Makefile*) ac_comsub="1i\\
# $configure_input" ;;
  *) ac_comsub= ;;
  esac

  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  sed -e "$ac_comsub
s%@configure_input@%$configure_input%g
s%@srcdir@%$srcdir%g
s%@top_srcdir@%$top_srcdir%g
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
fi; done
rm -f conftest.s*

EOF
cat >> $CONFIG_STATUS <<EOF

EOF
cat >> $CONFIG_STATUS <<\EOF

exit 0
EOF
chmod +x $CONFIG_STATUS
rm -fr confdefs* $ac_clean_files
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1

