summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2017-04-01upload libmwaw 0.3.11David Tardon
Change-Id: Ie244411dd155af245c83e758f432237ce72fa623 Reviewed-on: https://gerrit.libreoffice.org/35981 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2017-04-01add test docs for libmwaw 0.3.10David Tardon
Change-Id: Iea46a5d41a83edb150573102ccfbd9cd3ab4e89a Reviewed-on: https://gerrit.libreoffice.org/35980 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2017-03-27Remove last use of md5sum (in building)Bryan Quigley
Switch to using sha256sum for checking if files change. Not for security, just so we don't need to check for md5sum. We also change the Windows installer to rely on the perm md5 digest instead of the environment variable. The code to do this was already in directory.pm Change-Id: I24aed542c6201abf030fdd62116aec3f8ea3513b Reviewed-on: https://gerrit.libreoffice.org/35140 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2017-03-27upload libwps 0.4.6David Tardon
Change-Id: Icd1ce144733d2f5e907a19bb6ef307d50becb49d Reviewed-on: https://gerrit.libreoffice.org/35769 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2017-03-25Fix typosAndrea Gelmini
Change-Id: I56e429ff1b8ee55ccb8df16002b509770762172c Reviewed-on: https://gerrit.libreoffice.org/35618 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2017-03-23configure: remove hack to add quotes to $DEVENV againMichael Stahl
This was added because CPPUNITTRACE='"$(DEVENV)" /debugexe' is less convenient to write than CPPUNITTRACE='$(DEVENV) /debugexe'. However DavidO points out that CPPUNITTRACE=TRUE is even more convenient and sort of optimal already, and it turns out it's broken by the extra quotes, so remove the hack. Change-Id: Ic5d94f9a0774cd41821b68728404c205552d674e Reviewed-on: https://gerrit.libreoffice.org/35589 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: Jenkins <ci@libreoffice.org>
2017-03-22configure: MSVC 2017 devenv.exe doesn't start properlyMichael Stahl
... from a DOS style 8.3 path, for whatever reason. Special case DEVENV variable so it uses long path. Change-Id: I03bb20a8f35cd116edd33ec91178f9deddbc4257
2017-03-20Fix HAVE_CXX14_CONSTEXPR check for (at least) Clang 3.9.1Stephan Bergmann
...which appears to happily accept complex C++14-style constexpr function definitions, and only complains if such a function call is then used in a constant expression context. Change-Id: I8f7efd7f0af7b1b98d78840cebfeda8bc96e15d0
2017-03-15set include dir on arm etc as wellCaolán McNamara
Change-Id: I13bf9ff8e824f69f54158af1aaf6d4cb5709b04a
2017-03-15relevant hunk got lost between versionsCaolán McNamara
Change-Id: Id8985a6049f8ffe7494d04c535f981767ffc4456
2017-03-15just use turbo-jpeg as sole internal solutionCaolán McNamara
prefer having nasm/yasm but if its not there warn and fallback to disabling assembler optional goodness Change-Id: Ib31ad81717842f743c2910d575a9ebbc279a9c79 Reviewed-on: https://gerrit.libreoffice.org/35189 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-03-14No need for --disable-activex and --disable-atl any longerTor Lillqvist
Change-Id: I7ac4f32cb01bfcc3a2c06e69280c2150d408ec6b Reviewed-on: https://gerrit.libreoffice.org/35174 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2017-03-11Don't bother looking for Visual C++ Express any longerTor Lillqvist
Visual Studio 2015 has a Community Edition. Use that. VS2017 has no Express variant at all. Change-Id: I23bcd10c543a7626b2d69d64306fa5eac74e3b27 Reviewed-on: https://gerrit.libreoffice.org/35009 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
2017-03-10Clean up, using printf instead of echoStephan Bergmann
Change-Id: Id3723d0242711ba9b5450bb69b2ea09e614c90f6 Reviewed-on: https://gerrit.libreoffice.org/35014 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-03-09use a different resource dir for oss-fuzzCaolán McNamara
This reverts commit 754854674859560506b617ebf07e6563c197aac8. Change-Id: I0863fb5e34608911c784bbdf19e76297b3c2d13e
2017-03-09One AC_MSG_RESULT per AC_MSG_CHECKING pleaseTor Lillqvist
Change-Id: Iffbfc75772219cc27b28013c35c20e98cd3cacc7
2017-03-09Just get rid of CR when parsing .bat outputJan-Marek Glogowski
Converts Windows to Unix newlines, so bash will handle the result correctly. Since $(..) or `..` will already remove trailing newlines, this reverts the unneeded changes of commit 37baabe6436037de604bfbc2702bfb0bc156c41b Change-Id: I0071237f0600c2d71da066eb2e2b541e338e7016
2017-03-09configure: find the MSMs where MSVC 2017 Release hides themMichael Stahl
Change-Id: Id98d73eef46d63686745bf6cd3482b18c7223c3a
2017-03-09configure: find MSVC 2017 64-bit compilerMichael Stahl
Change-Id: I7ae99ebc693291709edc6df233f54dfe00d74e9e
2017-03-09Avoid stray AC_MSG_RESULT: add a preceding AC_MSG_CHECKINGTor Lillqvist
Change-Id: Ida91e0ec55f2bacad036bf016f7dac8c5784cc2d
2017-03-09Message cosmeticsTor Lillqvist
Change-Id: I311f68b32bb33a7d9363c1c28dfd0e5ad8ee986c
2017-03-09AC_MSG_CHECKING style consistencyTor Lillqvist
Change-Id: Ia3a634362e1c17c5aed14fdba7396c5319110b34
2017-03-09No need for doublequotes in the argument to AC_MSG_RESULTTor Lillqvist
The brackets already act as quotes in .ac files. Having additional quotes causes the result to look like: checking whether we want to fetch tarballs... "yes, if we use them" which is not consistent. Change-Id: Icc5dfc4c6b58d1d7a3d4bb280cc3da3dc21e515a
2017-03-09AC_MSG_* hygieneTor Lillqvist
Change-Id: Idaad0d2d51f533100ae3d57eb933b6d1becb4f56
2017-03-09"checking Is Visual C++ Express" is not proper EnglishTor Lillqvist
Use the existing convention for how the output from AC_MSG_* lines should look. Change-Id: Id416ac97d65aa4a7445242c9a4853b6941ae2b4e
2017-03-09Remove misleading comment, and sort alternatives in case statementTor Lillqvist
As the patterns in the cases don't overlap, it makes no differentce in what order they are. So keep them sorted for clarity. Change-Id: I60f8304d66f6925028f86a2956f1136547dc51eb
2017-03-09Don't claim 10.0A is an "acceptable" Windows SDK versionTor Lillqvist
The find_winsdk_version function does not accept it. Change-Id: I1d6a5b528e9bc1c93cc589fe5832150e3994ada5
2017-03-09Remove partial sentence in commentTor Lillqvist
Has always been like that. Apparently I got interrupted when typing it. No idea what I wanted to say. Change-Id: I86ee8ac2fc682d7284a1e51c91e2e4fb37a14c10
2017-03-09More AC_MSG_* usage cleanupTor Lillqvist
Output just one AC_MSG_RESULT for each AC_MSG_CHECKING. Change-Id: I2ff1458a8b4abbe1804e33a39a9f4cc795cb28a1
2017-03-09Fix AC_MSG_* usage for find_ucrtTor Lillqvist
You are supposed to output just one AC_MSG_RESULT for each AC_MSG_CHECKING find_ucrt already errors out if it doesn't. Change-Id: I63f58996f60577301631b11dd51728fdee324095
2017-03-09Bin duplicated code snippetTor Lillqvist
The exact same shell if statement was duplicated. Change-Id: Icc95f8a881605e6ac7248252c545e433b936f4c1
2017-03-08Strip newlines from UCRT detecion using trJan-Marek Glogowski
Simply strip all newlines, returns and '\0' bytes using tr and don't append a new newline when echo'ing the extracted value. Change-Id: Id36293042c9071d5ef664a82ebd32de287574f31 Reviewed-on: https://gerrit.libreoffice.org/34970 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2017-03-08Stop bash complaining about \0 bytes in inputJan-Marek Glogowski
Reading Windows registry entries via "/proc/registry*" lets current bash complain about "command substitution: ignored null byte in input". This happens, because Cygwin '\0'-terminates all registry values. To quieten bash, directly strip the registry values of '\0' using tr. Change-Id: Ibb38761587691ef20911f025c711553426b1a222 Reviewed-on: https://gerrit.libreoffice.org/34969 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2017-03-08Adapt path to the CRT redist for VS2017 build 14.10.25017Tor Lillqvist
Seems that they added an "onecore" directory level before the "x64". At least in the Community Edition.
2017-03-08Revert "use a different resource dir for oss-fuzz"Caolán McNamara
This reverts commit fb4467b6ffc6d77ab79e11806f00cf30f33388fd.
2017-03-06use a different resource dir for oss-fuzzCaolán McNamara
Change-Id: Idb14cdbb3f1717e5d0aaa6fddbe39d2f46384d08
2017-03-06MSVC 15.0: Fix 32bit buildDavid Ostrovsky
Change-Id: I0e6e01918f58ada6a58f1d3b3278b72944cf300e Reviewed-on: https://gerrit.libreoffice.org/34904 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
2017-03-03Move file download verification from md5sum to sha256sumBryan Quigley
This leaves all the md5sum parts in place for now, but switches to using sha256sum. Tries both shasum -a 256 and sha256sum. Change-Id: I393d0dde56521f6e9e76f3d5a8d15c6c830fd683 Reviewed-on: https://gerrit.libreoffice.org/34633 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2017-03-02Remove HAVE_CXX11_UTF16_STRING_LITERAL, always true nowStephan Bergmann
...after 84b36c704d73362d4d86dc9e9c0efa0625958347 "Drop support for MSVC 2013". Make this a fatal configuration error for now. The check should be removed completely after LO 5.4 branch-off. Change-Id: If2f196abb93607dde9ba5c4f04d219679585e633 Reviewed-on: https://gerrit.libreoffice.org/34822 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-03-02Remove HAVE_CXX11_CONSTEXPR, always true nowStephan Bergmann
...after 84b36c704d73362d4d86dc9e9c0efa0625958347 "Drop support for MSVC 2013". Make this a fatal configuration error for now. The check should be removed completely after LO 5.4 branch-off. Change-Id: I990fd8fcb4ec1327282df4efe21640c938d3cf06 Reviewed-on: https://gerrit.libreoffice.org/34821 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2017-03-02Remove HAVE_GCC_VISIBILITY_BROKEN check completely nowStephan Bergmann
...after 5.3 branch-off, cf. 1ea987f23a4514bcae5a6bd98014ade1af4a0107 "Remove HAVE_GCC_VISIBILITY_BROKEN, never true" Change-Id: Ibc6a059d5704c3ceafffef578bf61abe202dbdd6
2017-03-02Drop support for MSVC 2013David Ostrovsky
Change-Id: Ibf47c9ff7b5fb098e284a58c547b61286264dd80 Reviewed-on: https://gerrit.libreoffice.org/22588 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-02-24Always enable liblangtagKhaled Hosny
The license should not be an issue any more since liblangtag now has an LGPL/MPLv2 dual licence. Change-Id: I4dfffcccf5d710bd16b21c3254c1449ae041b8ab Reviewed-on: https://gerrit.libreoffice.org/34511 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2017-02-24configure.ac: Add missing result messageDavid Ostrovsky
Change-Id: Ib5d84e67d36e41d20e137ce96ce66f758b110198 Reviewed-on: https://gerrit.libreoffice.org/34596 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2017-02-24Oh, those are called Updates, not Service PacksStephan Bergmann
Change-Id: If6cfe913445e8855eab3736d9abc63d7e152b361
2017-02-23When using MSVC 2015, require at least SP3Stephan Bergmann
Change-Id: Ia5495f2eedfdbc9e42e06d95657bc01e3904b7e7 Reviewed-on: https://gerrit.libreoffice.org/34594 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2017-02-23quote this properlyDavid Tardon
Change-Id: I0c90c1c0396558a29f59b1fde8309bbeb15d1fb6
2017-02-23gpg4libre: Fix build by s/gpgme/gpgmepp/ on multiple placesKatarina Behrens
let's see if it appeases the tinderboxes Change-Id: Icfe97381395f5554d51cfb52289b3de89abbbb68 Reviewed-on: https://gerrit.libreoffice.org/34569 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
2017-02-23Don't check HAVE_GCC_ATTRIBUTE_WARN_UNUSED on MSVCStephan Bergmann
...where -Werror -Wunknown-pragmas command line arguments will trivially make the test always fail, anyway Change-Id: Iae5534054331d41508f39d5cf141803ab5bc8ba7
2017-02-23gpg4libre: We want to use C++ library insteadKatarina Behrens
in particular, the one from gpgme project. configure check is set up in such a way that it will fail with older gpgmepp that depends on KDE development packages. This means Linux distros released before 2016 have to rely upon in-tree version, but such is life ... Change-Id: I5cdceffad6e81643603fcdee57a7656218f76834 Reviewed-on: https://gerrit.libreoffice.org/34130 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>