diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-05-30 20:52:49 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-05-30 20:52:49 +0000 |
commit | 100eb74c10e53a1f8e0b0b67e836e7703914ca1f (patch) | |
tree | 12b86a9a91f48575e607c406b958d3e396135a9e /lib/libX11/Makefile.in | |
parent | 5a9fa3dae6adae68de15f37d34f31b19ea867343 (diff) |
Update to libX11 1.4.3 which was released during the 1.4.2 tests.
Mostly churn in the doc build system, which is disabled on Xenocara
for now.
Diffstat (limited to 'lib/libX11/Makefile.in')
-rw-r--r-- | lib/libX11/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libX11/Makefile.in b/lib/libX11/Makefile.in index cc9e00ed8..96a9bea02 100644 --- a/lib/libX11/Makefile.in +++ b/lib/libX11/Makefile.in @@ -145,6 +145,8 @@ HAVE_XMLTO_FALSE = @HAVE_XMLTO_FALSE@ HAVE_XMLTO_TEXT_FALSE = @HAVE_XMLTO_TEXT_FALSE@ HAVE_XMLTO_TEXT_TRUE = @HAVE_XMLTO_TEXT_TRUE@ HAVE_XMLTO_TRUE = @HAVE_XMLTO_TRUE@ +HAVE_XSLTPROC_FALSE = @HAVE_XSLTPROC_FALSE@ +HAVE_XSLTPROC_TRUE = @HAVE_XSLTPROC_TRUE@ I18N_MODULE_LIBS = @I18N_MODULE_LIBS@ INSTALL_CMD = @INSTALL_CMD@ INSTALL_DATA = @INSTALL_DATA@ @@ -230,6 +232,7 @@ XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ XMLTO = @XMLTO@ XORG_MAN_PAGE = @XORG_MAN_PAGE@ XORG_SGML_PATH = @XORG_SGML_PATH@ +XSLTPROC = @XSLTPROC@ XSL_STYLESHEET = @XSL_STYLESHEET@ XTHREADLIB = @XTHREADLIB@ XTHREAD_CFLAGS = @XTHREAD_CFLAGS@ |