[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FYI: X11/extensions/scrnsaver.h
From: |
Akim Demaille |
Subject: |
Re: FYI: X11/extensions/scrnsaver.h |
Date: |
Wed, 14 May 2003 10:29:59 +0200 |
User-agent: |
Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (gnu/linux) |
address@hidden
+AC_CHECK_HEADERS([X11/extensions/scrnsaver.h>], [], [],
+++ This is fixed.
I'm adding this.
Index: doc/autoconf.texi
===================================================================
RCS file: /cvsroot/autoconf/autoconf/doc/autoconf.texi,v
retrieving revision 1.732
diff -u -u -r1.732 autoconf.texi
--- doc/autoconf.texi 14 May 2003 07:54:49 -0000 1.732
+++ doc/autoconf.texi 14 May 2003 08:14:00 -0000
@@ -4283,6 +4283,9 @@
@file{inttypes.h}. Nor do I know of any free software that includes
@file{stdint.h}; @file{stdint.h} seems to be a creation of the committee.
address@hidden @file{linux/irda.h}
+It requires @file{linux/types.h} and @file{sys/socket.h}.
+
@item @file{net/if.h}
On Darwin, this file requires that @file{sys/socket.h} be included
beforehand. One should run:
@@ -4304,6 +4307,9 @@
#endif
])
@end example
+
address@hidden @file{stdint.h}
+See above, item @file{inttypes.h} vs.@: @file{stdint.h}.
@item @file{stdlib.h}
On many systems (e.g., Darwin), @file{stdio.h} is a prerequisite.