[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 3 of 3] tools/configure.ac: fill PACKAGE_TARNAME in AC_INIT
Olaf Hering wrote: # HG changeset patch # User Olaf Hering<olaf@xxxxxxxxx> # Date 1339574441 -7200 # Node ID 306676f2c25b58e2cc094017f53910cb0c9ea9a9 # Parent 57679d60e43077004757aede949e41b5e297e028 tools/configure.ac: fill PACKAGE_TARNAME in AC_INIT Upcoming changes will 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. Signed-off-by: Olaf Hering<olaf@xxxxxxxxx> diff -r 57679d60e430 -r 306676f2c25b tools/configure.ac --- 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@xxxxxxxxxxxxxxxxxxx]) + [xen-devel@xxxxxxxxxxxxxxxxxxx], [xen], [http://www.xen.org/]) Since you already change the line, could you also change the ML address to xen@xxxxxxxxxxxxx? AC_CONFIG_SRCDIR([libxl/libxl.c]) AC_CONFIG_FILES([../config/Tools.mk]) AC_CONFIG_HEADERS([config.h]) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |