[PATCH xorg-docs 2/9] Remove check for PDF tooling for X protocol spec.

Gaetan Nadon memsize at videotron.ca
Thu Sep 9 14:56:42 PDT 2010


The spec moved to proto/x11proto

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 configure.ac |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/configure.ac b/configure.ac
index dfa6a6d..3b98568 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,13 +52,6 @@ AC_ARG_ENABLE(html, AS_HELP_STRING([--enable-html],
                 [Build HTML versions of documents (default: disabled)]),
                 [BUILD_HTMLDOC=$enableval], [BUILD_HTMLDOC=no])
 
-XORG_WITH_PS2PDF
-if ! test -x "$PS2PDF"; then
-	AC_MSG_ERROR([ps2pdf is required to build the X protocol spec])
-fi
-AC_PATH_PROG([PDFTK], [pdftk])
-AM_CONDITIONAL(HAVE_PDFTK, test -x "$PDFTK")
-
 AM_CONDITIONAL(BUILD_TXTDOC, test "x$BUILD_TXTDOC" = xyes)
 AM_CONDITIONAL(BUILD_PDFDOC, test "x$BUILD_PDFDOC" = xyes)
 AM_CONDITIONAL(BUILD_PSDOC, test "x$BUILD_PSDOC" = xyes)
-- 
1.6.0.4



More information about the xorg-devel mailing list