Changeset 2471 for trunk


Ignore:
Timestamp:
2001-05-25T11:40:06+12:00 (23 years ago)
Author:
jrm21
Message:

removed bash'isms from our own sh tests. We should probably always test any
changes, as any script that will run under solaris /bin/sh, will probably run
under any OS's /bin/sh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure

    r2297 r2471  
    562562if test "${enable_corba+set}" = set; then
    563563  enableval="$enable_corba"
    564   export USE_CORBA=1
    565 else
    566   export USE_CORBA=0
     564  USE_CORBA=1
     565else
     566  USE_CORBA=0
    567567fi
    568568
     
    576576if test "${with_micodir+set}" = set; then
    577577  withval="$with_micodir"
    578   export MICO_DIR=$enableval
    579 else
    580   export MICO_DIR="default"
     578  MICO_DIR=$enableval
     579else
     580  MICO_DIR="default"
    581581fi
    582582
     
    983983fi
    984984
    985 for ac_prog in gawk mawk nawk awk
     985for ac_prog in mawk gawk nawk awk
    986986do
    987987# Extract the first word of "$ac_prog", so it can be a program name with args.
     
    31633163echo $ac_n "checking that the GDBM library is available""... $ac_c" 1>&6
    31643164echo "configure:3165: checking that the GDBM library is available" >&5
    3165 if test ! -z $gdbmdir ; then
     3165if test ! -z "$gdbmdir" ; then
    31663166  # look in given directory for header file
    31673167  if test -e $gdbmdir/include/gdbm.h ; then
     
    31803180  fi
    31813181
    3182   if test ! -z $GDBM_LIBPATH -a ! -z $GDBM_INCLUDE ; then
     3182  if test ! -z "$GDBM_LIBPATH" -a ! -z "$GDBM_INCLUDE" ; then
    31833183    echo "$ac_t""$gdbmdir" 1>&6 ;
    31843184    cat >> confdefs.h <<\EOF
     
    31933193fi
    31943194
    3195 if test -z $GDBM_INCLUDE ; then
     3195if test -z "$GDBM_INCLUDE" ; then
    31963196  # try in system directory
    31973197  cat > conftest.$ac_ext <<EOF
Note: See TracChangeset for help on using the changeset viewer.