aboutsummaryrefslogtreecommitdiffstats
path: root/m4/tar-ustar.m4 (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-08-31build: Update for newer autoconf.NIIBE Yutaka1-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-27Missing m4 macrosDavid Shaw1-0/+43
2006-07-12* tar-ustar.m4: Use dd instead of strings as it's more likely to beDavid Shaw1-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 toDavid Shaw1-2/+2
/dev/null instead.
2006-07-11* tar-ustar.m4: Pass tar data through strings so that greps that don'tDavid Shaw1-1/+1
grep in binary files (Solaris) can detect the string. Noted by Mark Davies.
2005-08-04Add gpg-zip, a la PGP Zip.David Shaw1-0/+43