Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-08-31 | build: Update for newer autoconf. | NIIBE Yutaka | 1 | -1/+1 | |
* configure.ac (AC_PREREQ): Use >= 2.69. (AC_CONFIG_HEADERS): Use it, instead of AC_CONFIG_HEADER. (AC_HEADER_STDC, AC_HEADER_TIME): Remove obsolete macros. (sys/time.h): Add the check of the header. (time_t): Don't use TIME_WITH_SYS_TIME. * acinclude.m4 (AC_HEADER_TIME): Don't require. Don't use TIME_WITH_SYS_TIME. * dirmngr/dns.c: Don't use TIME_WITH_SYS_TIME. -- Signed-off-by: NIIBE Yutaka <[email protected]> (cherry picked from commit 6b4441a7de9d7090bb3b1570a12e1e8bce0554cb) | |||||
2006-08-27 | Missing m4 macros | David Shaw | 1 | -0/+43 | |
2006-07-12 | * tar-ustar.m4: Use dd instead of strings as it's more likely to be | David Shaw | 1 | -1/+1 | |
around. Suggested by Nelson H. F. Beebe. | |||||
2006-07-11 | * tar-ustar.m4: Not all greps know the -q (quiet) flag, so redirect to | David Shaw | 1 | -2/+2 | |
/dev/null instead. | |||||
2006-07-11 | * tar-ustar.m4: Pass tar data through strings so that greps that don't | David Shaw | 1 | -1/+1 | |
grep in binary files (Solaris) can detect the string. Noted by Mark Davies. | |||||
2005-08-04 | Add gpg-zip, a la PGP Zip. | David Shaw | 1 | -0/+43 | |