summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Build: Add a comment that AC_PROG_CC_C99 is needed for Autoconf 2.69.Lasse Collin2023-03-211-0/+3
* Build: configure.ac: Use AS_IF and AS_CASE where required.Lasse Collin2023-03-211-15/+15
* Build: Fix --disable-threads breaking the building of shared libs.Lasse Collin2023-03-211-8/+8
* Change a few HTTP URLs to HTTPS.Lasse Collin2023-03-181-1/+1
* Doxygen: Refactor Doxyfile.in to doxygen/Doxyfile.Lasse Collin2023-03-171-40/+0
* Build: Use only the generic symbol versioning on MicroBlaze.Lasse Collin2023-02-171-2/+10
* Build: Avoid different quoting style in --enable-doxygen doc.Lasse Collin2023-01-261-5/+5
* Doxygen: Make Doxygen only produce liblzma API documentation by default.Jia Tan2023-01-201-0/+39
* Build: Omit -Wmissing-noreturn from the default warnings.Lasse Collin2023-01-121-1/+0
* Build: Make configure add more warning flags for GCC and Clang.Lasse Collin2023-01-121-5/+31
* Build: Require that _mm_set_epi64x() is usable to enable CLMUL support.Lasse Collin2023-01-081-2/+6
* Build: Fix config.h comments.Lasse Collin2023-01-021-1/+1
* Build: No longer require HAVE_DECL_CLOCK_MONOTONIC to always be set.Jia Tan2022-12-301-1/+4
* Change the bug report address.Lasse Collin2022-11-301-1/+1
* Build: Don't put GNU/Linux-specific symbol versions into static liblzma.Lasse Collin2022-11-241-48/+95
* liblzma: Add fast CRC64 for 32/64-bit x86 using SSSE3 + SSE4.1 + CLMUL.Lasse Collin2022-11-141-2/+57
* Build: Omit x86_64 from --enable-assembler.Lasse Collin2022-11-141-4/+2
* liblzma: Use __attribute__((__constructor__)) if available.Lasse Collin2022-11-141-3/+28
* liblzma: Add .lz (lzip) decompression support (format versions 0 and 1).Lasse Collin2022-11-091-0/+21
* Build: Clarify comment in configure.ac about SSE2.Lasse Collin2022-10-311-1/+4
* Build: Remove obsolete commented-out lines from configure.ac.Lasse Collin2022-10-311-4/+0
* Build: Use AC_CONFIG_HEADERS instead of the ancient AC_CONFIG_HEADER.Lasse Collin2022-10-251-1/+1
* Build: Add configure option --disable-microlzma.Lasse Collin2022-10-251-0/+22
* xz: Add support for OpenBSD's pledge() sandbox.Lasse Collin2022-10-251-3/+9
* liblzma: Add experimental ARM64 BCJ filter with a temporary Filter ID.Lasse Collin2022-09-191-2/+2
* liblzma: Vaccinate against an ill patch from RHEL/CentOS 7.Lasse Collin2022-09-081-1/+22
* Build: Don't allow empty LIST in --enable-match-finders=LIST.Jia Tan2022-07-251-0/+4
* Build: Enable Automake's parallel test harness.Lasse Collin2022-05-231-1/+1
* Build: Bump Autoconf and Libtool version requirements.Lasse Collin2020-02-151-2/+2
* Build: Use AM_GNU_GETTEXT_REQUIRE_VERSION and require 0.19.6.Lasse Collin2020-02-151-1/+5
* Build: Workaround a POSIX shell detection problem on Solaris.Lasse Collin2020-02-051-0/+10
* Scripts: Put /usr/xpg4/bin to the beginning of PATH on Solaris.Lasse Collin2019-09-241-0/+26
* configure.ac: Fix a typo in a comment.Lasse Collin2019-06-251-1/+1
* Update the home page URLs to HTTPS.Lasse Collin2017-04-191-1/+1
* xz: Fix copying of timestamps on Windows.Lasse Collin2016-06-301-1/+1
* Build: Bump GNU Gettext version requirement to 0.19.Lasse Collin2016-04-101-1/+1
* liblzma: Disable external SHA-256 by default.Lasse Collin2016-03-131-39/+37
* Build: Avoid SHA256_Init on FreeBSD and MINIX 3.Lasse Collin2016-03-101-6/+21
* Build: Disable xzdec, lzmadec, and lzmainfo when they cannot be built.Lasse Collin2015-11-031-0/+3
* Build: Simplify $enable_{encoders,decoders} usage a bit.Lasse Collin2015-11-031-2/+4
* xz: Make xz buildable even when encoders or decoders are disabled.Lasse Collin2015-11-031-0/+4
* Build: Fix configure to handle LZMA1 dependency with LZMA2.Lasse Collin2015-11-031-5/+0
* Build: Minor Cygwin cleanup.Lasse Collin2015-08-111-3/+3
* Build: Support building of MSYS2 binaries.Lasse Collin2015-08-111-5/+11
* Revert "xz: Use pipe2() if available."Lasse Collin2015-04-201-2/+2
* xz: Add support for sandboxing with Capsicum.Lasse Collin2015-03-311-0/+41
* xz: Use pipe2() if available.Lasse Collin2015-02-221-2/+2
* Build: POSIX shell isn't required if scripts are disabled.Lasse Collin2014-12-261-1/+1
* Build: Replace obsolete AC_HELP_STRING with AS_HELP_STRING.Lasse Collin2014-11-171-18/+18
* Build: Fix Autoconf warnings about escaped backquotes.Lasse Collin2014-11-171-4/+3