From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49765 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oyjt3-000742-Vo for qemu-devel@nongnu.org; Thu, 23 Sep 2010 07:22:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oyjt2-0002il-Ox for qemu-devel@nongnu.org; Thu, 23 Sep 2010 07:22:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42882) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oyjt2-0002iU-I7 for qemu-devel@nongnu.org; Thu, 23 Sep 2010 07:22:48 -0400 Message-ID: <4C9B3883.4040404@redhat.com> Date: Thu, 23 Sep 2010 13:22:43 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <4C911D8F.1060406@codemonkey.ws> <4C97A73C.4070102@codemonkey.ws> <4C97C255.2020106@codemonkey.ws> <4C9A073A.2050009@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: Win2k host problem with {get, free}{addr, name}info() List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel On 09/22/2010 07:16 PM, Blue Swirl wrote: >> gnulib's submodule is never built directly. It only lives in the build tree >> so that it can be consulted by gnulib-tool, but it doesn't even make it to >> the release tarballs. Instead, gnulib-tool should be invoked after checking >> out superproject.git, and copies selected gnulib files into superproject's >> checkout (these files are .gitignore'd). > > gnulib-tool wants to patch configure.ac. After adding an empty one and > running "gnulib-tool --import getaddrinfo inet_ntop", it still remains > empty. Not very clever. There are a lot of .c files, some .h files and > also a lot of .m4 files. I agree that your posted patch is the best way---also considering that the path to autotools (autoconf, at least) is laden with deprecation periods and flamewars. Paolo