You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by yd...@apache.org on 2014/02/20 16:30:58 UTC

svn commit: r1570226 - /openoffice/trunk/main/configure.cmd

Author: ydario
Date: Thu Feb 20 15:30:57 2014
New Revision: 1570226

URL: http://svn.apache.org/r1570226
Log:
#i118923# OS/2 port, use UNIXROOT drive for perl shell dir.

Modified:
    openoffice/trunk/main/configure.cmd

Modified: openoffice/trunk/main/configure.cmd
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/configure.cmd?rev=1570226&r1=1570225&r2=1570226&view=diff
==============================================================================
--- openoffice/trunk/main/configure.cmd (original)
+++ openoffice/trunk/main/configure.cmd Thu Feb 20 15:30:57 2014
@@ -25,7 +25,7 @@ SET MY_ANT_HOME=d:/os2/java160/apache-an
 SET PATH=%JAVA_HOME%\bin;%PATH%;%MY_ANT_HOME%\bin;
 
 set config_shell=sh
-set perl_sh_dir=/usr/bin
+set perl_sh_dir=%UNIXROOT%/usr/bin
 
 sh ./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
 endlocal