]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (System Services) <AC_PATH_XTRA>: Adjust the
authorAkim Demaille <akim@epita.fr>
Fri, 8 Dec 2000 14:27:20 +0000 (14:27 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 8 Dec 2000 14:27:20 +0000 (14:27 +0000)
documentation about X_DISPLAY_MISSING to the code.

ChangeLog
doc/autoconf.texi

index 0ad9baeb855048bd8cc312d1598247a73e0ef214..ba4ef12ec64ac4d557b76a1d90b88745c0b047c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 4d65bbbf69bcb17e54d010d1fe19d267ca72907d..14bfb2cf644b14246e7015f675965b9d869cd395 100644 (file)
@@ -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