From: Akim Demaille Date: Fri, 8 Dec 2000 14:27:20 +0000 (+0000) Subject: * doc/autoconf.texi (System Services) : Adjust the X-Git-Tag: autoconf-2.50~332 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0bbf5dcb6e049b10c2353adcc20e1c4cd499c87;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (System Services) : Adjust the documentation about X_DISPLAY_MISSING to the code. --- diff --git a/ChangeLog b/ChangeLog index 0ad9baeb8..ba4ef12ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-12-08 Akim Demaille + + * doc/autoconf.texi (System Services) : Adjust the + documentation about X_DISPLAY_MISSING to the code. + 2000-12-07 Akim Demaille * tests/atgeneral.m4 (AT_INIT): More robust computation of diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 4d65bbbf6..14bfb2cf6 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -4544,16 +4544,17 @@ otherwise set it to the empty string. @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