Ignore:
Timestamp:
2005-10-03T16:58:33+13:00 (19 years ago)
Author:
kjdon
Message:

a new configure for gs2build for mac - needs --with-gdbm option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10678 r10680  
    12671267  <target name="configure-gs2building" depends="init" if="gsdl2.islocal"
    12681268    description="Configure only the Greenstone 2 building components">
    1269     <exec executable="${gs2build.home}/configure" os="${os.linux},${os.mac}"
     1269    <exec executable="${gs2build.home}/configure" os="${os.linux}"
    12701270      dir="${gs2build.home}">
    12711271      <arg value="--prefix=${gs2build.home}"/>
     1272    </exec>
     1273    <exec executable="${gs2build.home}/configure" os="${os.mac}"
     1274      dir="${gs2build.home}">
     1275      <arg value="--prefix=${gs2build.home}"/>
     1276      <arg value="--with-gdbm=${gdbm.installed.path}"/>
    12721277    </exec>
    12731278  </target>
Note: See TracChangeset for help on using the changeset viewer.