xref: /aoo4110/main/configure.cmd (revision b1cdbd2c)
1*b1cdbd2cSJim Jagielski@echo off
2*b1cdbd2cSJim Jagielskirem *************************************************************
3*b1cdbd2cSJim Jagielskirem
4*b1cdbd2cSJim Jagielskirem  Licensed to the Apache Software Foundation (ASF) under one
5*b1cdbd2cSJim Jagielskirem  or more contributor license agreements.  See the NOTICE file
6*b1cdbd2cSJim Jagielskirem  distributed with this work for additional information
7*b1cdbd2cSJim Jagielskirem  regarding copyright ownership.  The ASF licenses this file
8*b1cdbd2cSJim Jagielskirem  to you under the Apache License, Version 2.0 (the
9*b1cdbd2cSJim Jagielskirem  "License")rem you may not use this file except in compliance
10*b1cdbd2cSJim Jagielskirem  with the License.  You may obtain a copy of the License at
11*b1cdbd2cSJim Jagielskirem
12*b1cdbd2cSJim Jagielskirem    http://www.apache.org/licenses/LICENSE-2.0
13*b1cdbd2cSJim Jagielskirem
14*b1cdbd2cSJim Jagielskirem  Unless required by applicable law or agreed to in writing,
15*b1cdbd2cSJim Jagielskirem  software distributed under the License is distributed on an
16*b1cdbd2cSJim Jagielskirem  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17*b1cdbd2cSJim Jagielskirem  KIND, either express or implied.  See the License for the
18*b1cdbd2cSJim Jagielskirem  specific language governing permissions and limitations
19*b1cdbd2cSJim Jagielskirem  under the License.
20*b1cdbd2cSJim Jagielskirem
21*b1cdbd2cSJim Jagielskirem *************************************************************
22*b1cdbd2cSJim Jagielskisetlocal
23*b1cdbd2cSJim JagielskiSET JAVA_HOME=d:\os2\java160
24*b1cdbd2cSJim JagielskiSET MY_ANT_HOME=d:/os2/java160/apache-ant-1.7.0
25*b1cdbd2cSJim JagielskiSET PATH=%JAVA_HOME%\bin;%PATH%;%MY_ANT_HOME%\bin;
26*b1cdbd2cSJim Jagielski
27*b1cdbd2cSJim Jagielskiset config_shell=sh
28*b1cdbd2cSJim Jagielskiset perl_sh_dir=%UNIXROOT%/usr/bin
29*b1cdbd2cSJim Jagielski
30*b1cdbd2cSJim Jagielskish ./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
31*b1cdbd2cSJim Jagielskiendlocal
32