From 98febed0b69e20ca0a97e984f7aa0dd1a185706b Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 8 Oct 2012 12:18:35 +0100 Subject: 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 Acked-by: Ian Campbell Committed-by: Ian Campbell --- tools/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/configure.ac') 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]) -- cgit v1.2.3