configure.cmd (15fed223) configure.cmd (5b11f0d3)
1@echo off
2rem *************************************************************
3rem
4rem Licensed to the Apache Software Foundation (ASF) under one
5rem or more contributor license agreements. See the NOTICE file
6rem distributed with this work for additional information
7rem regarding copyright ownership. The ASF licenses this file
8rem to you under the Apache License, Version 2.0 (the

--- 13 unchanged lines hidden (view full) ---

22setlocal
23SET JAVA_HOME=d:\os2\java160
24SET MY_ANT_HOME=d:/os2/java160/apache-ant-1.7.0
25SET PATH=%JAVA_HOME%\bin;%PATH%;%MY_ANT_HOME%\bin;
26
27set config_shell=sh
28set perl_sh_dir=%UNIXROOT%/usr/bin
29
1@echo off
2rem *************************************************************
3rem
4rem Licensed to the Apache Software Foundation (ASF) under one
5rem or more contributor license agreements. See the NOTICE file
6rem distributed with this work for additional information
7rem regarding copyright ownership. The ASF licenses this file
8rem to you under the Apache License, Version 2.0 (the

--- 13 unchanged lines hidden (view full) ---

22setlocal
23SET JAVA_HOME=d:\os2\java160
24SET MY_ANT_HOME=d:/os2/java160/apache-ant-1.7.0
25SET PATH=%JAVA_HOME%\bin;%PATH%;%MY_ANT_HOME%\bin;
26
27set config_shell=sh
28set perl_sh_dir=%UNIXROOT%/usr/bin
29
30sh ./configure --prefix=/@unixroot/usr --with-system-zlib --with-system-jpeg --without-stlport --with-system-icu --with-system-curl --with-system-python --with-system-openssl --with-system-libxml --with-system-libxslt --disable-werror --disable-mozilla --disable-odk --with-x=no --disable-fontconfig --disable-gnome-vfs --disable-gtk --with-java=yes --disable-gcjaot --without-fonts --with-ant-home=%MY_ANT_HOME% --without-junit --with-system-apr --with-system-apr-util --with-system-serf --with-system-coinmp | tee configure.log
30sh ./configure --prefix=/@unixroot/usr --with-system-zlib --with-system-jpeg --without-stlport --with-system-icu --with-system-curl --with-system-python --with-system-openssl --with-system-libxml --with-system-libxslt --disable-werror --disable-mozilla --disable-odk --with-x=no --disable-fontconfig --disable-gnome-vfs --disable-gtk --with-java=yes --disable-gcjaot --without-fonts --with-ant-home=%MY_ANT_HOME% --without-junit --with-system-apr --with-system-apr-util --with-system-serf --with-system-nss --enable-bundled-dictionaries --enable-category-b --with-lang="de es fr it nl ru" | tee configure.log
31endlocal
31endlocal