From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Roland Winkler" Newsgroups: gmane.emacs.devel Subject: Re: BBDB v3 approaching release Date: Tue, 28 May 2013 09:49:02 +0200 Message-ID: <20900.24942.228553.711427@gargle.gargle.HOWL> References: <20899.5836.285028.24953@gargle.gargle.HOWL> <87bo7wjt8x.fsf@gnu.org> <20899.46045.555853.245325@gargle.gargle.HOWL> <8761y42p2u.fsf@yandex.ru> <20899.49048.958776.655846@gargle.gargle.HOWL> <20900.16723.858581.898946@a1i15.kph.uni-mainz.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1369727370 20296 80.91.229.3 (28 May 2013 07:49:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 May 2013 07:49:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 28 09:49:27 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UhEet-00079Z-60 for ged-emacs-devel@m.gmane.org; Tue, 28 May 2013 09:49:27 +0200 Original-Received: from localhost ([::1]:35172 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhEes-0006RE-RD for ged-emacs-devel@m.gmane.org; Tue, 28 May 2013 03:49:26 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhEek-0006KH-OC for emacs-devel@gnu.org; Tue, 28 May 2013 03:49:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhEeb-0007Uc-4J for emacs-devel@gnu.org; Tue, 28 May 2013 03:49:18 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhEeb-0007UY-0e for emacs-devel@gnu.org; Tue, 28 May 2013 03:49:09 -0400 Original-Received: from p4fcbfa57.dip0.t-ipconnect.de ([79.203.250.87]:50627 helo=regnitz) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1UhEea-0001Nm-CC; Tue, 28 May 2013 03:49:08 -0400 In-Reply-To: <20900.16723.858581.898946@a1i15.kph.uni-mainz.de> X-Mailer: VM 8.2 trial under 24.3.1 (x86_64-unknown-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:159851 Archived-At: On Tue May 28 2013 Ulrich Mueller wrote: > Please do. Packages without a build system impose additional work > upon all distros. ...which brings me back to part one of my original post: The current configure scripts and makefiles pretty much follow the old lines of BBDB v2. I'd be glad if someone familiar with the GNU conventions for such files could look over these files so that they work reliably / as expected on different platforms. Roland