Ignore:
Timestamp:
2013-09-27T19:20:47+12:00 (11 years ago)
Author:
ak19
Message:

Repeating the changes made to greenstone configure files in gs2build and build-src configure files. 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/gs2build/configure.in

    r28318 r28328  
    467467   cd ../..
    468468elif test -d ext/gnome-lib; then
    469   if [ -d ext/gnome-lib/$gsdlos ]; then
     469  if test -d ext/gnome-lib/$gsdlos; then
    470470    echo "*** gnome-lib already compiled up in ext/gnome-lib/$gsdlos"
    471471    echo "*** Sourcing the gnomelib env for configuring wvware for GS2 (although it's not necessary)..."
     
    478478    ./CASCADE-MAKE.sh
    479479    gnomestatus=$?
    480     if [ $gnomestatus != 0 ] ; then
     480    if test $gnomestatus != 0; then
    481481       echo "****************************************"
    482482       echo "@@@ Failed to compile up gnomelib successfully"
Note: See TracChangeset for help on using the changeset viewer.