summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
* Build: Prepare to support Automake's subdir-objects.Lasse Collin2014-10-291-1/+6
* Build: Detect supported compiler warning flags better.Lasse Collin2014-09-251-2/+3
* liblzma: Add lzma_memcmplen() for fast memory comparison.Lasse Collin2014-07-251-0/+13
* Build: Add --disable-doc to configure.Lasse Collin2014-04-251-0/+6
* Add native threading support on Windows.Lasse Collin2013-09-171-28/+90
* Build: Remove a comment about Automake 1.10 from configure.ac.Lasse Collin2013-09-111-2/+0
* Build: Create liblzma.pc in a src/liblzma/Makefile.am.Lasse Collin2013-09-091-1/+0
* Build: Fix the detection of missing CRC32.Lasse Collin2013-07-151-1/+1
* Build: Require Automake 1.12 and use serial-tests option.Lasse Collin2013-06-261-1/+3
* Build: Use -Wvla with GCC if supported.Lasse Collin2013-04-271-0/+1
* A few typo fixes to comments and the xz man page.Lasse Collin2012-08-241-1/+1
* Build: Bump gettext version requirement to 0.18.Lasse Collin2012-08-021-1/+1
* Build: Add a comment to configure.ac about symbol versioning.Lasse Collin2012-07-041-0/+4
* Fix compiling with IBM XL C on AIX.Lasse Collin2012-02-221-1/+5
* Run the scripts with the correct shell in test_scripts.sh.Lasse Collin2011-08-061-4/+4
* Build: Make configure print if symbol versioning is enabled or not.Lasse Collin2011-05-281-0/+2
* liblzma: Use symbol versioning.Lasse Collin2011-05-281-0/+21
* Build: Fix checking for system-provided SHA-256.Lasse Collin2011-05-241-1/+1
* liblzma: Try to use SHA-256 from the operating system.Lasse Collin2011-05-211-0/+54
* Build: Fix initialization of enable_check_* variables in configure.ac.Lasse Collin2011-05-171-1/+1
* Build: Warn if no supported method to detect the number of CPU cores.Lasse Collin2011-04-191-6/+5
* Fix portability problems in mythread.h.Lasse Collin2011-04-191-0/+7
* liblzma: Add lzma_stream_encoder_mt() for threaded compression.Lasse Collin2011-04-111-0/+1
* Revise mythread.h.Lasse Collin2011-04-101-0/+1
* Build: Upgrade m4/acx_pthread.m4 to the latest version.Lasse Collin2011-04-051-1/+1
* xz: Use posix_fadvise() if it is available.Lasse Collin2011-04-051-0/+3
* Build: Enable ASM on DJGPP by default.Lasse Collin2010-12-121-1/+1
* configure.ac: Remove two unused defines.Lasse Collin2010-10-081-4/+0
* Build: Add options to disable individual command line tools.Lasse Collin2010-10-081-0/+38
* Build: Remove the static/dynamic tricks.Lasse Collin2010-10-051-74/+0
* configure.ac: Silence a warning from Autoconf 2.68.Lasse Collin2010-10-051-1/+1
* Move version.sh to build-aux.Lasse Collin2010-09-281-1/+1
* xz: Multiple fixes.Lasse Collin2010-09-101-0/+1
* Remove the Subblock filter code for now.Lasse Collin2010-05-261-3/+3
* Change the default of --enable-assume-ram from 32 to 128 MiB.Lasse Collin2010-03-071-5/+6
* Collection of language fixes to comments and docs.Lasse Collin2010-02-121-1/+1
* Use PACKAGE_URL instead of custom PACKAGE_HOMEPAGE.Lasse Collin2010-01-271-7/+2
* Enable assembler code only if it is known to workLasse Collin2009-11-221-14/+12
* Update tuklib_cpucores.m4 and tuklib_physmem.m4 from tuklib,Lasse Collin2009-11-201-0/+16
* Use a tuklib module for integer handling.Lasse Collin2009-10-041-53/+1
* Add support for --enable-assume-ram=SIZE.Lasse Collin2009-10-021-0/+24
* Various changes.Lasse Collin2009-09-191-8/+4
* Use $(LN_EXEEXT) in symlinks to executables.Lasse Collin2009-09-111-0/+9
* Require GNU libtool 2.2.Lasse Collin2009-08-271-10/+3
* Make --enable-dynamic a tristate option.Lasse Collin2009-08-131-20/+57
* Add lzmainfo for backward compatibility with LZMA Utils.Lasse Collin2009-08-131-0/+1
* Use AC_CONFIG_AUX_DIR to clean up the toplevel directoryLasse Collin2009-07-181-1/+2
* Major update to the xzgrep and other scripts based onLasse Collin2009-07-051-0/+14
* Define PACKAGE_HOMEPAGE in configure.ac and use it inLasse Collin2009-07-021-0/+5
* Avoid visibility related compiler warnings on Windows.Lasse Collin2009-07-011-11/+9