mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
1999-10-05 Ben Elliston <bje@cygnus.com>
* autoconf.texi (AC_PATH_XTRA): Correctly document the behaviour when X is not available.
This commit is contained in:
parent
140e14a2f6
commit
c9fa05ca8a
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user