Changeset 17556 for greenstone3


Ignore:
Timestamp:
2008-10-17T15:06:20+13:00 (16 years ago)
Author:
oranfry
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.