*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 24 Jun 2000 21:05:11 +0000 (21:05 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 24 Jun 2000 21:05:11 +0000 (21:05 +0000)
m4/ChangeLog

index 54f3cf74b16482658a37b35648bc760db25e7a49..65f92eb38f44e038a18d337042169f3c05f7e5fc 100644 (file)
@@ -3,7 +3,9 @@
        * strerror_r.m4: Revive this file -- to try out an experimental
        version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
        for which strerror does return char*, but which lacks a conveniently
-       accessible declaration of the function.
+       accessible declaration of the function.  If the compile-test says
+       strerror_r doesn't work, then resort to a `run'-test that works on
+       BeOS and segfaults on DEC Unix.
 
 2000-06-19  Paul Eggert  <eggert@twinsun.com>