[PATCH] disable linuxdoc at all (for crosscompiling)
Enrico Weigelt
weigelt at metux.de
Wed May 17 07:29:22 PDT 2006
This patch disables the linuxdoc stuff in configure, since these
macros do not work w/ crosscompiling.
cu
--
---------------------------------------------------------------------
Enrico Weigelt == metux IT service - http://www.metux.de/
---------------------------------------------------------------------
Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
Patches / Fixes for a lot dozens of packages in dozens of versions:
rsync://sources.metux.de/metux-patches
---------------------------------------------------------------------
-------------- next part --------------
diff -ruN xorg-server-1.0.99.902.orig/configure.ac xorg-server-1.0.99.902/configure.ac
--- xorg-server-1.0.99.902.orig/configure.ac Mon May 8 20:08:51 2006
+++ xorg-server-1.0.99.902/configure.ac Mon May 8 20:11:42 2006
@@ -489,7 +489,7 @@
dnl Only build sgml docs when linuxdoc is available and
dnl def.ents has been installed
-XORG_CHECK_LINUXDOC
+dnl XORG_CHECK_LINUXDOC
dnl Handle installing libxf86config
AM_CONDITIONAL(INSTALL_LIBXF86CONFIG, [test "x$INSTALL_LIBXF86CONFIG" = xyes])
diff -ruN xorg-server-1.0.99.902.orig/configure.ac xorg-server-1.0.99.902/configure.ac
--- xorg-server-1.0.99.902.orig/configure.ac Tue May 9 20:24:24 2006
+++ xorg-server-1.0.99.902/configure.ac Tue May 9 20:32:31 2006
@@ -490,6 +490,8 @@
dnl Only build sgml docs when linuxdoc is available and
dnl def.ents has been installed
dnl XORG_CHECK_LINUXDOC
+AM_CONDITIONAL(BUILD_LINUXDOC,[false])
+AM_CONDITIONAL(BUILD_PDFDOC,[false])
dnl Handle installing libxf86config
AM_CONDITIONAL(INSTALL_LIBXF86CONFIG, [test "x$INSTALL_LIBXF86CONFIG" = xyes])
More information about the xorg-modular
mailing list