tools/configure.ac: fill PACKAGE_TARNAME in AC_INIT
authorOlaf Hering <olaf@aepfle.de>
Mon, 8 Oct 2012 11:18:35 +0000 (12:18 +0100)
committerOlaf Hering <olaf@aepfle.de>
Mon, 8 Oct 2012 11:18:35 +0000 (12:18 +0100)
commit98febed0b69e20ca0a97e984f7aa0dd1a185706b
tree653c93e057fe5fd2b93c22ac6e2ea878dd1b2552
parent75f240e9cacf755ca8e1e54b6c857375b7755537
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>
tools/configure
tools/configure.ac