From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Neil Jerram" Newsgroups: gmane.lisp.guile.devel Subject: Re: git head fails to build Date: Thu, 15 Jan 2009 17:51:30 +0000 Message-ID: <49dd78620901150951r2294b494oe54c6ab8f117b51@mail.gmail.com> References: <49dd78620901150935j7df42ea4g2dccb06cc574fdde@mail.gmail.com> <49dd78620901150946p49bf680eq3f9069cb5fe30a95@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1232042513 5548 80.91.229.12 (15 Jan 2009 18:01:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Jan 2009 18:01:53 +0000 (UTC) Cc: guile-devel To: "Greg Troxel" Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jan 15 19:03:05 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LNWYI-0002Gd-Mh for guile-devel@m.gmane.org; Thu, 15 Jan 2009 19:02:46 +0100 Original-Received: from localhost ([127.0.0.1]:56746 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNWX2-0007mA-8U for guile-devel@m.gmane.org; Thu, 15 Jan 2009 13:01:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNWWV-0007Iq-HM for guile-devel@gnu.org; Thu, 15 Jan 2009 13:00:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNWWU-0007IB-Pw for guile-devel@gnu.org; Thu, 15 Jan 2009 13:00:55 -0500 Original-Received: from [199.232.76.173] (port=34436 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNWWU-0007Hx-KF for guile-devel@gnu.org; Thu, 15 Jan 2009 13:00:54 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.154]:39734) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNWNS-0000dE-US for guile-devel@gnu.org; Thu, 15 Jan 2009 12:51:35 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so629507fgb.30 for ; Thu, 15 Jan 2009 09:51:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=A/VnfjYmUD4XaPwpjtd6GfbDMQxzAOOR7TtsrsE8drE=; b=JOAbabBLpcCnvtXcDpSIWTpOnuDIKAhR6yb/IZREA1s1srhr+tLv7/gCRxpurEW2fU d5U79lReifUi2FDcsKFeh25koVgQTne750WIfICxkCCTbbwE/m5BB8a2y/JCXkOIoiKC APkfjya7JPx9uWcpU6vuoZOy9q0OOMsRg9NxU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=leUSOKJtaCVIib+nAwjjzAM/07yICBTDEw8RuQzKx22dkQYdJR6PjAGJAhK2hs/CuR Ln2YNHHROdF6tO3YqbVLc3HBFywFS00uhP2uB6olWk3mehsHaU0q4efNf6qla56iiQEE KkbG6jH5C517nsMKzfxdc4E+Ax2fgltxvaxsA= Original-Received: by 10.86.31.18 with SMTP id e18mr1480386fge.72.1232041891037; Thu, 15 Jan 2009 09:51:31 -0800 (PST) Original-Received: by 10.86.74.2 with HTTP; Thu, 15 Jan 2009 09:51:30 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8026 Archived-At: 2009/1/15 Greg Troxel : >> 2009/1/15 Greg Troxel : >>>> 2009/1/15 Greg Troxel : >>>>> AB_INIT is not present in master, just in 1.8 (I think - I am still a >>>>> git newbie). >>>> >>>> It's hidden somewhere inside gl_INIT or gl_EARLY. >>> >>> hmm, that seems wrong for a library component to be making those sorts >>> of decisions. >> >> It isn't doing it by itself! It's doing it because we have asked >> Gnulib to provide the "autobuild" module. > > OK. So my autobuild script should then > > not copy in autobuild.m4 > not add AB_INIT > > Presumably this would be true on both 1.8 and master, even if it AB is > provided differently on the two branches. I think so, yes; but perhaps Ludovic will confirm... Neil