summaryrefslogtreecommitdiff
path: root/build/autoconf
Commit message (Collapse)AuthorAgeFilesLines
* import m4_ax_compile_check_sizeof.m4 from autoconf archivelinear cannon2021-12-191-0/+115
|
* add entries for msysJ. Peter Mugaas2016-11-011-5/+5
| | | | Add entries for msys2. This is part of libarchive-3.2.0-msys2.patch
* Dynamically determine supported compiler flags during configureEric N. Vander Weele2016-03-184-0/+249
| | | | | | | | Some compilers (e.g., `xlc` on AIX) don't support GCC compiler flags. This change dynamically tests for supported `COMMON_FLAGS`, which get appended to `CFLAGS`. Signed-off-by: Eric N. Vander Weele <ericvw@gmail.com>
* Update iconv.m4Tim Kientzle2015-04-121-30/+33
|
* Update iconv.m4 to the newest version.Tim Kientzle2011-11-061-9/+21
| | | | SVN-Revision: 3755
* Copy lib-link.m4,lib-prefix.m4 and lib-ld.m4 fromMichihiro NAKAJIMA2011-04-063-0/+1110
| | | | | | | http://git.savannah.gnu.org/cgit/gnulib.git/tree/m4 into build/autoconf so that iconv.m4 can be used without error on Ubuntu or other platforms. SVN-Revision: 3168
* Bring config.rpath from ↵Michihiro NAKAJIMA2011-03-181-0/+696
| | | | | | http://git.savannah.gnu.org/cgit/gnulib.git/plain/build-aux/config.rpath for AM_ICONV in order to avoid automake failure. SVN-Revision: 3027
* The iconv.m4 macros from GNU gettext.Tim Kientzle2011-03-161-0/+256
| | | | | | | These look like they might be useful for improving libarchive's detection of iconv. SVN-Revision: 3016
* Refine win32 api checks and usage.Charles Wilson2009-09-041-0/+51
| | | | | | | | | | | | | | | | | * tar/bsdtar_windows.c: Remove WINVER, _WIN32_WINNT defines. (wequallen): Remove unused function. (canHardLinkW): Ditto. * cpio/cpio_windows.c: Remove WINVER, _WIN32_WINNT defines. * libarchive/archive_windows.c: Remove WINVER, _WIN32_WINNT defines. * configure.ac [mingw|cygwin]: Add WINVER and _WIN32_WINNT defines to config.h. Use new AC_CHECK_STDCALL_FUNC macro to check for CreateHardLinkA symbol. Don't check for CreateSymbolicLink symbol. * CMakeLists.txt [WIN32]: Add WINVER and _WIN32_WINNT defines to cache. Check for CreateHardLinkA symbol, not CreateHardLink. Don't check for CreateSymbolicLink. * build/autoconf/check_stdcall_func.m4: New. SVN-Revision: 1422
* Forgot to add file in r1257.Charles Wilson2009-07-211-0/+20
| | | | SVN-Revision: 1258
* Use a better mechanism to portably find binmode.oCharles Wilson2009-03-251-84/+0
| | | | SVN-Revision: 852
* Files that are used by the autoconf build system belong inTim Kientzle2009-03-221-0/+84
the build/autoconf dir. We may need to further split that out to separate the files that get generated by autoconf/automake/etc from the files that are provided by libarchive. SVN-Revision: 828