summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2012-11-16renamed --enable-bluetooth to --enable-sdremote-bluetoothEnrico Weigelt, metux ITS
The current configure option --enable-bluetooth is a bit misleading, it doesn't really tell what it's actually for. Therefore renamed it, so it's more clear that it's an sdremote backend using bluetooth. Change-Id: Ia8b46ee001ea112b80521baa502dcab2bb7e83aa Reviewed-on: https://gerrit.libreoffice.org/1086 Reviewed-by: Rene Engelhard <rene.engelhard.re@googlemail.com> Tested-by: Rene Engelhard <rene.engelhard.re@googlemail.com>
2012-11-15Rename "Mozilla headers" to "NPAPI headers" (incl. configure option name)Stephan Bergmann
...to avoid confusion what that is actually about. (Especially, it is completely unrelated to --enable-mozilla.) ATTENTION: This renames the configure option --with-system-mozilla-headers to --with-system-npapi-headers. Change-Id: I48f3c79d69c4d4f445a94e7ddbeab06ea667becc
2012-11-15ooo.lst: add also tarballs needed for build platformMatúš Kukan
Change-Id: I121b9f8822afc379a619eaa52c5e050457f1d8c3 Reviewed-on: https://gerrit.libreoffice.org/1082 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-11-15remove duplicationMatúš Kukan
Change-Id: I6a42370873708e4b016e75829064da6080acf811
2012-11-15Drop the check for unordered_map.hxxTomas Chvatal
The check itself was always failing unless you added 0x to cxxflags and we can safely assume the header to be there. If the header fails during compile time it throws nice error explaining what is going on anyway. Change-Id: Iedff10f3b2562f731063107df7220efa124aca08 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-11-14remove ancient lo-menubar implementation now that we have the shiny new oneBjoern Michaelsen
Change-Id: Ie5ea41e7376838ac7f2ebfbe0d703e6a28d8a8a9
2012-11-14dropped obsolete --with-system-gettext configure optionEnrico Weigelt, metux ITS
Change-Id: Ia46cb802d40bb1ba199cf937f332c4b343bc22e9 Reviewed-on: https://gerrit.libreoffice.org/1060 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-11-14We need also PATH from the BUILD platform environmentTor Lillqvist
Change-Id: I339760db569cefd43353a205b0c364f6c5976448
2012-11-14Copy also bin/get_config_variables to the CONF-FOR-BUILD directoryTor Lillqvist
Change-Id: Ifb9980257b639651c88c5ec65ba9362bccbca183
2012-11-14stop sourcing config_host wholesale, use get_config_variables insteadNorbert Thiebaud
Change-Id: I1390da403a2f0aab0f4e8323daa9f2fad4ba2550
2012-11-13Upgrading postgresql to 9.2.1Fridrich Štrba
Change-Id: If6e58db174159111dec9c6ab39258d757a3e6ba5
2012-11-13Revert "fdo#38878 upgrade xpdf to poppler"Tor Lillqvist
Also revert my two minor follow-up popper commits. Poppler doesn't build on Mac OS X. It uses fontconfig, and we don't depend on that on the Mac. There is a patch from 2009 http://lists.freedesktop.org/archives/poppler/2009-July/004932.html (actual patch at http://lists.freedesktop.org/archives/poppler/attachments/20090712/f3b154d0/attachment-0001.obj ) that makes poppler not use fontconfig on the Mac, but it was never upstreamed. And that patch uses the obsolete ATSUI API, which we want to stop using in LO code, not introduce new uses of. This reverts commit 39f9eb0d856293a974e2f024b29dca20068af073. This reverts commit 0941c211858416f6117548e093b428b64785f98a. This reverts commit a6e9bb4c7bad649cb44efaeef67fa18090348c53.
2012-11-13fdo#38878 upgrade xpdf to popplerPeter Foley
Change-Id: Ib908a3acba1faabeb411b4d1459968a362ee8029 Reviewed-on: https://gerrit.libreoffice.org/1036 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-11-12bump version to 4.0.0.0.alpha0+Petr Mladek
Change-Id: I04cb89d04ebebcaef2276813864f79365f6899fd
2012-11-12bump to libexttextcat-3.4.0 for fixed Polish detectionCaolán McNamara
now we are "post convert libexttextcat to gbuild" of 31219f0f97d081d94d927b5c3d08bb8677b22506 and no longer need the deleted makefile.mk under windows Change-Id: I1052ab7f6db28182c700f55b25ef897339dc69dd
2012-11-12fiddle system-db test to link on RHEL-6Caolán McNamara
Change-Id: Ic256a10dd45123ae45024f4e77edd3214bc4c931
2012-11-11configure: don't pass --disable-mozilla around, it's the default alreadyMiklos Vajna
Change-Id: I439db77e36af700b34ab9656704cdb3b3359c9ec
2012-11-11Kill set_oenv remnants (by just renaming the required timestamp file)Matteo Casalin
Change-Id: I779128111a4f69235a4c8cc6510018fc61d1b24b Reviewed-on: https://gerrit.libreoffice.org/1026 Tested-by: Tor Lillqvist <tml@iki.fi> Reviewed-by: Tor Lillqvist <tml@iki.fi>
2012-11-09RepositoryExternal: fix gb_LinkTarget__use_valgrindMichael Stahl
... which i've also managed to break, unaware of its existence. Consolidate 2 different ways to use VALGRIND_CFLAGS. Change-Id: I245c7a9a2b6bc904a227a15063cf5d8a2f64313c
2012-11-09configure: oops, let's try to fix that valgrind thing again...Michael Stahl
Change-Id: I151aa45838edbaa713b40716e45a75e812b7c782
2012-11-09configure: why not set up VALGRIND_CFLAGS all in one placeMichael Stahl
Also unbreaks the build because VALGRIND_CFLAGS is now never empty with cedd9ebdd260e99e74ad54391c0d0b1d1ebd9891. Change-Id: Ide5ca799b3656ccaff483ca05dbc18682136345f
2012-11-09remove make-specific code from config_host.mkLuboš Luňák
Apparently some people still try to source it from shell (scripts). Change-Id: If26a5c5eb83739d3ccce043afd095000d355a543
2012-11-09libcdr: move LCMS2_CFLAGS/LIBS setup to configureMichael Stahl
Change-Id: I50f4396e6a8abf32d1a0f63cbfa93d2c59375326
2012-11-09binfilter.die.die.dieNorbert Thiebaud
Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3 Reviewed-on: https://gerrit.libreoffice.org/1014 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-11-08convert lcms2 to gbuildPeter Foley
Change-Id: I96de6b20b2a68f0982a30d33359e9e9cda9e642c
2012-11-08Add more fontsStefan Knorr
(PT Serif, Source Code Pro and Souce Sans Pro under OFL; Open Sans under ALv2) Change-Id: Ic783f0d5841cafce6dba60213b0a658978ff2cfd Reviewed-on: https://gerrit.libreoffice.org/1007 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2012-11-08Use -ffunction-sections for AndroidTor Lillqvist
Part of work towards making the linker more eager to drop unused functions from the output file. Change-Id: Id4edb50ef4048f02277a13885b5f81707cb9c8a3
2012-11-08move more tarball names to configureMatúš Kukan
Change-Id: I10e3a1f9d375ded2087b7bbd9c3d98b35e7868be
2012-11-08MinGW: Fix visibility checks.Jan Holesovsky
Change-Id: I7f2718a60d55f5d99275646875a64e53c805b210
2012-11-08Fix thinkoTor Lillqvist
Change-Id: I84f023a906671a5dfc99e1c6c0a74ae317258dde
2012-11-08Untabify where appropriateTor Lillqvist
Some TABs had sneaked in again. The intent is that no TABs are used in this file, except in the couple of makefiles embedded as "here documents" where TABs must be used because that is what Make requires. Change-Id: Ia72968ae69aafd7c484cf8d47f6a9b1cfb12d24d
2012-11-08Avoid pointless warning when building experimental code anywayTor Lillqvist
Change-Id: Ied9a4fb4eed0a7fda8e6b1bd03a3dbc476797587
2012-11-07convert lpsolve to gbuildPeter Foley
Change-Id: I0038b21a1b3bde4d8d3f5dd0092d15d858336680 Reviewed-on: https://gerrit.libreoffice.org/1002 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-11-06typo...Rene Engelhard
Change-Id: I2c7968194afbcf74967cd16c639dce7de858a513
2012-11-06add AC_MSG_CHECKING/RESULT for ENABLE_SYSTRAY_GTK checkRene Engelhard
Change-Id: Id82e2102f3742e16750440a0db77a81175fb647d
2012-11-06Goodbye gettext, glib, gdk-pixbuf, pango, libcroco, libgsf and librsvgTor Lillqvist
Now with librsvg no longer used, and liblangtag no longer using glib, a bunch of bundled (in some configurations, always on some platforms) 3rd-party libraries are no longer needed. Initial work by rene, continued by tml. Change-Id: I76edd7aea5452e3487499f0b9ed9f767cf760194
2012-11-06Require system liblangtag 0.4.0 at least -- abi changeFridrich Štrba
Change-Id: I4a869e9307ebc47b1cd8d759d9dfa3bb781f47c8
2012-11-05Uploading new libvisio 0.0.20 releaseFridrich Štrba
Change-Id: Ic090ae81c28f12a106a74aa6d10b43cce9d68fed
2012-11-04Enough with that...Norbert Thiebaud
peter's gbuildifications caused and ocean of red, that 1/ was not followed up by any attempt by the author to fix 2/ I wasted a good part of the weekend to de-entangle with only partial sucess reverting the whole mess for now... to be resubmited when a bit less borked... This reverts commit c4c160a4519f20d50e7189ef92aac99b83c4cc6a. This reverts commit faef2e51d0c7b74334a11400b205daf382805780. This reverts commit 057ce1fe2911f51be97199bf95e175db8aebfa42. This reverts commit a7d34af344900233ba08aee2a56a3daf85ab2421. This reverts commit befae0ceb80deb4623f3e41ff88b6dcb63eca0ad. This reverts commit 433b43bcd2dbd146a9d6342fab0704d653c50d29. This reverts commit 93e2c4a9d257ebbe794fbaba888229857e7c42d8.
2012-11-04libcms2: mac has issue with long longNorbert Thiebaud
Change-Id: Ibd1ec8d540597e611609dafdffb39266a2ec064d
2012-11-04fix some lcms2 gbuildification breakages...Norbert Thiebaud
Change-Id: Icad3132c1710c62559c35964fe5ce3f466646f13
2012-11-04convert lcms2 to gbuildPeter Foley
Change-Id: I96de6b20b2a68f0982a30d33359e9e9cda9e642c
2012-11-03convert lpsolve to gbuildPeter Foley
Change-Id: I0038b21a1b3bde4d8d3f5dd0092d15d858336680
2012-11-03convert hyphen to gbuildPeter Foley
Change-Id: I55b3832128aa096eb44b67a26ec2afeb6c573604
2012-11-03bin pointless post_download.inMatúš Kukan
Getting dbghelp.dll with help of dbg_x86.msi was removed. It was most probably obsolete. Change-Id: Iab4c63b2ad883e3d1db3df965eecf15dccb478eb
2012-11-03More x64 MSVC fixesTor Lillqvist
Change-Id: If3a81a27b008d396d5cee05337feb2cc58e498d6
2012-11-03Don't look for a x64 compiler separately if we are building with itTor Lillqvist
This change just to avoid misleading warnings. Will have to verify later that a proper 64-bit Explorer extension gets built in this case. (There should be no need to build a separate 32-bit Explorer extension when building a 64-bit LibreOffice. After all, a 64-bit LO can be installed only on a 64-bit OS with a 64-bit Explorer.)
2012-11-03these have been converted; use _tarball variablesMatúš Kukan
Change-Id: I9215fbfaf5c2e5d40e7257cd52d8d9544599ea63
2012-11-02There is no --with-zip-home optionTor Lillqvist
Change-Id: I560b4504263c824154f488aab2fa62c1d26e03bb
2012-11-01configure: don't accept -enable-headless where it won't workRiccardo Magliocchetti
Don't even try to build --enable-headless where GUIBASE would not be unx. Change-Id: I6e5a6d3071317171f42c0b1336502cec50ba72fa