summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2013-06-05Some more win64 "fixes"Fridrich Štrba1-1/+3
Change-Id: Id3de720a7ab28499644881e628a18f99121cb3c9
2013-06-04vcl: add a console-only mode to avoid problems on Mac for gengal.Michael Meeks1-1/+1
Change-Id: Ie5332330e6f398c3cd7e58df9b12fac121f5426f
2013-06-04MPLv2 subset improvements.Michael Meeks1-2/+42
2013-06-04configure: add evil hack to disable doxygen on a certain tinderboxMichael Stahl1-1/+1
Change-Id: I7cd84408d2963e2767cc415b2fb48e5a0a27d84f
2013-06-04Some configury and non-working stubs to start to compiler for Win64 with MinGWFridrich Štrba1-1/+3
Change-Id: I907c3ea083e8d7f9e48fc62dd6d5b783639438cb
2013-06-04configure: require doxygen 1.8.4 for UNO IDL supportMichael Stahl1-0/+5
Change-Id: I9a90bf06a70f6537f9671ef2cd47bf68c3cf5d57
2013-06-03re-base on ALv2 code. Includes:Michael Meeks1-23/+38
Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1397337 http://svn.apache.org/viewvc?view=revision&revision=1397315 http://svn.apache.org/viewvc?view=revision&revision=1396797 Patches contributed by Andre Fischer Fixed getcsym.awk to handle #-comments that contain special regexp chars. http://svn.apache.org/viewvc?view=revision&revision=1230971 118778: Added ADDITIONAL_REPOSITORIES environment variable and its automatic setup in configure. http://svn.apache.org/viewvc?view=revision&revision=1232004 118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Herbert Duerr #i119168# use generic LICENSE file for langpacks and sdks http://svn.apache.org/viewvc?view=revision&revision=1310178 macosxotoolhelper: need to quote perl regexp if it may contain regexp metachars http://svn.apache.org/viewvc?view=revision&revision=1183367 allow gbuild with empty sysroot on linux http://svn.apache.org/viewvc?view=revision&revision=1179186 Patches contributed by Ingo Schmidt native373: #164472# improvements for msi database http://svn.apache.org/viewvc?view=revision&revision=1167540 http://svn.apache.org/viewvc?view=revision&revision=1167539 Patches contributed by Jurgen Schmidt adapt setup package scripts to handle special DS_Store file for developer snapshot builds http://svn.apache.org/viewvc?view=revision&revision=1232430 imported patch extensions_i117681.patch http://svn.apache.org/viewvc?view=revision&revision=1172102 Patches contributed by Michael Stahl gbuild: RepositoryFixes.mk should be optional http://svn.apache.org/viewvc?view=revision&revision=1166123 xslt filter: remove the FLA horror wordml import filter: replace FLA usage with plain XSLT http://svn.apache.org/viewvc?view=revision&revision=1363727 Patch contributed by Oliver-Rainer Wittmann i#88652: applied patch, remove unicows deps http://svn.apache.org/viewvc?view=revision&revision=1177585 Remove lots of OS2 conditionals, re-extract Rhino Java, unwind cppunit pieces, cleanup Mac image bits, remove coin-mp and re-package lpsolve, Oxygen & Crystal, fixup qstart bits, expand MPLv2 subset checking. Change-Id: Iad5c8a76399620b892671633c0d8c29996db3564
2013-06-02configure: fix warning about missing test parameterMichael Stahl1-1/+1
Change-Id: I9478a0c3703f5c9c6341f60db13eade195d074b4
2013-06-01actually add else clause lause for harfbuzz < 0.9.18...Rene Engelhard1-0/+2
Change-Id: I5d37c0e535fc80ca3ab0337a815bc9e978ffaa76
2013-06-01pkg-config -> $PKG_CONFIGRene1-1/+1
Change-Id: I55032e7debd8317bc49759d926e58e40ff69ee6b
2013-06-01fix build with system-harfbuzz >= 0.9.18Rene Engelhard1-1/+7
.. as it split out the icu libs and thus we need to use harfbuzz-icu for pkg-config to get the needed -lharfbuzz-icu Change-Id: Ia4e1774ecdddec87876adf5bc5a93bed86c25046
2013-06-01configure: use -isystem for GSTREAMER_CFLAGSMichael Stahl1-0/+2
... to work around GCC 4.8.0 -Werror=literal-suffix in gst/video/video.h definition of GST_VIDEO_CAPS_RGB8_PALETTED. Change-Id: I514b29d58f348bad0b13c7ef66db4b3ee34516cd
2013-05-31Bin more VS2008 bitsTor Lillqvist1-1/+0
Change-Id: Ia52fdae1e386ea92f11185ce7cdac65baed10495
2013-05-31Drop support for Visual Studio 2008Tor Lillqvist1-92/+34
Change-Id: I22bbd633683e02197400b1ca030c57550be8ff77
2013-05-29Reinstate settting of vsarch which is used a few lines belowTor Lillqvist1-0/+6
Change-Id: I1214498e57fcbb2b7208c213a2b98dc7dc3bf3ae
2013-05-28Resolves: #i120589# Improved detection of missing perl modulesAndre Fischer1-2/+15
(cherry picked from commit 39ca53381a03676402d3a8c27c05b8400888118e) Conflicts: configure.in Change-Id: I2f5d18c98693daa29a19345f56faaf7d1ae3c34a
2013-05-28make 64-bit shell extensions work, put 64-bit VC runtime in the same dirAndras Timar1-35/+17
Unlike in case of msvcr90.dll, which went to WinSxS, msvcr100.dll is installed to the "system32" folder. Windows installer automatically replaces it to SysWOW64. The problem is that this way 64-bit dlls end up in the wrong directory. They conflict with the 32-bit dlls, and will not be installed. Therefore 64-bit shell extensions will not work, unless the 64-bit VC runtime is installed from other source. It is not possible to install both 32-bit and 64-bit VC Runtime with merge modules in case of VS 2010 and VS 2012. For the 64-bit shell extensions, we can install the runtime dlls next to the files. Change-Id: I157048a521662bbac568d1660e46576935f0ea9f
2013-05-28Enable optionally using libc++ on OS X (when targeting 10.7 or later)Tor Lillqvist1-2/+36
Experimental work in progress. Change-Id: I92663e07c7322037182141603f72c6d442da6ee9
2013-05-24kill and bury $(OUTDIR)/incDavid Tardon1-1/+1
Change-Id: Ifaac9bd368cb62abba5ebea315939c91856d0ee0
2013-05-24stop delivering libwps headersDavid Tardon1-1/+1
Yes, I am impatient .-) Change-Id: Ic3a51ffc0a151e8ae71f8d2ff067ea4c3ad1c6b2
2013-05-24do not deliver libwpg headersDavid Tardon1-1/+1
Yes, I am impatient .-) Change-Id: I3d9c292b0d86bc1dd40a574272a43d8178f3a3b3
2013-05-24stop delivering freetype headersDavid Tardon1-6/+2
Change-Id: I8e14cc411520272969cfd24048e403b9fd53cde4
2013-05-24stop delivering fontconfig headersDavid Tardon1-6/+2
Change-Id: Idb11e26ddf19c5424b838586dbd1d8d34a93cf23
2013-05-21bump product version to 4.2.0.0.alpha0+Petr Mladek1-1/+1
Change-Id: I4e83df4ed18f224ce02565c32bdd3fb0c24c6d20
2013-05-20Update mdds to 0.8.1.Kohei Yoshida1-1/+1
Change-Id: If6c1a8a88e9996527d3fcf350a00a72a3866ef4f
2013-05-21fix mdds check: remove extraneous "test"Rene Engelhard1-1/+1
Change-Id: I2c20a52e7f7688359172c9ccbd46b4b012bd4c02
2013-05-21This is most probably the way to get the mdds check rightFridrich Štrba1-41/+8
Change-Id: I65a6018c442769f89f17ee0023510c45373407e7
2013-05-20valgrind support is useful independent from DBGUTIL support.Mark Wielaard1-1/+1
Especially when valgrinding an optimized libreoffice build. Change-Id: I7d2ac5476ba8561ce6afbf8c9472550fbe959c76 Reviewed-on: https://gerrit.libreoffice.org/3966 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-20Revert "Use bundled jpeg for the BUILD platform when cross-compiling"Tor Lillqvist1-1/+0
Causes trouble in other cases, need to figure out a more specific fix for the problem I see. This reverts commit 737a580a3b96efa2e389d2e72546484af8d4d78f.
2013-05-19enable coretext by default on MacNorbert Thiebaud1-1/+1
use --disable-coretext explicitely to turn it off (and revert to ATSUI) Change-Id: I86685482a08cd62665a94eb6e241b59a217d0b52
2013-05-19build gallery does not work on Mac, disable it by defaultNorbert Thiebaud1-2/+2
Change-Id: I94bf2aea81dfdeb5e70672092e89acc1e4ceabf7
2013-05-17Use bundled jpeg for the BUILD platform when cross-compilingTor Lillqvist1-0/+1
Should fix the cross-compiling tinderboxes running on Debian at least. Change-Id: I4fad1beb1a380c69fd1c9461bbf3f4f125df69ee
2013-05-16configure: tweak the jpeg error messages a bitMichael Stahl1-2/+2
Apparently libjpeg-turbo (used on Fedora) has a bunch of emulation modes for jpeg-6/jpeg-7/jpeg-8 compatibility, and the jpeg-6 one supports JERR_BAD_CROP_SPEC too, which was added to libjpeg in jpeg-7. Change-Id: I5ca4deb3ea059996cf72e0e92fc80bd11fc6979a
2013-05-16configure: check libjpeg having JERR_BAD_CROP_SPEC definedRiccardo Magliocchetti1-0/+11
b5a9cc71 introduced the use of JERR_BAD_CROP_SPEC which is not available in Ubuntu 11.10 version of libjpeg62. So better catch this at configure time. Change-Id: I19e4287b0c1a9ddc0baaa70ab61364f99571682c Reviewed-on: https://gerrit.libreoffice.org/3796 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-05-16move copy/pasted ICU_CFLAGS/ICU_LIBS to configureMichael Stahl1-0/+7
Change-Id: I078cccd57331d40118bcc40fb4eb66b113848caf
2013-05-16libwpd: stop delivering headersMichael Stahl1-1/+1
Change-Id: Ic9209b5db0990bc9433d82ef95ca64179e888f51
2013-05-16Handle --enable-macosx-code-signing=no properlyTor Lillqvist1-1/+1
Change-Id: Ib080d0317ea0c34e12db27f6ed080b3928cb165d
2013-05-16Bin some pointless "checking for" messagesTor Lillqvist1-12/+0
Not really useful to see such messages for stuff that does not depend in any interesting way on the LibreOffice or system configuration but is trivially hardcoded based on just the "prefix". Change-Id: I83ec78bb32891a18318d9f174e4efef901c74846
2013-05-15gallery: allow disabling the from-source build in configureStephan Bergmann1-0/+36
Change-Id: Ic390ceeb9f52953d5dea6999b194956e90eb4629
2013-05-15configure: remove un-used vba-package-format option.Michael Meeks1-17/+0
Change-Id: I4dcb563dc2368b7979df3da5e0691cd3633cb5a9
2013-05-15gallery: cleanup makefiles for new gallery naming and translation.Michael Meeks1-1/+2
Change-Id: I9ec5192c007df6d0ce15f5e61cb53cf6ea04db08
2013-05-15No idea what use_shl_version isTor Lillqvist1-3/+0
Change-Id: I85ae4a65c32fda4b6cf79e0e9ed1c3add3941364
2013-05-15UNIXWRAPPERNAME is unusedTor Lillqvist1-19/+0
Change-Id: Ic25acc8413960c2268b5fffc287e8e4f3165a767
2013-05-15MINGW_PYTHON_EXE is unusedTor Lillqvist1-6/+0
Change-Id: I4fb439a3605fc031b0f2e5ca4c91b6413e188181
2013-05-15MINGW_CLIB_DIR is unusedTor Lillqvist1-4/+0
Change-Id: I0bb3e52866b182ed112c49725e4efd7f1018031e
2013-05-15MFC_LIB is unusedTor Lillqvist1-4/+0
Change-Id: I43fb5190f3dff8b2ab1d4ca043a8c852cc353ba8
2013-05-15MFC_INCLUDE is unusedTor Lillqvist1-3/+0
Change-Id: I8aa68985734aa3a2931727415b5bd412af6e6cd0
2013-05-15LIBO_THIS_YEAR is used only as an AC_DEFINEd variableTor Lillqvist1-3/+2
Change-Id: I0c9676fcffbb1080a7d8dd26c80f9a9af08aa04c
2013-05-15LIBMGR_X64_BINARY is unusedTor Lillqvist1-5/+0
Change-Id: Ic3ea17a66d8cc045088ce2a625a79569c8fec431
2013-05-15JAVACISKAFFE is unusedTor Lillqvist1-11/+0
Change-Id: Id3bc14b65e761dc230491dd8cf4c3785a0eaa37e