summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Basic support for building with Cygwin and MinGW usingLasse Collin2009-06-261-0/+7
* Use a GCC-specific #pragma instead of GCC-specificLasse Collin2009-05-021-13/+0
* Removed --disable-encoder and --disable-decoder. Use the valuesLasse Collin2009-05-021-40/+8
* Put the interesting parts of XZ Utils into the public domain.Lasse Collin2009-04-131-10/+3
* Added AC_CONFIG_MACRO_DIR to configure.ac.Lasse Collin2009-03-011-0/+1
* Cleanups to the code that detects the amount of RAM andLasse Collin2009-02-141-87/+2
* Changed how the version number is specified in various places.Lasse Collin2009-02-131-1/+2
* Let the user specify custom CFLAGS on the make commandLasse Collin2009-02-091-28/+30
* Make it easy to choose if command line tools should beLasse Collin2009-02-071-0/+39
* Updated the x86 assembler code:Lasse Collin2009-02-021-6/+0
* Bumped version to 4.999.8beta right after the releaseLasse Collin2008-12-311-1/+1
* Disable both Subblock encoder and decoder my default,Lasse Collin2008-12-311-1/+1
* Prepare for 4.999.7beta release.Lasse Collin2008-12-311-2/+2
* Fixed missing quoting in configure.ac.Lasse Collin2008-12-311-19/+19
* Remove lzma_init() and other init functions from liblzma API.Lasse Collin2008-12-311-5/+24
* Name the package "xz" in configure.ac.Lasse Collin2008-12-131-7/+4
* Some adjustments to GCC warning flags. The important changeLasse Collin2008-12-121-3/+5
* Added missing check for uint16_t.Lasse Collin2008-11-191-0/+1
* Renamed lzma to xz and lzmadec to xzdec. We create symlinksLasse Collin2008-11-191-2/+2
* Oh well, big messy commit again. Some highlights:Lasse Collin2008-11-191-12/+36
* Some API changes, bug fixes, cleanups etc.Lasse Collin2008-09-271-9/+9
* Bumped version to 4.999.6alpha.Lasse Collin2008-09-101-1/+1
* Sort of garbage collection commit. :-| Many things are stillLasse Collin2008-08-281-169/+187
* Update the code to mostly match the new simpler file formatLasse Collin2008-06-181-8/+33
* Remove support for pre-C89 libc versions that lack memcpy,Lasse Collin2008-05-111-1/+1
* Improved C99 compiler detection in configure.ac. It willLasse Collin2008-05-111-12/+12
* Bumped version number to 4.999.3alpha. It will become 5.0.0Lasse Collin2008-04-251-2/+2
* Replaced the range decoder optimization that used arithmeticLasse Collin2008-03-241-1/+0
* Added autoconf check to detect if we can use arithmeticLasse Collin2008-03-221-0/+1
* Added the debug directory and the first debug toolLasse Collin2008-01-181-0/+1
* Don't add -g to CFLAGS when --enable-debug is specified.Lasse Collin2008-01-181-1/+0
* Fixed assembler detection in configure.ac, and addedLasse Collin2008-01-151-16/+16
* Define HAVE_ASM_X86 when x86 assembler optimizations areLasse Collin2008-01-091-1/+4
* Test for $GCC = yes instead of if it is non-empty. ThisLasse Collin2008-01-071-1/+1
* Cosmetic changes to configure.ac.Lasse Collin2008-01-061-8/+6
* Automatically disable assembler code on Darwin x86.Lasse Collin2008-01-061-2/+15
* Introduced compatibility with systems that have pre-C99Lasse Collin2008-01-061-1/+12
* Rearranged testing of GCC-specific flags.Lasse Collin2008-01-051-10/+23
* Bumped version number to 4.42.3alpha.Lasse Collin2007-12-101-1/+1
* Disabled some unneeded warnings and made "make dist" work.v4.42.2alphaLasse Collin2007-12-101-3/+6
* Imported to git.Lasse Collin2007-12-091-0/+611