[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] tools/configure.ac: fill PACKAGE_TARNAME in AC_INIT
# HG changeset patch # User Olaf Hering <olaf@xxxxxxxxx> # Date 1349695115 -3600 # Node ID 02e744da52c997de70ebde8d1baaf45dc4399866 # Parent b6fb4e63b946286fb5fcd1fd618d1a2e319ddeb7 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@xxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Committed-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- diff -r b6fb4e63b946 -r 02e744da52c9 tools/configure --- a/tools/configure Mon Oct 08 12:18:34 2012 +0100 +++ b/tools/configure Mon Oct 08 12:18:35 2012 +0100 @@ -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@xxxxxxxxxxxxx' -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 director --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 choi it to find libraries and programs with nonstandard names/locations. Report bugs to <xen-devel@xxxxxxxxxxxxx>. +Xen Hypervisor home page: <http://www.xen.org/>. _ACEOF ac_status=$? fi @@ -7321,7 +7322,8 @@ Configuration files: Configuration headers: $config_headers -Report bugs to <xen-devel@xxxxxxxxxxxxx>." +Report bugs to <xen-devel@xxxxxxxxxxxxx>. +Xen Hypervisor home page: <http://www.xen.org/>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 diff -r b6fb4e63b946 -r 02e744da52c9 tools/configure.ac --- a/tools/configure.ac Mon Oct 08 12:18:34 2012 +0100 +++ b/tools/configure.ac Mon Oct 08 12:18:35 2012 +0100 @@ -3,7 +3,7 @@ AC_PREREQ([2.67]) AC_INIT([Xen Hypervisor], m4_esyscmd([../version.sh ../xen/Makefile]), - [xen-devel@xxxxxxxxxxxxx]) + [xen-devel@xxxxxxxxxxxxx], [xen], [http://www.xen.org/]) AC_CONFIG_SRCDIR([libxl/libxl.c]) AC_CONFIG_FILES([../config/Tools.mk]) AC_CONFIG_HEADERS([config.h]) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |