summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2013-06-17OpenCL code cleanupsMichael Meeks
Change-Id: Iab75b11f13856a6e631587e22b5d76977b8c7448
2013-06-17initial opencl configure pieces.Michael Meeks
Change-Id: I5592fdab8f6029e371b3d70f3334b737a6262eac
2013-06-17WPX_SEEK_END needs libwpd >= 0.9.5Fridrich Štrba
Change-Id: I8f4e41d4f089d989a699e29bbb48a6fb749ff95a
2013-06-15Enable Sifr themeIssa Alkurtass
Change-Id: I3adcc90fe7621c11e77b05d4394b8d55ad223469
2013-06-15Fix iOS build glitchTor Lillqvist
Change-Id: I2d1d8600faa87ad273c1af55de73e455fbe6f68c
2013-06-14Better approximation of HAVE_THREADSAFE_STATICS for ClangStephan Bergmann
Change-Id: Ie29aa2e970f06a4a5bef672afe17b085600e7b88
2013-06-14grrStephan Bergmann
Change-Id: Ib158bc873fc41bb5668a1da3d7c928f2757d80ab
2013-06-14Missing AC_DEFINE(HAVE_CXX11)Stephan Bergmann
...post d7ae9f7743d946845a8379e2fb47666f124e2c87 "rename HAVE_CXX0X->HAVE_CXX11 and clean up to #define in a config header." Change-Id: Ie8f62c78c9aabe06736a25e60a3035880470e7b5
2013-06-13do not override C++11 decision made for libc++ on macosxLuboš Luňák
Removed in 44159c6cdf3127ef8ee628f07f3f2d38a93dc3b2 , but since it's set in CXX, this either has to pass, or it has to fail (or it shouldn't be hardcoded the way it is). Change-Id: If5b7b7096927f5d97c7c744cbbfea08e90f1de55
2013-06-13fix libstdc++ C++11 ABI check with ClangLuboš Luňák
Do not confuse GCC and libstdc++ versions. Clang defines GCC version #defines, so the old version was wrong for it. Correct __GLIBCXX__ values found from GCC/libstdc++ repository history. Change-Id: I94f5250609f7c9a114b2d15093abc9ca4209b13f
2013-06-13work around the C++11 __float128 problem with libstdc++ headers and clangLuboš Luňák
Change-Id: Ia1b443d22b3b7f6f93f1ad8c5fa760b0f1da3b83
2013-06-13split the 'can we use C++11' check into independent tests for each problemLuboš Luňák
Change-Id: If0fdc13b02ca6dd4eb67afee5b308d2e51a5b30d
2013-06-13rename HAVE_CXX0X->HAVE_CXX11 and clean up to #define in a config headerLuboš Luňák
Change-Id: Id13e77fe890301a8510952994a91853568a7aea6
2013-06-13move C++11 check to stand aloneLuboš Luňák
Change-Id: Ia1b22f1cd111a7008a023c1c9b60fa4e07832f24
2013-06-13Disable Graphite for Android and iOSTor Lillqvist
It definitely does not make sense for iOS, I assume. For Android the situation is unclear, but let's disable it for now. It causes linking errors currently anyway as the graphite_serverfont.cxx is not compiled for Android. (Whether it could and should be compiled then instead of disabling Graphite, I don't know.) Change-Id: I1a874d304af508d2217da08e49dc158664f2e9d2
2013-06-13Simplify EPM tests for OS XTor Lillqvist
We always should use the internal epm anyway on OS X, so no need to look for PackageMaker.app in /Developer which doesn't even exist any more. Change-Id: I943f34e14e9ce0c3bec5bd7b86612a62e5b9e83d
2013-06-12Use xcode-select -print-path instead of hardcoding /Applications/Xcode.appTor Lillqvist
Change-Id: Ie576ba4497efac689a81c67474c61ec91c0a810b
2013-06-10The only OS graphite is not available on is MacOS XFrançois Tigeot
Change-Id: Id63520c60bd4c7f44c271fdb2a832627c42b8738
2013-06-10More systematic *_CFLAGS s/-I/-isystem/Stephan Bergmann
...to avoid compiler warnings in external headers. Change-Id: Ibd7fcb0400bfd8ffa49cc8db77956e443551ebb3
2013-06-07Build: fix non-existent merge modules for MS Visual Studio Express versionsMathias Michel
Change-Id: Id19f3fde0803e9242ca1e7279fd814262c74f6ef Reviewed-on: https://gerrit.libreoffice.org/4182 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-06-07further reduce GUIBASE usage; don't set it to headlessMatúš Kukan
Change-Id: I76916c15f380bd80e823845f52f32a1c444079da
2013-06-07Revert "Revert "simplify check for harfbuzz""David Tardon
This reverts commit 49b28849e5076d5e63aab9ed50f87c61e1f43e43.
2013-06-07whitespace: \t -> spacesDavid Tardon
Change-Id: Iae5ef71a284407cd2d6f0f604b1ae621d0bceba9
2013-06-07Revert "simplify check for harfbuzz"David Tardon
This reverts commit 36edf2e6fff430beeb35882b408ceb01453a9e18.
2013-06-07simplify check for harfbuzzDavid Tardon
We check for it in both branches of the if, right? So why do not drop it entirely? Change-Id: I715bfb55c02c5425bbb4874b97aca9d2872acced
2013-06-06configure: --with-system-libs should imply --with-system-harfbuzzMiklos Vajna
Change-Id: I704f0e679382f6d4b08fcdda99337d2376c21fe3
2013-06-06TypoJulien Nabet
Change-Id: Iced1dfba37c155c64dc0488fdb1b0d50e20b25c4
2013-06-06Revert "configure: add evil hack to disable doxygen on a certain tinderbox"Michael Stahl
This reverts commit ea9b4a69469cbd8bdbbd972638612632adf31d66.
2013-06-05Some more win64 "fixes"Fridrich Štrba
Change-Id: Id3de720a7ab28499644881e628a18f99121cb3c9
2013-06-04vcl: add a console-only mode to avoid problems on Mac for gengal.Michael Meeks
Change-Id: Ie5332330e6f398c3cd7e58df9b12fac121f5426f
2013-06-04MPLv2 subset improvements.Michael Meeks
2013-06-04configure: add evil hack to disable doxygen on a certain tinderboxMichael Stahl
Change-Id: I7cd84408d2963e2767cc415b2fb48e5a0a27d84f
2013-06-04Some configury and non-working stubs to start to compiler for Win64 with MinGWFridrich Štrba
Change-Id: I907c3ea083e8d7f9e48fc62dd6d5b783639438cb
2013-06-04configure: require doxygen 1.8.4 for UNO IDL supportMichael Stahl
Change-Id: I9a90bf06a70f6537f9671ef2cd47bf68c3cf5d57
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
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 Stahl
Change-Id: I9478a0c3703f5c9c6341f60db13eade195d074b4
2013-06-01actually add else clause lause for harfbuzz < 0.9.18...Rene Engelhard
Change-Id: I5d37c0e535fc80ca3ab0337a815bc9e978ffaa76
2013-06-01pkg-config -> $PKG_CONFIGRene
Change-Id: I55032e7debd8317bc49759d926e58e40ff69ee6b
2013-06-01fix build with system-harfbuzz >= 0.9.18Rene Engelhard
.. 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 Stahl
... 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 Lillqvist
Change-Id: Ia52fdae1e386ea92f11185ce7cdac65baed10495
2013-05-31Drop support for Visual Studio 2008Tor Lillqvist
Change-Id: I22bbd633683e02197400b1ca030c57550be8ff77
2013-05-29Reinstate settting of vsarch which is used a few lines belowTor Lillqvist
Change-Id: I1214498e57fcbb2b7208c213a2b98dc7dc3bf3ae
2013-05-28Resolves: #i120589# Improved detection of missing perl modulesAndre Fischer
(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 Timar
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 Lillqvist
Experimental work in progress. Change-Id: I92663e07c7322037182141603f72c6d442da6ee9
2013-05-24kill and bury $(OUTDIR)/incDavid Tardon
Change-Id: Ifaac9bd368cb62abba5ebea315939c91856d0ee0
2013-05-24stop delivering libwps headersDavid Tardon
Yes, I am impatient .-) Change-Id: Ic3a51ffc0a151e8ae71f8d2ff067ea4c3ad1c6b2
2013-05-24do not deliver libwpg headersDavid Tardon
Yes, I am impatient .-) Change-Id: I3d9c292b0d86bc1dd40a574272a43d8178f3a3b3
2013-05-24stop delivering freetype headersDavid Tardon
Change-Id: I8e14cc411520272969cfd24048e403b9fd53cde4