summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2012-06-23Add a configure flag to enable CoreText SupportNorbert Thiebaud1-0/+20
Change-Id: I0f3865beff53f199fae49e806f308c6dab3e3c11
2012-06-22fixing pyuno bridge on mingw: packaging system-pythonDavid Ostrovsky1-11/+37
Change-Id: Ib46248d217b0161dc20dde0274842bd7381f0cda
2012-06-17(incomplete) attempt to build internal python with MinGWDavid Tardon1-2/+13
Change-Id: I39c880e8615b164a66eb900c11b26da9d6489e02
2012-06-15pkg-config glibEike Rathke1-0/+12
2012-06-13mingw: fix check for boost date_time dllDavid Tardon1-1/+6
Change-Id: I4a31c215d70e6f8f8fc8a768851315b919fba03e
2012-06-13better test for system boost date_time libDavid Tardon1-0/+6
This reverts commit 4c2e9fc655b6480ffc7f0feb5d07b8106b6b8e22. Change-Id: Iea84991ee689240fe6e6ddbc47f44b444f582dde
2012-06-11disable mozilla per default on all platformsDavid Ostrovsky1-13/+18
Change-Id: Ie5e8c7c43d86f060d7733c1787c6382e78c0a463
2012-06-08fix --help (--with-help is already the default)Luboš Luňák1-4/+2
Change-Id: I3b34b49ec72ebd20d55da38d25c6375e72503a13
2012-06-07Clean up some Perl leftovers from set_soenv.inTor Lillqvist1-35/+35
Change-Id: I83ba1fac65958e8df30b5454601e7e20fbb58a8f
2012-06-06Revert "add configure check for date_time lib"Jan Holesovsky1-3/+0
This commit breaks MinGW builds; the m4 macros probably need some improvements there. This reverts commit 5ed17233908c7f87b08b0964b55e4504d964ed71.
2012-06-05PATH for cross-compilations was broken in some way, this seems to fix itTor Lillqvist1-1/+5
Change-Id: Ifa82be2dfae383ed8570c1d99584e67d85833612
2012-06-05Bump AC_PACKAGE_VERSION, tooStephan Bergmann1-1/+1
Change-Id: I8ec106cc0d8bb09e5a1947aacaf12ad6a0ddd8ef
2012-06-05Adding Microsoft Publisher Import filterFridrich Štrba1-0/+25
Change-Id: Iec9c9c5419a40e7ad64af057f1bbb426ca3163b0
2012-06-05add configure check for date_time libDavid Tardon1-0/+3
Change-Id: Ie04e4860363dd3db7c363408c6c8c9e80d9315c0
2012-06-04bump libcmis check to >= 0.2.1 given 966d20e35d5a2be2fce6c204af5c156c3ead7063Rene Engelhard1-1/+1
Change-Id: Ic6814b9a3916493bf0b1c96d5e8c12f3d187f887
2012-06-04configure.in: refuse to run in sourced solar environmentMichael Stahl1-0/+4
revert one hunk from 909cd34b7b0982078a50b9ed46cf57811d9571df Change-Id: I9eb3f3c1cdab2c0624ab65f540b9c3d6b8f1bfb5
2012-06-04module icc removal was a bit too harsh in configure.inNorbert Thiebaud1-0/+3
re-instated lines that were accidentally wiped out in configure.in Change-Id: I54d3140723e99eae1dda6c7b05c29327a22028a3
2012-06-04Replace the module icc functionality by a use of lcms2Fridrich Štrba1-25/+0
Change-Id: I989af1147711f0175bf889bc55043b2d84a49b38
2012-06-03do not check for win-specific stuff on mingwDavid Tardon1-14/+12
Change-Id: I8316e1ce35d059938da35651c0fa1412b8648a7d
2012-06-02deliver sane header only when it's being usedMatúš Kukan1-3/+0
Change-Id: I38a3dfb14375bb4abee7beaa3127c3a4cce1b9a2
2012-06-02twain header is only for WindowsMatúš Kukan1-4/+0
Change-Id: I7b1cee3bde17fc9e52b7fcf06d1d5215a9396814
2012-06-01only check for ext. headers when building with X11David Tardon1-9/+13
Change-Id: Ia37e0cbda71fb10be269bd47657b512ae07ea796
2012-06-01move test for system headers to the right branchDavid Tardon1-2/+2
Change-Id: If162227d55f244ee85d1b0725829a9533427d12c
2012-05-31Don't test cairo if enable_headless is setRiccardo Magliocchetti1-32/+36
I've ended up using a feature switch, i think it is the less risky way of handle this, assuming that enable_cairo_canvas is enough to mark cairo as required, as in my previous try, may be not that safe. The diff looks big because of reindenting a whole block.
2012-05-31fix SCPDEFS for --disable-activexMatúš Kukan1-21/+2
Change-Id: Id20f7294e2bf00cf1a980cb137b51a107ef698e7
2012-05-31We apparently don't need Orbit-2.0 anymoreCaolán McNamara1-1/+1
since a219edfbb65e6623dde2d52c41547d78346b7144 Change-Id: I7cc6d8476aa07929870514a424e2a5e6dc508d99
2012-05-30fix linking with gconf on release machineDavid Tardon1-1/+1
Change-Id: Iec63ac2c1a128e800df92f583fe349526addec4e
2012-05-30reportbuilder: build only when enabledMatúš Kukan1-3/+0
Change-Id: Iee65c6bd8ddc51b3ae703e6d38c825f3801389fe
2012-05-29Warn about disabling XML securityRiccardo Magliocchetti1-1/+2
Some tests will fail and bad things will happen. Change-Id: Ic4b36a030e527b0869d8f8875e6a7c3dfe0a4ff9
2012-05-29Check for libXext headers if we will need themRiccardo Magliocchetti1-0/+2
Change-Id: I35dd689ccb4bd01bb47f15b4db00d01a715ad2a6
2012-05-29do not configure activex component on mingwDavid Tardon1-1/+1
Change-Id: I4aa4be9c29248c75929f6bcd5f09b33cf2a381a0
2012-05-29bin icuversion.mk, set the variables in configureMatúš Kukan1-3/+3
Change-Id: Ife00d7477dacfe1eb325c722517fb038ead083db
2012-05-29do not allow both kde and tde at the same timeDavid Tardon1-0/+5
Change-Id: I423c621c2bd543775c0d6f238fca40a64acaf0cc
2012-05-29set all kde4 libs in configureDavid Tardon1-1/+1
Change-Id: I44b089613710bbdc776a27720c1851f68de1671e
2012-05-29improve odbc headers handlingMatúš Kukan1-1/+0
2012-05-24fdo#50162 merge rtlbootstrap.mk into configure.inDavid Ostrovsky1-1/+58
Change-Id: I241be2704a069ec1f6be5861084039569673cc12
2012-05-23Solaris/Intel/GCC outpath is unxsogiMichael Stahl1-1/+1
2012-05-23Mention that --enable-cl-x64 is incomplete in help messageTor Lillqvist1-2/+3
Change-Id: Ia88d892dea3d597215876a860a0f748f2ed6839b
2012-05-18Add generic --with-build-platform-configure-optionsTor Lillqvist1-0/+5
2012-05-16try to fix --with-solver-and-workdir-root on WindowsMichael Stahl1-2/+12
idlc breaks because sal considers X:\\foo an invalid system path
2012-05-16Don't create the local.properties files in the source tree from configureTor Lillqvist1-11/+1
Change-Id: Ic87be0146360c5e32f1f12f255c897e051c9a50c
2012-05-16More verbose (hopefully correct) help for --enable-headlessTor Lillqvist1-2/+3
Change-Id: I632cfca94a55a395a1765675fa015bbb8864228b
2012-05-15Build with ICU<49 by disabling features not aroundTomas Chvatal1-1/+1
Thanks to Caolan for the explanation. Change-Id: I1db0b1f60681c5f2815472b220ba54b4c38c0cd4
2012-05-15Related: rhbz#162935 Document reason for stl header visibility checkCaolán McNamara1-1/+2
Change-Id: I63edb1931975eca15a0b1efc51f9ce0d35739ebc
2012-05-14TDE integrationNorbert Thiebaud1-0/+186
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
2012-05-14default unix in general to system libxml2/libxslt like MacOSXCaolán McNamara1-29/+61
Change-Id: I7cde2a79462c71f4ce6e3ab75152e804ec7260f9
2012-05-14configure.in: report errors in PathFormatMichael Stahl1-0/+9
2012-05-14configure.in: fix --with-solver-and-workdir-root:Michael Stahl1-6/+4
PathFormat fails if path does not exist
2012-05-14No CUPS for Android or iOSTor Lillqvist1-0/+8
Change-Id: I34b65232b11111fef6473577decc0849d3443fce
2012-05-14make build work again with older ICUDavid Tardon1-0/+8
The recent addition of Hebrew line breaking rules apparently does not work with genbrk from ICU 4.6. Maybe we should just require 4.x (where x is the first version where it is implemented) as minimum ICU version? IMHO it would be better than this insane (and fragile) filtering... Change-Id: Ia2adad3621fa7a2f319a07fb569b1f1c1eb6db7c