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/greenstone2/build-src/configure.in

    r28308 r28328  
    495495      cd $gshome/build-src
    496496   elif test -d $gshome/ext/gnome-lib; then
    497      if [ -d $gshome/ext/gnome-lib/$gsdlos ]; then
     497     if test -d $gshome/ext/gnome-lib/$gsdlos; then
    498498        echo "*** Sourcing the gnomelib env for configuring wvware..."
    499499    cd $gshome/ext/gnome-lib
Note: See TracChangeset for help on using the changeset viewer.