aboutsummaryrefslogtreecommitdiffstats
path: root/tools/configure.ac
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2012-10-08 12:18:35 +0100
committerOlaf Hering <olaf@aepfle.de>2012-10-08 12:18:35 +0100
commit98febed0b69e20ca0a97e984f7aa0dd1a185706b (patch)
tree653c93e057fe5fd2b93c22ac6e2ea878dd1b2552 /tools/configure.ac
parent75f240e9cacf755ca8e1e54b6c857375b7755537 (diff)
downloadxen-98febed0b69e20ca0a97e984f7aa0dd1a185706b.tar.gz
xen-98febed0b69e20ca0a97e984f7aa0dd1a185706b.tar.bz2
xen-98febed0b69e20ca0a97e984f7aa0dd1a185706b.zip
tools/configure.ac: fill PACKAGE_TARNAME in AC_INIT
Upcoming changes may move DOCDIR from Config.mk to config/Tools.mk. To preserve the currently used path, which ends with /xen, specify a value for PACKAGE_TARNAME. Without this change the path would end with /xen-hypervisor. Please rerun autoconf after applying this. Signed-off-by: Olaf Hering <olaf@aepfle.de> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/configure.ac')
-rw-r--r--tools/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure.ac b/tools/configure.ac
index 3b3ce42323..3318fea958 100644
--- a/tools/configure.ac
+++ b/tools/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ([2.67])
AC_INIT([Xen Hypervisor], m4_esyscmd([../version.sh ../xen/Makefile]),
- [xen-devel@lists.xen.org])
+ [xen-devel@lists.xen.org], [xen], [http://www.xen.org/])
AC_CONFIG_SRCDIR([libxl/libxl.c])
AC_CONFIG_FILES([../config/Tools.mk])
AC_CONFIG_HEADERS([config.h])