From: Ben Elliston Date: Tue, 5 Oct 1999 13:25:13 +0000 (+0000) Subject: 1999-10-05 Ben Elliston X-Git-Tag: pre-exp-merge-1999-10-17~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9fa05ca8a9ca467546295a4a65885320aa4d93b;p=thirdparty%2Fautoconf.git 1999-10-05 Ben Elliston * autoconf.texi (AC_PATH_XTRA): Correctly document the behaviour when X is not available. --- 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