Ignore:
Timestamp:
2013-09-27T18:42:19+12:00 (11 years ago)
Author:
ak19
Message:

Updating configure for mac (leopard), which only likes if stmts that use test and not the square brackets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/configure.in

    r28317 r28325  
    562562   cd ../..
    563563elif test -d ext/gnome-lib; then
    564   if [ -d ext/gnome-lib/$gsdlos ]; then
     564  if test -d ext/gnome-lib/$gsdlos; then
    565565    echo "*** gnome-lib already compiled up in ext/gnome-lib/$gsdlos"
    566566    echo "*** Sourcing the gnomelib env for configuring wvware for GS2 (although it's not necessary)..."
     
    568568    source ./devel.bash
    569569    cd ../..
     570    echo "@@@@ TOTO $GEXTGNOME_INSTALLED"
    570571  else
    571572    echo "*** Compiling up gnome-lib..."
     
    573574    ./CASCADE-MAKE.sh
    574575    gnomestatus=$?
    575     if [ $gnomestatus != 0 ] ; then
     576    if test $gnomestatus != 0; then
    576577       echo "****************************************"
    577578       echo "@@@ Failed to compile up gnomelib successfully"
Note: See TracChangeset for help on using the changeset viewer.