Changeset 27799 for main


Ignore:
Timestamp:
2013-07-10T22:12:29+12:00 (11 years ago)
Author:
davidb
Message:

If the gnome-lib extension is visible (in its standard 'ext' location then use it -- source its devel.bash file to help withcompilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/build-src/packages/configure

    r27776 r27799  
    147147if test x$USE_WVWARE = xtrue ;
    148148then
     149
     150  # Look to see if gnome-lib extension is present and if so, source its devel.bash file
     151  if [ -d ../../ext/gnome-lib ] ; then
     152    pushd ../../ext/gnome-lib
     153    source ./devel.bash
     154    popd
     155  fi
     156
    149157  cd "$PACKAGES/wv"
    150158  gzip -dc wv-1.2.4-gs.tar.gz | tar -xf - 
Note: See TracChangeset for help on using the changeset viewer.