summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2013-03-06Do not add empty path to SOLARINC on windowsPeter Foley1-3/+5
Change-Id: I6c53e999b9921dff4338815a48b8c97b4fe25059
2013-03-06Adding libmariadb module for internal mariadb (work in progress)Fridrich Štrba1-45/+17
Change-Id: If2cf9ff21120e29a149903e8eab849d97fa0c2c9
2013-03-06XINC and XLIB are never usedMatúš Kukan1-36/+2
Change-Id: I242153584dd8e50e8163c4534acf8d8a66423b02 Reviewed-on: https://gerrit.libreoffice.org/2545 Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz> Tested-by: Tomáš Chvátal <tchvatal@suse.cz>
2013-03-06clean SOLARLIB post dmake removalMatúš Kukan1-40/+12
I think it should die completely but openbsd and solaris still use it. Probably just setting LDFLAGS should be enough for them ? Also SOLARINC_FOR_BUILD and SOLARLIB_FOR_BUILD are not used anywhere. Change-Id: I1c11981f859876af8b90e8ba60fce2820b354022
2013-03-06Switch from libmysqlc library to mariadb-native-clientFridrich Štrba1-55/+55
Change-Id: I867918bbb61b289e1ad8752e6f46705af6e85b7c
2013-03-04If Mozab is built, look for VS2005 dllsFridrich Štrba1-1/+9
Change-Id: Id5585ff27af8e743adbecbdad3587db9224a394b
2013-03-04do not require cygwin gccPeter Foley1-40/+28
Change-Id: I29de91f2eeb5c9317271aecf861f64a3c8eff73f Reviewed-on: https://gerrit.libreoffice.org/2521 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-03-04Revert the VS2005 dll fix. We will need a separate rule for that.Fridrich Štrba1-4/+0
This reverts commit 2c9d3817429b1537ea31521cb263a52ce9c7968e. Change-Id: Id2f0eca9f487920cdb4f36e99c776475bcde4721
2013-03-04Better to add those ones after the checkFridrich Štrba1-4/+4
Change-Id: If9acef1f2b25f94521ce1ff903eaaca7ea90b4cd
2013-03-04If enabling mozab on windows, package the needed dlls and manifestFridrich Štrba1-0/+4
Change-Id: I3152ba166c2ea22bd740d85a89d2b6a0c073279e
2013-03-03fixup configure outputPeter Foley1-1/+2
Change-Id: I1ec6261e1f5a34a9c1f00d874aa5191368034f4c
2013-03-02fix build on android with gcc 4.7Peter Foley1-1/+21
See https://code.google.com/p/android/issues/detail?id=41770 Change-Id: I555c1e9b8b15afd78b07b1c7b12a0b37d1112f9a
2013-03-02remove minor.mkMatúš Kukan1-12/+0
Hopefully all stays the same except for vcl/unx/gtk/a11y/atkutil.cxx. Change-Id: I49108007ee6d045f045de86c8654efc7ca5fd3d0 Reviewed-on: https://gerrit.libreoffice.org/2491 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-03-01current mingw headers don't have fMergeNeutralItemsLuboš Luňák1-0/+18
Reported upstream by Kendy (r5626), for now do not use the field if not present, seems to be not that important.
2013-03-01avoid relinking on windows after every configure runLuboš Luňák1-1/+12
Since 2ba9023a60f41f5ba414fa0f7682ac8104b3a00b WinResTarget depends on solenv_inc, which eventually depends on solenv/inc/minor.mk , which means relinking all libraries on Windows after each configure run. As AC_CONFIG_FILES updates generated files unconditionally, use a temporary and update only when it's actually changed. Change-Id: Ie5503ed7cdf307ab51935d271e9f1603b5e8f987
2013-02-28remove the unused dmake solenv .mk filesCaolán McNamara1-2/+1
note that the remaining langlist.mk and minor.mk are included by gbuild makefiles Change-Id: Ib3285cbba0e10ec033bb5968bad5ef9a7d507dd8
2013-02-28Unused UDK_MAJOR/MINOR/MICRO macros (and udkversion.mk), also removed from SDKStephan Bergmann1-10/+1
Change-Id: I466424c5b71de4d6bb126499895539813283502a
2013-02-28Unused SAL_UDK_MAJOR/MINOR/MICRO macros (unused sal/udkversion.h)Stephan Bergmann1-4/+0
Change-Id: Iac16e28979e7d6ae7e0502588f6216d9bfa51eda
2013-02-28Pass --srcdir to the BUILD platform sub-configureTor Lillqvist1-0/+1
Change-Id: I52491e9ea6f8460c9fa3e2dd94313ac0f05dd3e9
2013-02-28remove dmake, build.pl, deliver.pl and zipdep.plBjoern Michaelsen1-44/+6
This is writing history: LibreOffice builds in ONE non-recursive make process with full dependencies. We will now be able to really move forward without the old build system. A big 'Thank you!' goes out to everyone contributing to solenv/gbuild, especially: - David Tardon - Norbert Thiebaud - Tor Lillqvist - Michael Stahl - Matúš Kukan - Stephan Bergmann - Luboš Luňák - Caolán McNamara - Mathias Bauer - Jan Holesovsky - Peter Foley - Andras Timar - Hans-Joachim Lankenau and all the heroes migrating all the modules of LibreOffice to gbuild. By explicit request this commit has to be completed with this quote: I say we take off and nuke the entire site from orbit. It's the only way to be sure. Hold on a second. This installation has a substantial dollar value attached to it. They can bill me. Change-Id: I72fa17cfb24fae00ca78cfe0eb5782c1788d2dcc Reviewed-on: https://gerrit.libreoffice.org/2445 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Niko Rönkkö <ronkko@iki.fi> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-27Copy also udkversion.mk to config_build when cross-compilingTor Lillqvist1-0/+1
Change-Id: I785ef3591b873b208b9b3b4de1deff04e0721213
2013-02-27Need all config_host/*.in files for the BUILD platform configuryTor Lillqvist1-1/+1
Change-Id: Iac9040ac6df1d45bd949559555a2e675bc92ab78
2013-02-27TypoStephan Bergmann1-2/+2
Change-Id: Icac6db07f9a963187282eb9b437bcc6dc85b52a1
2013-02-27move generation of udkversion.mk to configureMichael Stahl1-1/+4
Change-Id: Id2f047686e2ba3ac2d8242d9b47abad751679759
2013-02-27move generation of sal/udkversion.h to configureMichael Stahl1-0/+9
Change-Id: I401dc6b3dcea933d1f186a8618e7c86ccd21430e
2013-02-27move generation of sal/typesizes.h to configureMichael Stahl1-31/+33
Change-Id: I22d28044bde624b7cfd8537c5c1e2906cb5303fc
2013-02-27we need system libcmis 0.3.1 nowBjoern Michaelsen1-1/+1
Change-Id: I6919a7630f1afc1524cf2f21482f40fc9aebf0c6
2013-02-27also move --enable swiches to m4/ for extensionsBjoern Michaelsen1-66/+11
Change-Id: I72df67fae5fd78cd9d3f69d4be218c866b4b881d
2013-02-26Remove inadvertent execute bits againStephan Bergmann1-0/+0
Change-Id: If98d499a6faf8faa7e77c2fb1af634e464db881e
2013-02-26moz: clean up after gbuildificationDavid Ostrovsky1-32/+0
Change-Id: I1cbb3a9f3f869e8df4dca5cc71f529949c81d544
2013-02-25don't try to copy configure from srcdirPeter Foley1-1/+1
Change-Id: I709961228815178b2d8c2321a467d4ba8b39d080
2013-02-25fix cross-compiling in separate work dirPeter Foley1-2/+2
Change-Id: I17a30fde1b37e59dc0a8ab7b676115ab1aa5b4f2
2013-02-25fix x--with-system-openssl configure optionDavid Ostrovsky1-1/+1
Change-Id: Iaf71585bb109e43e0cdb15bc572b5b86f8aee66d
2013-02-25slashes in configure options are a Bad Thing(tm)Bjoern Michaelsen1-1/+1
Change-Id: I92cc8be5c6359e99b57967ae54e6814d07d0e47d
2013-02-25remove dead codeBjoern Michaelsen1-34/+0
Change-Id: I1dd71baf48a0b5b62c73c9f8f071ff67520cc771 Reviewed-on: https://gerrit.libreoffice.org/2383 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-02-25move nss, neon, graphite to macro check tooBjoern Michaelsen1-47/+4
Change-Id: Iaa8ee970042c5260eb3d1199bf31f6495c449f40 Reviewed-on: https://gerrit.libreoffice.org/2370 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-02-25I am not so sure the --with-system-FOO-for-build options are superseded?Tor Lillqvist1-1/+4
Change-Id: If1990e43938c5653cd7444cbaaf8ade1ab4f7d1e
2013-02-24Update TDE (Trinity Desktop Environment) integration filesTimothy Pearson1-1/+1
Change-Id: I48a5da0d01ad3532b9a77ff864f8f9e4d14e734c Reviewed-on: https://gerrit.libreoffice.org/2374 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2013-02-24move openssl, redland, orcus to macro check tooBjoern Michaelsen1-57/+13
Change-Id: I2b0a22fbd32d3ade74f5043b1b2bba56a45a86dc Reviewed-on: https://gerrit.libreoffice.org/2371 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-02-24remove obsolete system mozilla commentDavid Ostrovsky1-2/+1
Change-Id: If96a98950183ba3fd9c11e4d60b24e3eacfcf08a
2013-02-24some more external check work on configure.acBjoern Michaelsen1-71/+9
- all in libo_PUBLISH_MODULE is affecting global state, so no need to separate - add in AC_ARG_WITH Change-Id: I609cd03c9208448e6883f5347da3019e0d3aea51 Reviewed-on: https://gerrit.libreoffice.org/2366 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-02-24convert moz to gbuild and add to tail_buildPeter Foley1-12/+0
Change-Id: I2d3f5d127f831ee9abc020d46558f7cfbe8c9380 Reviewed-on: https://gerrit.libreoffice.org/2349 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-02-23fix deb packagingPeter Foley1-0/+1
Change-Id: I9ddbfad9d332cb68b03857947ce502bda4c0db1b
2013-02-22fdo#54087 build npsoplugin on Windows, it does not depend on GTK+ thereAndras Timar1-1/+1
Change-Id: I033ee2316337dab549f1beddbfb7919a35d73c8e
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-21clean-up the output and simplify the MOZAB driver configNorbert Thiebaud1-26/+14
Change-Id: Iff63e4dd2471d5b5c0e7c52344d694a0e46ce6a0 Reviewed-on: https://gerrit.libreoffice.org/2305 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-02-20fdo#49202 install the "Python-UNO Bridge" component on Windows unconditionallyAndras Timar1-10/+0
Change-Id: I1d9d62b024c4442182d67d93915af0f793265ebd
2013-02-20configure: LCMS2 needs same treatment as WPD etc.Michael Stahl1-6/+4
Change-Id: I2b8f0dd4579c97471653de9f0aa777aa7f5306a8
2013-02-20configure: fix WPD/WPS/WPG when no explicit option given:Michael Stahl1-15/+3
Consistently set WPD_CFLAGS/WPD_LIBS etc. in that case, with luck not breaking anything else in the process due to newly set FOO_CFLAGS/LIBS. Change-Id: I56bc6b86821b77c0c376d06b629646ada1ea0339
2013-02-20configure: typosMichael Stahl1-2/+2
Change-Id: I73ffb627bea34f039af0777709794fab30b01987