summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2011-04-30introducing --enable-release-build configure switch - fdo#36437Andras Timar
and default is dev build
2011-04-29do not ship non-localized helppacksAndras Timar
2011-04-28add --enable-lomenubar switch to configureBjoern Michaelsen
2011-04-26initial uglificationMichael Meeks
2011-04-26Kill BrOffice, fdo#36262Tor Lillqvist
2011-04-26do not enable BrOffice branding by default (fdo#36262)Petr Mladek
2011-04-25Move it up a bit more to get it to build with --disable-mozilla.Kohei Yoshida
2011-04-25Fixed incorrect bracket format.Dimitri Duc
2011-04-25Update '--disable-python' to disable only Python UNO API.Hanno Meyer-Thurow
* configure.in:
2011-04-24we need to generate ooo.lst before we use it....Norbert Thiebaud
2011-04-24Add download support to a few extension in bootstrapKalman Szalai - KAMI
2011-04-24Add initial configure and download stuffs for extra thingsKalman Szalai - KAMI
OxygenOffice related
2011-04-19Removed typos in configure.inChristina Rossmanith
2011-04-15Kill OS/2 stuffTor Lillqvist
2011-04-14fix qt4 moc detectionLuboš Luňák
cannot use the same variable for two AC_PATH_PROG calls, as the first call will cache the result and the second one will reuse it
2011-04-13qt4 moc is available in /usr/bin as moc-qt4 on fedoraCaolán McNamara
2011-04-13more than just x86_64 supports multilibCaolán McNamara
2011-04-13get --enable-kde4 to work out-of-the-box on fedoraCaolán McNamara
2011-04-13configure: check for junit's hamcrest dependencyMiklos Vajna
Make sure either class-path entry is available for hamcrest or it's bundled.
2011-04-12get rid of legacy libXaw usageCaolán McNamara
2011-04-11Also use system cp as fallback on DragonFly.Francois Tigeot
2011-04-11do not include 3+ from GPLv3+ in the make versionLuboš Luňák
2011-04-11no 'hello world' printing from configureLuboš Luňák
2011-04-08remove obsolete configure options + fix system_xrender_headers vs system_xrenderFridrich Štrba
2011-04-07use system cp as a fallback for *BSD tooRobert Nagy
2011-04-06Fall back to --hash-style=sysv when gnu is not supportedPetr Mladek
Based on patch by Francois Tigeot <ftigeot at wolfpond dot org>
2011-04-06Add possibility to bundle some Agfa Monotype fontsTor Lillqvist
Based on the old novell-win32-agfa-monotype-fonts.diff patch.
2011-04-05Merge branch 'libreoffice-3-4' of ↵Robert Nagy
git://anongit.freedesktop.org/git/libreoffice/bootstrap into libreoffice-3-4
2011-04-05fix linking to the python library (use -L$PYLIBDIR -lpython$pyver)Robert Nagy
as far as i saw the reason to use an absolute path for linking instead of using -lpythonX.XX is that at least debian does not ship a shared object within the basic python3 package so you have to install the -dev package (that's kinda weird^H^H^H^H^Hf***ed up).
2011-04-05Recognize also InterixTor Lillqvist
I did some initial testing with building under Interix some years ago. Nothing came out of it, and LibreOffice certainly won't build with it. But just commit this triviality now to get rid of win32-interix.diff in the build repo.
2011-04-05make sure that the system po2oo support --skipsource optionPetr Mladek
2011-04-04python 3 compatibility fixesAndreas Becker
2011-04-04check that all configured localizations are supportedPetr Mladek
a side effect is ALL_LANGS variable
2011-04-04rework how pthread is handled on openbsdRobert Nagy
- remove -pthread from PTHREAD_CFLAGS - add pthread to gb_STDLIBS - redefine gb_LinkTarget__command_dynamiclink so that we can substitute -lpthread with -pthread in the list of libraries that we link to
2011-03-31search moc4 in $QT4DIR/bin before searching $PATHPetr Mladek
2011-03-30rename --with-ct2n to --enable-ext-ct2n configure optionPetr Mladek
to be in sync with other extensions
2011-03-30set default system-zlib/jpeg on some platformsCaolán McNamara
2011-03-30default to system zlib on contemporary unicesCaolán McNamara
2011-03-30build-ant-1.6.diff: MediaWiki can be built with ant 1.6 nowPetr Mladek
2011-03-29use --hash-style=gnu linking when supportedPetr Mladek
2011-03-25fix language codes: be-BY -> be, ns -> nsoAndras Timar
2011-03-25new --with-system-translate-toolkit configure optionPetr Mladek
2011-03-25download "traslations" instead of "l10n" repoPetr Mladek
the new one stores strings as in PO files
2011-03-24Kill the remnants of the PAM removal (--enable-crypt-link and CRYPT_LINK).Jan Holesovsky
2011-03-24Bin explicit checking for extension subdirsThorsten Behrens
This breaks badly on pristine checkouts (that don't yet have the other repos cloned, and symlinked into the src tree). Should only be a prob for packagers, and they usually know what to do.
2011-03-23Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/bootstrapJan Holesovsky
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
Conflicts: configure configure.in instsetoo_native/util/openoffice.lst set_soenv.in solenv/bin/cws.pl solenv/bin/modules/installer/simplepackage.pm solenv/gbuild/LinkTarget.mk solenv/gbuild/extensions/post_PackModule.mk solenv/gbuild/platform/linux.mk solenv/gbuild/platform/macosx.mk solenv/gbuild/platform/windows.mk solenv/inc/installationtest.mk solenv/inc/minor.mk soltools/cpp/_eval.c
2011-03-22drop -g1 and align gmake gd_SYMBOL from TRUECaolán McNamara
2011-03-21use the unix quickstarter un-conditionally.Michael Meeks
2011-03-21openbsd build fixesRobert Nagy
- check for the correct kde and qt libraries - rework the gnu cp check logic so that it works with older versions of fileutils too