Here is the current configure statement for the Linux32 bot - is this correct, and what changes would make it better?

        ./configure \
            --with-jdk-home="/usr/lib/jvm/java-6-openjdk" \
   --with-epm-url="http://www.msweet.org/files/project2/epm-3.7-source.tar.gz
   " \
   
--with-dmake-url="http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2";
   \
            --enable-verbose \
            --without-stlport \
            --enable-category-b \
            --enable-opengl \
            --enable-dbus \
            --enable-gstreamer \
             --with-package-format="installed rpm deb" \
             --enable-bundled-dictionaries \
             --with-lang="ast cs de el en-GB en-US es fi fr gd gl hu it
   ja km ko nl pl pt pt-BR ru sk sl ta zh-CN zh-TW ca eu he hi id lt sv
   th tr " \
            --with-vendor="Apache OpenOffice buildbot" \
            --with-build-version="%(today)s-Rev.%(got_revision)s" \


Reply via email to