From: Jim Meyering Date: Wed, 11 Dec 1996 04:49:30 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_12t~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=3692f571237b33776e27399be18fcc8371b4c2ed;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index ff0dde0268..f68b97e9d2 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,10 @@ Tue Dec 10 00:14:24 1996 Jim Meyering + * src/install.c [_POSIX_VERSION]: Don't declare wait. That + declaration conflicted with one in a system header file on + i386-pc-isc3.0, now that I've removed the AC_ISC_POSIX macro + and _POSIX_VERSION is no longer defined. + * configure.in (AC_ISC_POSIX): Remove kludgy macro. Use this test instead: (LIBS): Add -lcposix if it contains strerror.