]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Add copyright notice, as nontrivial m4 files
authorJim Meyering <jim@meyering.net>
Sun, 21 Oct 2001 07:49:13 +0000 (07:49 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 21 Oct 2001 07:49:13 +0000 (07:49 +0000)
commitb5501a398eb30f94b45e1c5b43bc9f086689f730
tree8484aa20f08e7945bf0cbd5575f94e04a7357ea8
parentbaef38bda137319a0593bfb57c41e0e6e1d95200
Add copyright notice, as nontrivial m4 files
are supposed to have them these days.
(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