From: Paul Eggert Date: Mon, 8 Sep 2003 00:56:16 +0000 (+0000) Subject: * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): X-Git-Tag: AUTOCONF-2.57c~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e64496747889010a3d09c6a0468d5c9245c90712;p=thirdparty%2Fautoconf.git * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): Improve the accuracy of the wording about obsolescence. --- diff --git a/ChangeLog b/ChangeLog index 7b82e73d..64bd9087 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-09-07 Paul Eggert + + * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS): + Improve the accuracy of the wording about obsolescence. + From a suggestion by Ian Lance Taylor in + . + 2003-09-05 Paul Eggert * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,