From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Greg Troxel Newsgroups: gmane.lisp.guile.devel Subject: Re: doc libdir and C code modules Date: 14 Feb 2006 14:47:41 -0500 Message-ID: References: <87zml86k72.fsf@zip.com.au> <87acd716ds.fsf@ossau.uklinux.net> <87d5i0m3vo.fsf@zip.com.au> <87wtg4oo9d.fsf@ossau.uklinux.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139956961 8039 80.91.229.2 (14 Feb 2006 22:42:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Feb 2006 22:42:41 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Feb 14 23:42:39 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F98sT-00047s-Mj for guile-devel@m.gmane.org; Tue, 14 Feb 2006 23:42:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F98sS-0002Xz-UT for guile-devel@m.gmane.org; Tue, 14 Feb 2006 17:42:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F969J-0001Q2-OT for guile-devel@gnu.org; Tue, 14 Feb 2006 14:47:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F969H-0001P8-20 for guile-devel@gnu.org; Tue, 14 Feb 2006 14:47:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F969G-0001P1-Mt for guile-devel@gnu.org; Tue, 14 Feb 2006 14:47:42 -0500 Original-Received: from [192.1.100.210] (helo=fnord.ir.bbn.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F96E0-0000MS-Nb for guile-devel@gnu.org; Tue, 14 Feb 2006 14:52:36 -0500 Original-Received: by fnord.ir.bbn.com (Postfix, from userid 10853) id D981C5286; Tue, 14 Feb 2006 14:47:41 -0500 (EST) Original-To: Neil Jerram In-Reply-To: <87wtg4oo9d.fsf@ossau.uklinux.net> Original-Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 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:5706 Archived-At: Neil Jerram writes: > Kevin Ryde writes: > > > Neil Jerram writes: > > > > Actually I had it a bit wrong, the usual autoconf $(libdir) value > > needs to get expanded by some shell/make. That'd be why I've been > > using that way I guess :-). I updated the manual. > > Yes, that sounds more like what I thought you had to do. It's a shame > that this isn't as easy as just putting @libdir@ in a .in file. That's bogus of autoconf, but hard to fix. I use @prefix@/lib, which isn't right, but works ~almost always and is easy. -- Greg Troxel _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel