[BUG] linuxdoc crosscompile problem w/ xorg-server-1.0.99.902
Enrico Weigelt
weigelt at metux.de
Mon May 8 11:27:41 PDT 2006
Hi folks,
there's a autoconf problem w/ xorg-server-1.0.99.902 while
configuring for crosscompile:
The macro XORG_CHECK_LINUXDOC calls AC_CHECK_FILE, which refuses to
work while crosscompiling. Yeah, again, autofool's very clever ;-\
I can live completely without any docs, so I simply kicked it
off configure.in, but its always ugly if people have to fix
each release to get it built.
At least we could introduce some configure option to disable the
whole linuxdoc stuff.
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])
More information about the xorg-modular
mailing list