aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2020-03-11Build: Bump Autoconf and Libtool version requirements.Lasse Collin
2020-03-11Build: Use AM_GNU_GETTEXT_REQUIRE_VERSION and require 0.19.6.Lasse Collin
2020-02-05Build: Workaround a POSIX shell detection problem on Solaris.Lasse Collin
2020-02-05xz: Enable Capsicum sandboxing by default if available.Lasse Collin
2019-12-31Scripts: Put /usr/xpg4/bin to the beginning of PATH on Solaris.Lasse Collin
2019-12-31configure.ac: Fix a typo in a comment.Lasse Collin
2018-03-28Update the home page URLs to HTTPS.Lasse Collin
2016-12-26xz: Add support for sandboxing with Capsicum (disabled by default).Lasse Collin
2016-06-30xz: Fix copying of timestamps on Windows.Lasse Collin
2016-06-28Build: Bump GNU Gettext version requirement to 0.19.Lasse Collin
2016-06-28liblzma: Disable external SHA-256 by default.Lasse Collin
2016-06-28Build: Avoid SHA256_Init on FreeBSD and MINIX 3.Lasse Collin
2016-06-28Build: Disable xzdec, lzmadec, and lzmainfo when they cannot be built.Lasse Collin
2016-06-28Build: Simplify $enable_{encoders,decoders} usage a bit.Lasse Collin
2016-06-28xz: Make xz buildable even when encoders or decoders are disabled.Lasse Collin
2016-06-28Build: Fix configure to handle LZMA1 dependency with LZMA2.Lasse Collin
2015-09-25Build: Minor Cygwin cleanup.Lasse Collin
2015-09-25Build: Support building of MSYS2 binaries.Lasse Collin
2015-04-20Revert "xz: Use pipe2() if available."Lasse Collin
2015-02-22xz: Use pipe2() if available.Lasse Collin
2014-12-26Build: POSIX shell isn't required if scripts are disabled.Lasse Collin
2014-11-17Build: Replace obsolete AC_HELP_STRING with AS_HELP_STRING.Lasse Collin
2014-11-17Build: Fix Autoconf warnings about escaped backquotes.Lasse Collin
2014-10-29Build: Prepare to support Automake's subdir-objects.Lasse Collin
2014-09-25Build: Detect supported compiler warning flags better.Lasse Collin
2014-07-25liblzma: Add lzma_memcmplen() for fast memory comparison.Lasse Collin
2014-04-25Build: Add --disable-doc to configure.Lasse Collin
2013-09-17Add native threading support on Windows.Lasse Collin
2013-09-11Build: Remove a comment about Automake 1.10 from configure.ac.Lasse Collin
2013-09-09Build: Create liblzma.pc in a src/liblzma/Makefile.am.Lasse Collin
2013-07-15Build: Fix the detection of missing CRC32.Lasse Collin
2013-06-26Build: Require Automake 1.12 and use serial-tests option.Lasse Collin
2013-04-27Build: Use -Wvla with GCC if supported.Lasse Collin
2012-08-24A few typo fixes to comments and the xz man page.Lasse Collin
2012-08-02Build: Bump gettext version requirement to 0.18.Lasse Collin
2012-07-04Build: Add a comment to configure.ac about symbol versioning.Lasse Collin
2012-02-22Fix compiling with IBM XL C on AIX.Lasse Collin
2011-08-06Run the scripts with the correct shell in test_scripts.sh.Lasse Collin
2011-05-28Build: Make configure print if symbol versioning is enabled or not.Lasse Collin
2011-05-28liblzma: Use symbol versioning.Lasse Collin
2011-05-24Build: Fix checking for system-provided SHA-256.Lasse Collin
2011-05-21liblzma: Try to use SHA-256 from the operating system.Lasse Collin
2011-05-17Build: Fix initialization of enable_check_* variables in configure.ac.Lasse Collin
2011-04-19Build: Warn if no supported method to detect the number of CPU cores.Lasse Collin
2011-04-19Fix portability problems in mythread.h.Lasse Collin
2011-04-11liblzma: Add lzma_stream_encoder_mt() for threaded compression.Lasse Collin
2011-04-10Revise mythread.h.Lasse Collin
2011-04-05Build: Upgrade m4/acx_pthread.m4 to the latest version.Lasse Collin
2011-04-05xz: Use posix_fadvise() if it is available.Lasse Collin
2010-12-12Build: Enable ASM on DJGPP by default.Lasse Collin