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:46:24 +0000 Message-ID: <49dd78620901150946p49bf680eq3f9069cb5fe30a95@mail.gmail.com> References: <49dd78620901150935j7df42ea4g2dccb06cc574fdde@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 1232041857 2978 80.91.229.12 (15 Jan 2009 17:50:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Jan 2009 17:50:57 +0000 (UTC) Cc: guile-devel To: "Greg Troxel" Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jan 15 18:52:09 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 1LNWNo-0005sB-34 for guile-devel@m.gmane.org; Thu, 15 Jan 2009 18:51:56 +0100 Original-Received: from localhost ([127.0.0.1]:42636 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNWMX-00019B-Iw for guile-devel@m.gmane.org; Thu, 15 Jan 2009 12:50:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNWIV-0004TW-BD for guile-devel@gnu.org; Thu, 15 Jan 2009 12:46:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNWIT-0004RN-WB for guile-devel@gnu.org; Thu, 15 Jan 2009 12:46:26 -0500 Original-Received: from [199.232.76.173] (port=39844 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNWIT-0004Qz-Pm for guile-devel@gnu.org; Thu, 15 Jan 2009 12:46:25 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.156]:39974) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNWIT-0008CI-DI for guile-devel@gnu.org; Thu, 15 Jan 2009 12:46:25 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so628149fgb.30 for ; Thu, 15 Jan 2009 09:46:24 -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=0kv1VnBVU8IZMzUL5GvjoArdM5Nab+dYqHwVMhG+6O4=; b=YwvZmkfd7m4bGmlU9GaP6FMU6xUJxHO8UWpyJPE3GN5KNNWMQlj8Sxuk9YQY789Yzg 0igwiNIjuU5XrTVKUr5AHABvOf7uBpEOa+fQIRSL0UgK5MB78ju4ILqlLozbxgCKZQTB a+0p1QCwGOSUjeT84Gkn+SUMLEKS4ahHwfrik= 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=SdEJt++p5jaDGy9l2aGsKQeZj8wTjaZgWYZtSXR//9l6VwPQxnJDKWLnKx3Ku4JvsH 7H/dX3dwrpQTLmFQlF5FSO+QJG7/rJ6XYbqjiLftZkfwwe07l0LZuJ2y83wtKRw4QekT 2OQVNjSqrQg7gnLxVc2ybZeUCLbM8bd7+5ZiE= Original-Received: by 10.86.91.3 with SMTP id o3mr1503387fgb.35.1232041584103; Thu, 15 Jan 2009 09:46:24 -0800 (PST) Original-Received: by 10.86.74.2 with HTTP; Thu, 15 Jan 2009 09:46:24 -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:8024 Archived-At: 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. Neil