+2000-12-08 Akim Demaille <akim@epita.fr>
+
+ * doc/autoconf.texi (System Services) <AC_PATH_XTRA>: Adjust the
+ documentation about X_DISPLAY_MISSING to the code.
+
2000-12-07 Akim Demaille <akim@epita.fr>
* tests/atgeneral.m4 (AT_INIT): More robust computation of
@ovindex X_LIBS
@ovindex X_EXTRA_LIBS
@ovindex X_PRE_LIBS
-An enhanced version of @code{AC_PATH_X}. It adds the C compiler flags that
-X needs to output variable @code{X_CFLAGS}, and the X linker flags to
-@code{X_LIBS}. If X is not available, adds @option{-DX_DISPLAY_MISSING} to
-@code{X_CFLAGS}.
+@cvindex X_DISPLAY_MISSING
+An enhanced version of @code{AC_PATH_X}. It adds the C compiler flags
+that X needs to output variable @code{X_CFLAGS}, and the X linker flags
+to @code{X_LIBS}. Define @code{X_DISPLAY_MISSING} if X is not
+available.
This macro also checks for special libraries that some systems need in
order to compile X programs. It adds any that the system needs to
output variable @code{X_EXTRA_LIBS}. And it checks for special X11R6
-libraries that need to be linked with before @option{-lX11}, and adds any
-found to the output variable @code{X_PRE_LIBS}.
+libraries that need to be linked with before @option{-lX11}, and adds
+any found to the output variable @code{X_PRE_LIBS}.
@c This is an incomplete kludge. Make a real way to do it.
@c If you need to check for other X functions or libraries yourself, then