1cdf0e10cSrcweir@echo off 25b501c92SAndrew Ristrem ************************************************************* 35b501c92SAndrew Ristrem 45b501c92SAndrew Ristrem Licensed to the Apache Software Foundation (ASF) under one 55b501c92SAndrew Ristrem or more contributor license agreements. See the NOTICE file 65b501c92SAndrew Ristrem distributed with this work for additional information 75b501c92SAndrew Ristrem regarding copyright ownership. The ASF licenses this file 85b501c92SAndrew Ristrem to you under the Apache License, Version 2.0 (the 95b501c92SAndrew Ristrem "License")rem you may not use this file except in compliance 105b501c92SAndrew Ristrem with the License. You may obtain a copy of the License at 115b501c92SAndrew Ristrem 125b501c92SAndrew Ristrem http://www.apache.org/licenses/LICENSE-2.0 135b501c92SAndrew Ristrem 145b501c92SAndrew Ristrem Unless required by applicable law or agreed to in writing, 155b501c92SAndrew Ristrem software distributed under the License is distributed on an 165b501c92SAndrew Ristrem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 175b501c92SAndrew Ristrem KIND, either express or implied. See the License for the 185b501c92SAndrew Ristrem specific language governing permissions and limitations 195b501c92SAndrew Ristrem under the License. 205b501c92SAndrew Ristrem 215b501c92SAndrew Ristrem ************************************************************* 22cdf0e10cSrcweirsetlocal 2377b1a1ddSYuri DarioSET JAVA_HOME=d:\os2\java160 2477b1a1ddSYuri DarioSET MY_ANT_HOME=d:/os2/java160/apache-ant-1.7.0 25cdf0e10cSrcweirSET PATH=%JAVA_HOME%\bin;%PATH%;%MY_ANT_HOME%\bin; 2677b1a1ddSYuri Dario 2777b1a1ddSYuri Darioset config_shell=sh 2815fed223SYuri Darioset perl_sh_dir=%UNIXROOT%/usr/bin 2977b1a1ddSYuri Dario 30*5b11f0d3SYuri Dariosh ./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 31cdf0e10cSrcweirendlocal 32