From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Pau Monne Subject: Re: [PATCH 3 of 3] tools/configure.ac: fill PACKAGE_TARNAME in AC_INIT Date: Wed, 13 Jun 2012 09:59:30 +0100 Message-ID: <4FD85672.60108@citrix.com> References: <306676f2c25b58e2cc09.1339574507@probook.site> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <306676f2c25b58e2cc09.1339574507@probook.site> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Olaf Hering Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Olaf Hering wrote: > # HG changeset patch > # User Olaf Hering > # 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 > > 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@lists.xensource.com]) > + [xen-devel@lists.xensource.com], [xen], [http://www.xen.org/]) Since you already change the line, could you also change the ML address to xen@lists.xen.org? > AC_CONFIG_SRCDIR([libxl/libxl.c]) > AC_CONFIG_FILES([../config/Tools.mk]) > AC_CONFIG_HEADERS([config.h])