From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike Gran Newsgroups: gmane.lisp.guile.user Subject: Re: Autoconf test for site scheme files Date: Wed, 8 Aug 2007 08:03:01 -0700 (PDT) Message-ID: <583288.87723.qm@web37915.mail.mud.yahoo.com> References: <87wsw64hn0.fsf@chbouib.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1186585396 16995 80.91.229.12 (8 Aug 2007 15:03:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Aug 2007 15:03:16 +0000 (UTC) To: Ludovic "Courtès" , guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Aug 08 17:03:13 2007 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IIn41-00082E-Sy for guile-user@m.gmane.org; Wed, 08 Aug 2007 17:03:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IIn41-0002uN-IE for guile-user@m.gmane.org; Wed, 08 Aug 2007 11:03:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IIn3w-0002tx-Sc for guile-user@gnu.org; Wed, 08 Aug 2007 11:03:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IIn3v-0002tR-EU for guile-user@gnu.org; Wed, 08 Aug 2007 11:03:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IIn3v-0002tN-8q for guile-user@gnu.org; Wed, 08 Aug 2007 11:03:03 -0400 Original-Received: from web37915.mail.mud.yahoo.com ([209.191.91.177]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IIn3u-00028N-Fb for guile-user@gnu.org; Wed, 08 Aug 2007 11:03:02 -0400 Original-Received: (qmail 89818 invoked by uid 60001); 8 Aug 2007 15:03:01 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=2wU+Q72xD7N7Gi97Tv2O/JJU+iyfOG2R8+YPjNuHs3vB6x7ahkidaIfAJ1wczhBsfBlSF1U6gLdHrBtO6DL7wr8+tCVxP0ZByiHxo4wUWXGq6AHpRL0qLTJQGjL5x7VsP50vz1bDJsiw9tcrgxDuODtAU9tar22OtFu6Abfm1+c=; X-YMail-OSG: pLntxmwVM1lpCJKQPDrqfeNZ5y2usLQy1a1sT6bMy2x8kXL9wv.JeJ1avKFrS7odgDumXS2OijNx2pILo8p0ZxtdlvC1iY2WKdm1Aq_v6jA2t6Gy4GwJVVjSdRSBLA-- Original-Received: from [76.80.200.209] by web37915.mail.mud.yahoo.com via HTTP; Wed, 08 Aug 2007 08:03:01 PDT In-Reply-To: <87wsw64hn0.fsf@chbouib.org> X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6099 Archived-At: Ludovic- Thanks. That was exactly what I was looking for. I was going to castigate myself for not RTFM, but, I didn't commit that particular sin this time. GUILE_SITE_DIR and other Guile Autoconf support flags don't appear to be documented in the 1.8 reference manual, as far as I can tell. (I did find then in the 1.6.x reference manual, however.) Thanks again, Mike Gran --- Ludovic Courtès wrote: > Hi, > > Note that the `GUILE_SITE_DIR' M4 macro gives you > "`guile-config info pkgdatadir`/site". But as Greg said, you may > want > to avoid using it since it is independent of the `--prefix' option > that > was passed to your package's `configure'. > > Mike Gran writes: > > > This brings up another question. Should %load-path should > generally > > include /usr/local/share/guile/site by default? > > > > Arguments in favor: it would keep symmetry with the emacs > $(lispdir) > > directory as described in the GNU coding standards. [1] > > Philosophically, can something be "site"-specific and not be > "local"? > > OTOH, why have two `site' directories by default? > > Thanks, > Ludovic. > > > > _______________________________________________ > Guile-user mailing list > Guile-user@gnu.org > http://lists.gnu.org/mailman/listinfo/guile-user > _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user