aboutsummaryrefslogtreecommitdiffstats
path: root/tools/configure
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
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')
-rwxr-xr-xtools/configure10
1 files changed, 6 insertions, 4 deletions
diff --git a/tools/configure b/tools/configure
index 9e342ede8e..6292a264c3 100755
--- a/tools/configure
+++ b/tools/configure
@@ -551,11 +551,11 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Xen Hypervisor'
-PACKAGE_TARNAME='xen-hypervisor'
+PACKAGE_TARNAME='xen'
PACKAGE_VERSION='4.3'
PACKAGE_STRING='Xen Hypervisor 4.3'
PACKAGE_BUGREPORT='xen-devel@lists.xen.org'
-PACKAGE_URL=''
+PACKAGE_URL='http://www.xen.org/'
ac_unique_file="libxl/libxl.c"
ac_default_prefix=/usr
@@ -1349,7 +1349,7 @@ Fine tuning of the installation directories:
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
- --docdir=DIR documentation root [DATAROOTDIR/doc/xen-hypervisor]
+ --docdir=DIR documentation root [DATAROOTDIR/doc/xen]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1428,6 +1428,7 @@ Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
Report bugs to <xen-devel@lists.xen.org>.
+Xen Hypervisor home page: <http://www.xen.org/>.
_ACEOF
ac_status=$?
fi
@@ -7321,7 +7322,8 @@ $config_files
Configuration headers:
$config_headers
-Report bugs to <xen-devel@lists.xen.org>."
+Report bugs to <xen-devel@lists.xen.org>.
+Xen Hypervisor home page: <http://www.xen.org/>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1