Changeset 10680
- Timestamp:
- 2005-10-03T16:58:33+13:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl3/build.xml
r10678 r10680 1267 1267 <target name="configure-gs2building" depends="init" if="gsdl2.islocal" 1268 1268 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}" 1270 1270 dir="${gs2build.home}"> 1271 1271 <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}"/> 1272 1277 </exec> 1273 1278 </target>
Note:
See TracChangeset
for help on using the changeset viewer.