summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2012-10-09explicitly fail with --enable-compiler-plugins if compiler is not clangLuboš Luňák
Change-Id: I7c21730486f74b44b7c1189c40105f5d1a96f754
2012-10-09initial support for clang compiler pluginsLuboš Luňák
The plugin is intentionally built using a custom Makefile, because it's used by gbuild, so I don't want to build the plugin using gbuild too. It is also intentionally not placed under workdir/, as that is cleaned by 'make clean', the plugin is cleaned only by 'make distclean', so that cleaning it doesn't cause ccache misses. No actual functionality in the plugin itself yet. Change-Id: Ic05eba8d6260eec123c9e699eb5385abfe1b832f
2012-10-09Revert "Win8 SDK no longer ships rebase.exe"Fridrich Štrba
This reverts commit 79fce4ddeb8b45fd047a97507051cd9ca4245f60. Conflicts: configure.in download Change-Id: Ica8691c5ff5d3e70538d029ed33a91621405af94
2012-10-09Revert "download rebase if needed for all sdk versions"Fridrich Štrba
This reverts commit b23f3e484273ed44c36a0c039454cdfbf6f6f1e7. Conflicts: configure.in Change-Id: Id9d3c2373e32bab76d58a7765ea17994b738d309
2012-10-09Do generate Thumb code, I think the current NDK (r8b) handles it fineTor Lillqvist
Change-Id: If331d969f419d72076faff661bd0fbeb52bd24c4
2012-10-08use icerun to avoid compilation process explosions using icecream.Michael Meeks
Change-Id: I3539bfcfbbb43f44a6fc8fae60bda84267938116
2012-10-08scp2: rename misleading WITHOUT_EXTENSION_SCRIPTING_BEANSHELL/JAVSCRIPTMichael Stahl
Change-Id: Id8524bcfa3d593584afbad0b5dcc1cc48aa377d7
2012-10-08configure: adjust beanshell/javascript options toMichael Stahl
the changes in a72a7dc500ffd57662e8b9be61e4676266861c33. Change-Id: I79fba4dbe8a72b65625a9ed11fa0b3cebdf80426
2012-10-07untabify configure.inNorbert Thiebaud
over time, unscrupulous committers allow intenpestive tab and trailling spaces to creep in. This cleans them up. Change-Id: Ia9134599cdf58462bb4231e88362d4ff00ab45ab
2012-10-07clean-up after configureNorbert Thiebaud
On MacOSX libconftest[12].dylib.dSYM directories where left over after a test to determine visibility support use a wider net to clean-up work files Change-Id: Ie3695c08a5a22dbb1e5a194f8dc1bc6120c8e8c2
2012-10-07download rebase if needed for all sdk versionsPeter Foley
Change-Id: I1417d243c94438c36158b0d5f873fa939b7d7642
2012-10-07mergelibs works on windows nowPeter Foley
Change-Id: I536921b4734a50b90aa0007ebf2120306ce497a0
2012-10-07only add win8 lib path for win8 sdkPeter Foley
Change-Id: I9b30e5e0a8f961df1070f4ceb0e330558ab16335
2012-10-07prevent ccache from being doubled with MSVCPeter Foley
Change-Id: Idb2fd2a115c5e32d3e894d70c0e86730b38e73e9
2012-10-07Fix ccache with MSVCPeter Foley
Change-Id: I0721a8d0aa584051d1e16b327c3cd1352eedf253
2012-10-07fix dbghelp.dll download againPeter Foley
Change-Id: I5992023a946301809b9708d9df29dd9cc1500b53
2012-10-07fix msm suport for VS2012Peter Foley
Change-Id: Ibc816de83eb48163671948ecc84e7653f2b4ec13
2012-10-07Win8 SDK no longer ships rebase.exePeter Foley
Change-Id: I3c4280ee53411f4914be8ebd4f41d1c1cec1ba97
2012-10-07fix path for make_installer.plPeter Foley
Change-Id: Iac0ca81edaada999c774cdf8169f07fa98278cc6
2012-10-07fix cli_ure build with Win8 SDKPeter Foley
Change-Id: I4842d848234a5dc21085a3fd0aa0a79c58c71e8c
2012-10-07fix canvas build with Win8 SDKPeter Foley
Change-Id: I17bd44ba8f5a6484d10bb64201ace8e030cf334d Reviewed-on: https://gerrit.libreoffice.org/789 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-07add support for Windows 8 SDKPeter Foley
Change-Id: I941ce196917cad307d9de03030c4b23ff4e1b249 Reviewed-on: https://gerrit.libreoffice.org/785 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-06WaE due lcms2 include, hide itNorbert Thiebaud
Change-Id: I8b06bd1853cec283f330e892c1efa229682d9767
2012-10-05configure: actually link the libraries in FOO_LIBS variablesMichael Stahl
Change-Id: Iaf30da1773676de38b1a76e2008a17316b1477a5
2012-10-05libcdr: remove boilerplate:Michael Stahl
Define the various FOO_CFLAGS/FOO_LIBS used by libcdr in configure even for the case of internal FOO, and then just pass those variables into libcdr configure to get rid of SYSTEM_FOO conditionals. Change-Id: I0edabc13f8a068cb13792a16499593b8c589da1a
2012-10-05gbuildification of jfreereportDavid Ostrovsky
In dmake jfreereport build system an intermediate directory classes was used. All artefacts that created during build were copied there, including external apache-commons-logging.jar. Finally java system property was used -Dlib=classes. In gbuild we don't want to mess with copying artefacts around. The artefacts are packaging in $(OUTDIR)/bin and java system property points to -Dlib=$(OUTDIR)/bin. However the dependencies must be set inside jfreereport module, because of jar interdependency: liblayout depends on other jars and flow-engine depends on liblayout. This is achived with new function gb_ExternalProject_use_packages. Special treatment is necessary when system apache-commons library is used, in which case it is not reside in $(OUTDIR)/bin, but in /usr/share/java/commons-logging.jar or in custom location. For that purpose the both patches: flow-engine.patch and liblayout.patch were extended and new java system property was introduced -Dcommons-logging.jar and passed to the build.xml. A dependency from liblayout to apache-commons-logging is set. jfreereport was moved to tail_build module. Change-Id: I32e39bb5f4f825f182c3bd3cfc1a13ea1c38321e Reviewed-on: https://gerrit.libreoffice.org/761 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-05Uploading a new shiny libcdr-0.0.9Fridrich Štrba
Change-Id: I5bb93f9228e69dfd46b450089f34cac7204f10b8
2012-10-05Clarification to commentTor Lillqvist
Change-Id: I0143516455f5abad2da6b13a985d08b37e5c3cae
2012-10-04Clean up HAVE_THREADSAFE_STATICSStephan Bergmann
Change-Id: I042269aabaa2e9952c5d2f41cf93e55d654f6313
2012-10-04Codify the fact that GCC < 4 is not supported any moreStephan Bergmann
Change-Id: I8d0eb681cdfefbf7524de4478e3296ca797b4c5e
2012-10-04bump to latest *binary* liberation fontsCaolán McNamara
Change-Id: I58255383497176984cf836faca8c7b7766335da1
2012-10-04Revert "bump liberation fonts to latest stable version"Caolán McNamara
This reverts commit af1f72feafc00ee6658f6fa7d267f58132adba09 because we would need to build the fonts from .sfd, sigh
2012-10-04bump liberation fonts to latest stable versionCaolán McNamara
Change-Id: Ie8286af3e7840acc3013c192e95d0a1658618310
2012-10-03Don't try to make binaries that run on ancient OS when using current toolsTor Lillqvist
For some reason the current Clang linker doesn't like that and misbehaves, Apple bug 12075544. It is unclear whether binaries built using a modern Xcode and SDK to run on 10.4 actually would run on 10.4 anyway. Change-Id: Id15da5eaa4bb95af9cf6d98a658c510f4a786185
2012-10-03gbuildification of languagetoolDavid Ostrovsky
It is not clear how to remove a file: REMOVE_FILES=openoffice/images/dialogh.png. Let it for now in place. Change-Id: Ie8739fd207ca7dc9343c92c93cf092b3af674bf0 Reviewed-on: https://gerrit.libreoffice.org/753 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-03fix POPPLER_NOT_0_20_0 checkRene Engelhard
0.20x is affected, not only 0.20. I think this should be checked here only, though if it was 100% sure a poppler bug. But this is at least better to the broken check before.. Change-Id: If01a4329d18d317371be11d63c66b3487f5f556b
2012-10-02gbuildification of rhinoDavid Ostrovsky
Default patch level 3 was not working here and must be overriden with gb_UnpackedTarball_set_patchlevel function with 2. New java file OfficeScriptInfo.java was extracted from rhino1_5R5.patch and added with gb_UnpackedTarball_add_file. Change-Id: Iba25b2350caffd943af93f59fa2139332b009ef2 Reviewed-on: https://gerrit.libreoffice.org/752 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-02correct help string: horizontal -> verticalIvan Timofeev
Change-Id: Id67da9d90a8fa21b99733c448fc32e81c6f1ab46
2012-10-02poppler 0.20.0 makes sdext test fail, fail already in configureLuboš Luňák
But I expect this was too much work to add when the first person ran into this. Change-Id: I8cc84ddec2ffaa76b408f9fb7102ab694347099d
2012-10-02Help text for newly introduced switches.Jan Holesovsky
Change-Id: I3f148d0dd61adc7008fdf64d077818c22a0e7d09
2012-10-02fdo#52268: splash: change color and position of messagesIvan Timofeev
Change-Id: If6c607fc9f0be1f7a71eda8d555399451938c5fc
2012-10-02gbuildification of beanshellDavid Ostrovsky
Change-Id: I1b71796ca95500efeffe5e01dba3e73711f920e7 Reviewed-on: https://gerrit.libreoffice.org/745 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-01fdo#50163 move definition of PLATFORMID into configure.inAndras Timar
Change-Id: Iea8385aa9213ccde7e6650cb934361597d508250
2012-10-01configure.in: edit message checking for new GStreamer 1.0Korrawit Pruegsanusak
to not duplicate the message checking for old one and be consistent with the help message in AS_HELP_STRING Change-Id: I91e0a5ed0e2278de013d7872eadc6f93b970c231 Reviewed-on: https://gerrit.libreoffice.org/722 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-01gbuildification of saxonDavid Ostrovsky
Change-Id: Ic54337f4279daf78b099aab368eade5a6143f586
2012-09-29gbuildify tomcatNorbert Thiebaud
Change-Id: Ibd7b71292450db8e3e98f9ede5a836182eb38770
2012-09-29Make --enable-64-bit automatically turn on --enable-coretextTor Lillqvist
Change-Id: I4d2749d8da44fd8b469315c2be0093c19fc20be1
2012-09-29No need for BITNESS_OVERRIDE in makefilery as CPU etc work fineTor Lillqvist
Change-Id: I59f4d5ad275af62c997723908754112c062a31be
2012-09-28bean: just use AWTLIB on all platfroms to simplify thisMichael Stahl
Change-Id: I6c8bc792a57750b7fd5f36e3eb97f76870a7a632
2012-09-28gbuild: clean up usage of weird x11_extensions module etc.Michael Stahl
Move libraries using those headers to RepositoryExternal.mk and also move pkg-config invocation to configure. Change-Id: I17a240fcba83a98f3f248f15b34d245f941c62e2