summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2013-06-28s/-I/-isystem/ also for KDE headersLuboš Luňák
Should have been included in daaaaf7dcd3982c80031bda141822a469fd5cc6f . Change-Id: Icc6ecf42580d708dc8c610866212ece2e2026452
2013-06-28Remove debug outputIsamu Mogi
From 8e784b59f1c1ce33dc95a6c591ee514383b28f3f Change-Id: Iab0ac8ef53cf0d3d1f1f1ec23ee9a26a3d89f38a Reviewed-on: https://gerrit.libreoffice.org/4435 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-06-28stop copying MSVC debug runtime DLLsMichael Stahl
This is apparently not necessary with MSVC 2012; builds and all tests run here without those DLLs in the solver. Change-Id: If352fb3702d7dae57deb19959eab8eb0fedea318 Reviewed-on: https://gerrit.libreoffice.org/4414 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-06-28No need to check on OS XTor Lillqvist
Change-Id: Ib7dc7b4e6f4dd5829116968f9c86d431b16a5071
2013-06-27use #if to avoid gotchas, move header to include, make UI conditional.Michael Meeks
2013-06-27Revert "fdo#65975 - fix presumed 32bit windows compile bug in configure."Michael Stahl
This reverts commit 0cf61137d2a1993d310e2e8ff9bda4d0ed493ef0.
2013-06-27we now need librdf_world_set_raptor_init_handler from librdfLionel Elie Mamane
Change-Id: I4e3b56fd8c088983a8a01eb6ccf88691d6fd93ef
2013-06-27unoxml needs to link with raptor2 nowDavid Tardon
Change-Id: Icbe5ac8e20b5a05fdba4ed7b8a287c3d9e94d2da
2013-06-26Need to use the right libtool on OS XTor Lillqvist
Change-Id: I37b2a892143892740674ce9882ed61ea88eda894
2013-06-26Experiment with LTO for OS X and iOS, tooTor Lillqvist
With Clang, LTO means compiling to LLVM intermediate representation instead of object code, and optimisation and code generation at link time. As expected, linking the single executable for the iOS experimental app takes quite some time (several hours), and in fact it eventually fails. Hopefully better luck on OS X. Need to use xcrun to find the right ar and ranlib, too, from the Xcode toolchain being used. Change-Id: Iee69397c57bf1d622882ad78c188e1734f6cbd63
2013-06-24Update internal mdds to 0.9.0.Kohei Yoshida
Change-Id: I2f299dd7244e7418959f82f94a56d8cc1749aaba
2013-06-24Add another fallback-path for wilangid.vbsChristian Lohmaier
on Windows Server 2012, it ends up in c:/Program Files (x86)/Windows Kits/8.0/bin/x86/wilangid.vbs and c:/Program Files (x86)/Windows Kits/8.0/bin/x64/wilangid.vbs (files are identical) No full-blown configure check is needed IMHO, since that stuff is part of a bigger install, and not installed separately. AFAICT it is only used when building the translated installsets Change-Id: I1238717bb08635848bb4c54bf4f6b4049e0bc777 Reviewed-on: https://gerrit.libreoffice.org/4468 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-06-23Complain about too old doxygen only when there is oneLionel Elie Mamane
Change-Id: I6c460375945eac8dccddca196f67b8d224e0d34e
2013-06-21Reintroduce --with-linked-git optionLionel Elie Mamane
With slightly different semantics: Instead of pointing at a previous checkout, point at base directory of all repos. Change-Id: I254ecc33071be53067c44610b030f737cf75a7ee
2013-06-21Look for the 10.9 SDK, tooTor Lillqvist
Change-Id: Iee70f531422fe6a312830dc9aa2d57e4f802953d
2013-06-20fdo#65975 - fix presumed 32bit windows compile bug in configure.Michael Meeks
Change-Id: Ia96eef31ddf00f47219265cef306ef950ecb3b27
2013-06-20...and similarly for __cxa_allocate_exception and __cxa_throwStephan Bergmann
Change-Id: I87ae299aac97180f0587c553d85b051decca155c
2013-06-20Clean up declaration of __cxa_get_globalsStephan Bergmann
At least Clang trunk towards 3.4 now rejects incompatible declarations of the same extern "C" function in different namespaces, so that trick of getting at the function that is exported by libstdc++ but only rudimentarily if at all exposed in cxxabi.h no longer worked. TODO: This change should be reflected in any other bridges where it is relevant, too. Change-Id: Ie3ccbdb7d75cc98636d02c0435958532620724f2
2013-06-20Accept also iOS SDK 7.0Tor Lillqvist
Change-Id: I7c863819f5d6022201ce9d450703b5b4d4463dc2
2013-06-20remove last uses of config 'GUI' variableMatúš Kukan
Change-Id: I97188235f0b72b5b54423e05deeaf17c5c681048 Reviewed-on: https://gerrit.libreoffice.org/4188 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-06-19Don't use -d32 when building 64-bit codeTor Lillqvist
Change-Id: I83a960cebb8347170a08d2fda7ed11050b8c4229
2013-06-19use C++11 also with MSVCLuboš Luňák
MSVC supports (a subset of) C++11 without any special switch, so always "enable" support for it and use whatever features are detected by configure checks Change-Id: Ic03be5a1aabe7d20cf763bae6d26a7043a51f287
2013-06-19make autotools compile checks work with MSVC tooLuboš Luňák
We don't run AC_PROG_C, which sets some necessary variables. Change-Id: I21dc4a7e84990861afccbf0c914108737a54ec7d
2013-06-18Let WINDOWS_SDK_WILANGID override the location of WiLangId.vbsStephan Bergmann
...see new TODO comment in configure.ac Change-Id: Id3ffd45357a3f539f3d3f068528019334d929654
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