<p>Hi wols,</p>
<p>I found that in &lt;loroot&gt;/distro-config/<a href="http://LibreOfficeLinuxDevel.conf.in">LibreOfficeLinuxDevel.conf.in</a> is where from the enable-kde and disable-kde4 flags were being overwritten...</p>
<p>It seems the distro config is appended to what autogen.sh is adding...</p>
<p>Just my observations</p>
<p>The best<br>
René Kj.</p>
<div class="gmail_quote">---------- Forwarded message ----------<br>From: &quot;Wols Lists&quot; &lt;<a href="mailto:antlists@youngman.org.uk">antlists@youngman.org.uk</a>&gt;<br>Date: Oct 21, 2010 2:02 PM<br>Subject: [Libreoffice] Disabling kde by default<br>
To:  &lt;<a href="mailto:libreoffice@lists.freedesktop.org">libreoffice@lists.freedesktop.org</a>&gt;<br><br type="attribution"> Okay, I&#39;ve fixed a load of it, but (and my autoconf-fu is letting me<br>
down ...)<br>
<br>
In the libreoffice subdir I&#39;ve got the following stuff in &quot;configure&quot;<br>
<br>
# debugging<br>
echo enable kde is ${enable_kde} &gt; debug.out<br>
# Check whether --enable-kde was given.<br>
if test &quot;${enable_kde+set}&quot; = set; then :<br>
  enableval=$enable_kde;<br>
fi<br>
<br>
as you can see, I&#39;ve added a bit of debugging, and it tells me that<br>
enable_kde is &quot;yes&quot;. BUT.<br>
<br>
This is the invocation line as reported by config.log.<br>
<br>
  $ ./configure --disable-binfilter --disable-crashdump --with-lang=<br>
--without-agg --disable-fetch-external --with-vba-package-format=builtin<br>
--disable-epm --with-openldap --with-build-version=libreoffice-build<br>
3.2.99.2 --without-fonts --with-system-jpeg --with-system-libxml<br>
--with-system-mozilla --with-system-openssl --with-system-python<br>
--with-system-stdlibs --with-system-zlib --with-system-poppler<br>
--with-unix-wrapper=ooffice3.3 --enable-evolution2 --enable-dbus<br>
--with-alloc=system --enable-cairo=yes --enable-gtk --disable-kde<br>
--enable-kde4 --with-vendor=The Document Foundation --disable-dbus<br>
--disable-kde4 --enable-cairo --without-system-cairo --enable-gstreamer<br>
--enable-odk --disable-binfilter --enable-gnome-vfs --enable-hids<br>
--enable-lockdown --enable-opengl --with-java-target-version=1.5<br>
--with-jdk-home=/etc/java-config-2/current-system-vm<br>
--without-myspell-dicts --enable-kde --without-system-mozilla<br>
--without-system-jpeg --without-system-libxml --without-system-libxslt<br>
--with-system-python --without-system-zlib --without-system-jars<br>
--without-system-stdlibs --disable-crypt-link --disable-pam-link<br>
--disable-xrender-link --disable-randr-link --without-openldap<br>
--without-system-mesa-headers --without-unix-wrapper --with-fonts<br>
--enable-minimizer --enable-presenter-console --enable-pdfimport<br>
--without-system-poppler --enable-wiki-publisher --enable-report-builder<br>
--with-extension-integration<br>
--with-ant-home=/home/anthony/gitstuff/build/build/apache-ant-1.8.1<br>
--with-system-dicts --with-external-dict-dir=/usr/share/hunspell<br>
--with-external-hyph-dir=/usr/share/hyphen<br>
--with-external-thes-dir=/usr/share/mythes --with-dict=ALL<br>
--without-system-openssl --disable-epm --enable-broffice<br>
--enable-maintainer-mode --with-git --with-num-cpus=4 --without-junit<br>
<br>
Hmmm ... There&#39;s me wondering why, when I&#39;ve got &quot;enable-kde4&quot; and<br>
&quot;disable-kde&quot; it isn&#39;t working, and then I notice extra values further<br>
down &quot;disable-kde4&quot; and &quot;enable-kde&quot; ... I guess later values override<br>
earlier ones?<br>
<br>
And does that mean kde4 is currently disabled by default?<br>
<br>
Okay - I&#39;ll investigate further but can anyone give me any clues?<br>
<br>
Cheers,<br>
Wol<br>
_______________________________________________<br>
LibreOffice mailing list<br>
<a href="mailto:LibreOffice@lists.freedesktop.org">LibreOffice@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/libreoffice" target="_blank">http://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br>
</div>