]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-10-05 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Tue, 5 Oct 1999 13:25:13 +0000 (13:25 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Tue, 5 Oct 1999 13:25:13 +0000 (13:25 +0000)
* autoconf.texi (AC_PATH_XTRA): Correctly document the behaviour
when X is not available.

ChangeLog
autoconf.texi
doc/autoconf.texi

index f982cf4af2f98fd6341a9d8dd437dafbd8d95e5b..90f64568297bdf2d5364afc105880b28eb4e742c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-10-05  Ben Elliston  <bje@cygnus.com>
+
+       * autoconf.texi (AC_PATH_XTRA): Correctly document the behaviour
+       when X is not available.
+
 1999-10-02  Akim Demaille  <demaille@inf.enst.fr>
 
        * acgeneral.m4: Instead of just undefining eval, format, include
index cec7df39d8924128f4131761493cb01cf8fbfee3..cc868f1689f592f6d3d27f8b5f0d596ec5246bf7 100644 (file)
@@ -2918,8 +2918,7 @@ otherwise set it to the empty string.
 @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 @samp{-DX_DISPLAY_MISSING} to
-@code{X_CFLAGS}.
+@code{X_LIBS}.  If X is not available, define @code{X_DISPLAY_MISSING}.
 
 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
index cec7df39d8924128f4131761493cb01cf8fbfee3..cc868f1689f592f6d3d27f8b5f0d596ec5246bf7 100644 (file)
@@ -2918,8 +2918,7 @@ otherwise set it to the empty string.
 @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 @samp{-DX_DISPLAY_MISSING} to
-@code{X_CFLAGS}.
+@code{X_LIBS}.  If X is not available, define @code{X_DISPLAY_MISSING}.
 
 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