From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Add to the 2.1.x branch GUILE_SITE_CCACHE_DIR and GUILE_EXTENSION_DIR Autoconf macros along with needed siteccachdir entry in pkgconfig file Date: Wed, 15 Mar 2017 08:46:21 +0100 Message-ID: <87tw6v56eq.fsf@pobox.com> References: <878to9s5s9.fsf@pobox.com> <87h92v7vw3.fsf@pobox.com> <87y3w76edw.fsf@pobox.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1489564007 577 195.159.176.226 (15 Mar 2017 07:46:47 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 15 Mar 2017 07:46:47 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) Cc: guile-devel@gnu.org To: Freja Nordsiek Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Mar 15 08:46:41 2017 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1co3dk-0007HP-Dw for guile-devel@m.gmane.org; Wed, 15 Mar 2017 08:46:36 +0100 Original-Received: from localhost ([::1]:35087 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1co3dq-00020l-5Q for guile-devel@m.gmane.org; Wed, 15 Mar 2017 03:46:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1co3dl-00020Q-4v for guile-devel@gnu.org; Wed, 15 Mar 2017 03:46:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1co3di-00005L-44 for guile-devel@gnu.org; Wed, 15 Mar 2017 03:46:37 -0400 Original-Received: from pb-sasl2.pobox.com ([64.147.108.67]:64620 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1co3dh-0008WH-UM for guile-devel@gnu.org; Wed, 15 Mar 2017 03:46:34 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl2.pobox.com (Postfix) with ESMTP id E12EB6BF2F; Wed, 15 Mar 2017 03:46:29 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=61AwubLcqre+/MiV9yFajIFH+Fw=; b=fFRJze b8LTJg/uCwTaxWOSyKHvMjYBOUWOehxC5lOfJVdZCyfLqa9+Ly+fKPOA7qQEQqzK 5RfFuwTBsAYr3M2nvI2GtuXbSJoOzNiMtvPW5sAIpPT64QHBqWhw5WHHZN/gz1Ya i7Aqo8W1V0xzmBMi/lzV9rvrGruPc5Zn0EfUU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=FrTK70xcj1Jac9YN6xypx500UBe4zrmL njffeg2wkYk/t/t5jzhcfTDrAVyed+BXy20BHoNr6Aev901Rr5ocebZCb6wV7rlL jZCFv/xAcVFlaTrlPsIW6m3M8IK2YYP0YcU8JGrHjFkv1kapomgGrw0zYogEbjiV X2GT1TYKwyc= Original-Received: from pb-sasl2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-sasl2.pobox.com (Postfix) with ESMTP id D9B706BF2E; Wed, 15 Mar 2017 03:46:29 -0400 (EDT) Original-Received: from clucks (unknown [88.160.190.192]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl2.pobox.com (Postfix) with ESMTPSA id EABBE6BF2D; Wed, 15 Mar 2017 03:46:28 -0400 (EDT) In-Reply-To: (Freja Nordsiek's message of "Tue, 14 Mar 2017 20:41:45 +0100") X-Pobox-Relay-ID: 7FFFE730-0953-11E7-8AB4-85AB91A0D1B0-02397024!pb-sasl2.pobox.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.147.108.67 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:19056 Archived-At: On Tue 14 Mar 2017 20:41, Freja Nordsiek writes: > I missed adding an entry for meta/guile-2.2.pc.in in the commit log. Fixed now. Applied, thanks! Note that I made a small change to the commit log: > Subject: [PATCH] GUILE_SITE_DIR: updated to find compiled site directories > > * meta/guile.m4: GUILE_SITE_DIR updated to find compiled site directories > * meta/guile-2.2.pc.in: added entry for site-ccache directory GUILE_SITE_DIR: Update to find compiled site directories * meta/guile.m4 (GUILE_SITE_DIR): Update to find compiled site directories. * meta/guile-2.2.pc.in: Add entry for site-ccache directory. Here we usually avoid going over 72 columns (because these logs are often indented, e.g. via "git log") and the general tone is a bit more declarative, in the present tense, and with full stops. Andy