summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Change crypto checks, find necessary library before corresponding checks are ...Andres Mejia2013-02-081-16/+26
* Model the pcre checks for the autotools build system to be similar as that us...Andres Mejia2013-02-061-20/+27
* Remove redundant defines of WINVER and _WIN32_WINNT from CRYPTO_CHECK_WIN.Andres Mejia2013-02-051-2/+0
* Correct ordering of preferred library for crypto function in mingw builds.Andres Mejia2013-02-031-5/+10
* Make sure to check for Windows crypto functions for both mingw and cygwin.Andres Mejia2013-02-031-1/+1
* Fix mingw build because of bad check for libpcreposix.Andres Mejia2013-02-031-0/+19
* Make POSIX regex checks cleaner.Andres Mejia2013-02-021-2/+13
* Use different check for libbz2 on Windows.Andres Mejia2013-02-021-1/+23
* Use same check from cmake in autotools for POSIX regex support.Andres Mejia2013-02-021-6/+18
* Update libarchive to 3.1.1.v3.1.1Andres Mejia2013-01-131-2/+2
* Bump soname major version to 13.Andres Mejia2013-01-131-2/+2
* Bump version to 3.1.0 due to API/ABI changes.Andres Mejia2013-01-131-2/+2
* Update configure script and header files to new libarchive version.Andres Mejia2013-01-131-2/+2
* Merge remote-tracking branch 'libarchive/release' into libarchive-masterAndres Mejia2013-01-131-2/+2
|\
| * Libarchive 3.0.4.Tim Kientzle2012-03-271-2/+2
* | Do not depend on sys/decmpfs.h since Snow Leopard does not have it.Michihiro NAKAJIMA2012-10-271-1/+1
* | Add experimental support for HFS+ Compression.Michihiro NAKAJIMA2012-10-261-2/+2
* | Use liblzo2 for the lzop reader filter if available.Michihiro NAKAJIMA2012-10-191-0/+8
* | Make configure detect ARCHIVE_CRYPTO_*_WIN on mingw.Michihiro NAKAJIMA2012-10-041-17/+55
* | Fix a bug that Clang Static Analyzer claimed it is potential insecureMichihiro NAKAJIMA2012-10-031-3/+3
* | Apply *_CLOEXEC flags to system calls which can be used withMichihiro NAKAJIMA2012-10-021-1/+1
* | Add silent build rules for lrzip.Con Kolivas2012-04-231-0/+1
|/
* People with questions should go to the mailing list, notTim Kientzle2012-03-171-1/+1
* Impelment Unicode normalization Form D in libarchive itself in order not to r...Michihiro NAKAJIMA2012-03-151-7/+0
* Add a check of linux/types.h into configure.ac, which has already been addedMichihiro NAKAJIMA2012-03-111-1/+1
* A header check for iconv.h should be done after AM_ICONV becauseMichihiro NAKAJIMA2012-02-221-1/+1
* Enable bsdtar -s option on Windows with libregex and fix the problemMichihiro NAKAJIMA2012-02-221-0/+9
* Simplify a string conversion WCS <==> MBS to stop using mbsnrtowcs and wcsnrt...Michihiro NAKAJIMA2012-02-071-2/+2
* Set trunk version to 3.0.200a for pre-3.1 development.Tim Kientzle2012-01-291-2/+2
* Check for 'struct statvfs' member 'f_iosize'Brad King2012-01-111-0/+6
* Issue 212: A more accurate way to determine if a partucularTim Kientzle2011-12-311-1/+3
* Bump trunk to 3.0.900a so it will be ready toTim Kientzle2011-12-281-2/+2
* Don't use -e option to grep (Solaris 10 doesn't have it).Tim Kientzle2011-12-281-1/+1
* Use the preferred spelling of FreeBSD.org.Tim Kientzle2011-12-231-1/+1
* Leave libtool version 11 for a possible libarchive 2.9 release.Tim Kientzle2011-12-221-3/+4
* In autoconf configure, probe OpenSSL first, then libmd.Tim Kientzle2011-12-171-5/+9
* Properly check if EXT2_IOC_GETFLAGS is actually usable.Joerg Sonnenberger2011-12-131-0/+13
* Crypto checks are cumulative; the test program needsTim Kientzle2011-12-111-1/+6
* For out-of-tree builds, the placeholder config fileTim Kientzle2011-12-111-1/+1
* Libarchive 3.0.1b TEST releasev3.0.1bTim Kientzle2011-11-271-2/+2
* Correct the detection of wincrypt.h and winioctl.hTim Kientzle2011-11-191-2/+7
* Disable OpenSSL probe on Darwin.Tim Kientzle2011-11-121-0/+3
* Rename ARCHIVE_LIBTOOL_MAJOR to ARCHIVE_INTERFACE.Tim Kientzle2011-11-061-2/+2
* Update shared library version computation for upcoming 3.0.0a release.Tim Kientzle2011-11-061-6/+11
* Fix the iconv probe and actually use the result.Tim Kientzle2011-09-231-1/+1
* Remove duplicate entry of -lxml2 in LIBS variable.Andres Mejia2011-09-171-1/+3
* Remove duplicate libraries in $LIBS variable.Andres Mejia2011-09-171-1/+3
* __archive_mktemp function should simply be in one file for maintenance, and soMichihiro NAKAJIMA2011-08-281-1/+2
* Implement crypto support with the Nettle crypto library.Andres Mejia2011-08-271-0/+10
* Change how crypto support is implemented within libarchive.Andres Mejia2011-08-271-63/+66