update PATH_XTRA

This commit is contained in:
David MacKenzie 1994-10-11 17:23:43 +00:00
parent 52166746b3
commit e6e71f8472
2 changed files with 10 additions and 4 deletions

View File

@ -2401,14 +2401,17 @@ otherwise set it to the empty string.
@ovindex X_CFLAGS
@ovindex X_LIBS
@ovindex X_EXTRA_LIBS
@ovindex X_PRE_LIBS
An enhanced version of @code{AC_PATH_X}. Put the C compiler flags that
X needs into output variable @code{X_CFLAGS}, and the X linker
flags into @code{X_LIBS}. If X is not available, put
@samp{-DX_DISPLAY_MISSING} into @code{X_CFLAGS}.
Also check for special libraries that some systems need in order to
compile X programs. Add any that the system needs to output
variable @code{X_EXTRA_LIBS}.
compile X programs. Add any that the system needs to output variable
@code{X_EXTRA_LIBS}. And check for special X11R6 libraries that need to
be linked with before @samp{-lX11}, and add any found to the output
variable @code{X_PRE_LIBS}.
@end defmac
@defmac AC_SYS_LONG_FILE_NAMES

View File

@ -2401,14 +2401,17 @@ otherwise set it to the empty string.
@ovindex X_CFLAGS
@ovindex X_LIBS
@ovindex X_EXTRA_LIBS
@ovindex X_PRE_LIBS
An enhanced version of @code{AC_PATH_X}. Put the C compiler flags that
X needs into output variable @code{X_CFLAGS}, and the X linker
flags into @code{X_LIBS}. If X is not available, put
@samp{-DX_DISPLAY_MISSING} into @code{X_CFLAGS}.
Also check for special libraries that some systems need in order to
compile X programs. Add any that the system needs to output
variable @code{X_EXTRA_LIBS}.
compile X programs. Add any that the system needs to output variable
@code{X_EXTRA_LIBS}. And check for special X11R6 libraries that need to
be linked with before @samp{-lX11}, and add any found to the output
variable @code{X_PRE_LIBS}.
@end defmac
@defmac AC_SYS_LONG_FILE_NAMES