]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(Particular Functions): In AC_FUNC_CLOSEDIR_VOID,
authorKevin Ryde <user42@zip.com.au>
Wed, 19 May 2004 01:50:26 +0000 (01:50 +0000)
committerKevin Ryde <user42@zip.com.au>
Wed, 19 May 2004 01:50:26 +0000 (01:50 +0000)
note pessimistic assumption when cross compiling.

doc/autoconf.texi

index a7572c1a59e584430942b66d9f15349ed1be27cf..94efba22a3e1f5278e4b149217a1367783eca7db 100644 (file)
@@ -3881,6 +3881,10 @@ should accept @option{-1} for @code{uid} and @code{gid}), define
 If the @code{closedir} function does not return a meaningful value,
 define @code{CLOSEDIR_VOID}.  Otherwise, callers ought to check its
 return value for an error indicator.
+
+Currently this test is implemented by running a test program.  When
+cross compiling the pessimistic assumption that `closedir' does not
+return a meaningful value is made.
 @end defmac
 
 @defmac AC_FUNC_ERROR_AT_LINE