From 72b838fffc07f622d7fe0631d69b19be578eb5a3 Mon Sep 17 00:00:00 2001
From: Daniel Veillard
Date: Fri, 10 Mar 2006 10:21:41 +0000
Subject: [PATCH] * configure.in: applied patch for --with-xen-distdir option
from Ronald Aigner * docs/site.xsl docs/*.html: added link to Bugzilla
Daniel
---
ChangeLog | 6 ++++++
configure.in | 12 ++++++++++++
docs/FAQ.html | 2 +-
docs/architecture.html | 2 +-
docs/bugs.html | 2 +-
docs/downloads.html | 2 +-
docs/errors.html | 2 +-
docs/format.html | 2 +-
docs/index.html | 3 +++
docs/intro.html | 2 +-
docs/news.html | 2 +-
docs/python.html | 2 +-
docs/site.xsl | 4 ++++
13 files changed, 34 insertions(+), 9 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 369fa3f154..c43c02e515 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Mar 10 11:07:58 CET 2006 Daniel Veillard
+
+ * configure.in: applied patch for --with-xen-distdir option from
+ Ronald Aigner
+ * docs/site.xsl docs/*.html: added link to Bugzilla
+
Sat Mar 4 09:59:13 CET 2006 Daniel Veillard
* src/xml.c: another patch from David Lutterkort fixing a typo
diff --git a/configure.in b/configure.in
index 375164703d..4045cabf18 100644
--- a/configure.in
+++ b/configure.in
@@ -78,6 +78,18 @@ dnl
CFLAGS="-g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall"
fi
+dnl
+dnl Specify the xen-distribution directory to be able to compile on a
+dnl non-xenified host
+dnl
+AC_ARG_WITH(xen-distdir, AC_HELP_STRING([--with-xen-distdir=path],
+ [distribution directory of Xen, default /usr]))
+if test "x$with_xen_distdir" != "x"
+then
+CPPFLAGS="$CPPFLAGS -I$withval/install/usr/include"
+LDFLAGS="$LDFLAGS -L$withval/install/usr/lib"
+fi
+
dnl
dnl To be able to make dist on a non-xenified host
dnl
diff --git a/docs/FAQ.html b/docs/FAQ.html
index 5680f92517..afcd87e88a 100644
--- a/docs/FAQ.html
+++ b/docs/FAQ.html
@@ -77,4 +77,4 @@
via the pkg-config command line tool, like:
pkg-config libvirt --libs
-