greenstone.org greenstone wiki greenstone trac planet greenstone
Show
Ignore:
Timestamp:
2008-10-17 15:06:20 (3 months ago)
Author:
oranfry
Message:

fixing a bug where the full path to configurewas not spcified in the target to compile search4j

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • greenstone3/trunk/build.xml

    r17509 r17556  
    12481248 
    12491249        <!-- unix --> 
    1250     <exec executable="configure" os="${os.unix}" dir="${src.packages.home}/search4j"><arg line="--bindir=${basedir}/bin"/></exec> 
     1250    <exec executable="${src.packages.home}/search4j/configure" os="${os.unix}" dir="${src.packages.home}/search4j"><arg line="--bindir=${basedir}/bin"/></exec> 
    12511251    <exec executable="make" os="${os.unix}" dir="${src.packages.home}/search4j"/> 
    12521252