]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 8 Sep 2003 00:56:16 +0000 (00:56 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 8 Sep 2003 00:56:16 +0000 (00:56 +0000)
Improve the accuracy of the wording about obsolescence.

ChangeLog

index 7b82e73d61a86a15baea4545fba4d98abbf3b9e8..64bd9087186337c4a253435ecff221eff727dec3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-09-07  Paul Eggert  <eggert@twinsun.com>
+
+       * lib/autoconf/specific.m4 (AC_SYS_RESTARTABLE_SYSCALLS):
+       Improve the accuracy of the wording about obsolescence.
+       From a suggestion by Ian Lance Taylor in
+       <http://mail.gnu.org/archive/html/autoconf/2003-09/msg00044.html>.
+
 2003-09-05  Paul Eggert  <eggert@twinsun.com>
 
        * lib/autoconf/fortran.m4 (AC_FC_FREEFORM): Try -ffree-form too,