summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2012-10-19use prefered name configure.ac to scilence aclocal 1.12 warningPeter Foley1-12967/+0
Change-Id: I5875d3fface19bdce2948c6a2979b1b5e4e0735f
2012-10-16typo in configure.in wrt the name of the helpcontent2 moduleNorbert Thiebaud1-1/+1
Change-Id: Id0d7335872c2e2c074769bd7edc1b7301b1ebdbe
2012-10-16submodules migrationNorbert Thiebaud1-0/+6
Change-Id: Ib3e472a4b1abf880f695be7a6667393d6a82f10d
2012-10-16--with-lang=en-US is already the defaultDavid Tardon1-1/+2
Change-Id: I906e025e1b7eb8ecda028eef89ac5667cd2aac13
2012-10-15Don't build gdk-pixbuf, glib, libcroco or libgsf for iOS or AndroidTor Lillqvist1-4/+12
Change-Id: I7b4ef1e505b16e0d55228e7b91226e40ba94cfd6
2012-10-15conditionalize build of external modulesDavid Tardon1-0/+9
Change-Id: Id0a1d289a58614f34e45556ce4bf755b5ccfecc8
2012-10-14Experiment with PowerPC Mac cross-compilationTor Lillqvist1-3/+6
Using Xcode 3 and the 10.4 SDK is obviously assumed. Change-Id: I8fc3cf75a976edae41d430017b6110f5a424c75f
2012-10-12convert librsvg to gbuildPeter Foley1-0/+3
Change-Id: I1f84f85abc4e2db3679e64d34671458779ca97fa
2012-10-12gbuildification of jpegDavid Ostrovsky1-0/+2
Change-Id: I466f13f1132103bc20b9918411a54fd3106f4553
2012-10-11unowinreg.dll is needed on all platformsMatúš Kukan1-1/+5
Change-Id: I55771733baee432d2ccf75df012552eb2d035acd
2012-10-11ooo.lst: use more variablesMatúš Kukan1-0/+2
Change-Id: I478996c43d069648241d8c5cff64ff78b9230154
2012-10-11configure: blacklist gcc 4.7.[01] for -std=c++0x due to ABI breakMichael Stahl1-6/+10
Change-Id: Ibb1f0d61649fe6ebfe48a76177c207da6644cd84
2012-10-11Unset HAVE_THREADSAFE_STATICS for Android too, for nowTor Lillqvist1-1/+1
The code generated by cppumaker in the comprehensive case is in fact broken, says sberg, and this is a way around it until it is fixed. Change-Id: I0a3950d28e39a83f293f04fad9e0be80e131e3e9
2012-10-11Use DISABLE_DYNLOADING on AndroidTor Lillqvist1-2/+2
IN this branch these changes are not conditional. Unclear yet whether this is what we finally will want to use or not. Maybe should make these changes conditional and do this stuff in master instead? Change-Id: I379d570a0e00648d295c675fd90eba6594ba3182
2012-10-09explicitly fail with --enable-compiler-plugins if compiler is not clangLuboš Luňák1-0/+4
Change-Id: I7c21730486f74b44b7c1189c40105f5d1a96f754
2012-10-09initial support for clang compiler pluginsLuboš Luňák1-0/+39
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 Štrba1-11/+0
This reverts commit 79fce4ddeb8b45fd047a97507051cd9ca4245f60. Conflicts: configure.in download Change-Id: Ica8691c5ff5d3e70538d029ed33a91621405af94
2012-10-09Revert "download rebase if needed for all sdk versions"Fridrich Štrba1-2/+2
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 Lillqvist1-1/+1
Change-Id: If331d969f419d72076faff661bd0fbeb52bd24c4
2012-10-08use icerun to avoid compilation process explosions using icecream.Michael Meeks1-0/+11
Change-Id: I3539bfcfbbb43f44a6fc8fae60bda84267938116
2012-10-08scp2: rename misleading WITHOUT_EXTENSION_SCRIPTING_BEANSHELL/JAVSCRIPTMichael Stahl1-2/+2
Change-Id: Id8524bcfa3d593584afbad0b5dcc1cc48aa377d7
2012-10-08configure: adjust beanshell/javascript options toMichael Stahl1-8/+22
the changes in a72a7dc500ffd57662e8b9be61e4676266861c33. Change-Id: I79fba4dbe8a72b65625a9ed11fa0b3cebdf80426
2012-10-07untabify configure.inNorbert Thiebaud1-113/+113
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 Thiebaud1-1/+1
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 Foley1-1/+1
Change-Id: I1417d243c94438c36158b0d5f873fa939b7d7642
2012-10-07mergelibs works on windows nowPeter Foley1-1/+1
Change-Id: I536921b4734a50b90aa0007ebf2120306ce497a0
2012-10-07only add win8 lib path for win8 sdkPeter Foley1-2/+6
Change-Id: I9b30e5e0a8f961df1070f4ceb0e330558ab16335
2012-10-07prevent ccache from being doubled with MSVCPeter Foley1-17/+19
Change-Id: Idb2fd2a115c5e32d3e894d70c0e86730b38e73e9
2012-10-07Fix ccache with MSVCPeter Foley1-20/+17
Change-Id: I0721a8d0aa584051d1e16b327c3cd1352eedf253
2012-10-07fix dbghelp.dll download againPeter Foley1-0/+8
Change-Id: I5992023a946301809b9708d9df29dd9cc1500b53
2012-10-07fix msm suport for VS2012Peter Foley1-3/+7
Change-Id: Ibc816de83eb48163671948ecc84e7653f2b4ec13
2012-10-07Win8 SDK no longer ships rebase.exePeter Foley1-0/+11
Change-Id: I3c4280ee53411f4914be8ebd4f41d1c1cec1ba97
2012-10-07fix path for make_installer.plPeter Foley1-0/+2
Change-Id: Iac0ca81edaada999c774cdf8169f07fa98278cc6
2012-10-07fix cli_ure build with Win8 SDKPeter Foley1-0/+36
Change-Id: I4842d848234a5dc21085a3fd0aa0a79c58c71e8c
2012-10-07fix canvas build with Win8 SDKPeter Foley1-0/+5
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 Foley1-5/+27
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 Thiebaud1-0/+3
Change-Id: I8b06bd1853cec283f330e892c1efa229682d9767
2012-10-05configure: actually link the libraries in FOO_LIBS variablesMichael Stahl1-5/+5
Change-Id: Iaf30da1773676de38b1a76e2008a17316b1477a5
2012-10-05libcdr: remove boilerplate:Michael Stahl1-0/+12
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 Ostrovsky1-0/+22
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 Štrba1-1/+1
Change-Id: I5bb93f9228e69dfd46b450089f34cac7204f10b8
2012-10-05Clarification to commentTor Lillqvist1-0/+6
Change-Id: I0143516455f5abad2da6b13a985d08b37e5c3cae
2012-10-04Clean up HAVE_THREADSAFE_STATICSStephan Bergmann1-45/+36
Change-Id: I042269aabaa2e9952c5d2f41cf93e55d654f6313
2012-10-04Codify the fact that GCC < 4 is not supported any moreStephan Bergmann1-0/+3
Change-Id: I8d0eb681cdfefbf7524de4478e3296ca797b4c5e
2012-10-04bump to latest *binary* liberation fontsCaolán McNamara1-1/+1
Change-Id: I58255383497176984cf836faca8c7b7766335da1
2012-10-04Revert "bump liberation fonts to latest stable version"Caolán McNamara1-1/+1
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 McNamara1-1/+1
Change-Id: Ie8286af3e7840acc3013c192e95d0a1658618310
2012-10-03Don't try to make binaries that run on ancient OS when using current toolsTor Lillqvist1-1/+6
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 Ostrovsky1-0/+2
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 Engelhard1-2/+2
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