]> git.ipfire.org Git - thirdparty/tar.git/commit
Add copyright notice. new
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 20 Oct 2001 18:10:52 +0000 (18:10 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 20 Oct 2001 18:10:52 +0000 (18:10 +0000)
commit8225f274ff4f4cb182b708ee39533bac747483f6
treec2ea96f57437c657de2241ec848f442a14bed7c7
parente439c9fe362468af0233189f86faeca817110b86
Add copyright notice.
(AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
Merge changes from latest Autoconf CVS.
Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
POSIX decided to standardize on the int flavor of strerror_r.
m4/strerror_r.m4