From c9fa05ca8a9ca467546295a4a65885320aa4d93b Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 5 Oct 1999 13:25:13 +0000 Subject: [PATCH] 1999-10-05 Ben Elliston * autoconf.texi (AC_PATH_XTRA): Correctly document the behaviour when X is not available. --- ChangeLog | 5 +++++ autoconf.texi | 3 +-- doc/autoconf.texi | 3 +-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f982cf4a..90f64568 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-10-05 Ben Elliston + + * autoconf.texi (AC_PATH_XTRA): Correctly document the behaviour + when X is not available. + 1999-10-02 Akim Demaille * acgeneral.m4: Instead of just undefining eval, format, include diff --git a/autoconf.texi b/autoconf.texi index cec7df39..cc868f16 100644 --- a/autoconf.texi +++ b/autoconf.texi @@ -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 diff --git a/doc/autoconf.texi b/doc/autoconf.texi index cec7df39..cc868f16 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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 -- 2.47.2