From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Rob Browning Newsgroups: gmane.lisp.guile.devel Subject: Re: What to do about config.h, etc... Date: Tue, 04 Mar 2003 13:53:40 -0600 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87k7feq56j.fsf@raven.i.defaultvalue.org> References: <87vfyzoswd.fsf@raven.i.defaultvalue.org> <87bs0r3qc0.fsf@alice.rotty.yi.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046809072 2757 80.91.224.249 (4 Mar 2003 20:17:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 4 Mar 2003 20:17:52 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Mar 04 21:17:50 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18qIqB-0000dL-00 for ; Tue, 04 Mar 2003 21:16:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18qIle-0006Nj-09 for guile-devel@m.gmane.org; Tue, 04 Mar 2003 15:12:02 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18qIUJ-0000US-00 for guile-devel@gnu.org; Tue, 04 Mar 2003 14:54:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18qIU4-0008Qb-00 for guile-devel@gnu.org; Tue, 04 Mar 2003 14:53:57 -0500 Original-Received: from dsl093-098-016.wdc1.dsl.speakeasy.net ([66.93.98.16] helo=defaultvalue.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18qITx-00085s-00 for guile-devel@gnu.org; Tue, 04 Mar 2003 14:53:46 -0500 Original-Received: from raven.i.defaultvalue.org (raven.i.defaultvalue.org [192.168.1.7]) by defaultvalue.org (Postfix) with ESMTP id 4F913F8; Tue, 4 Mar 2003 13:53:40 -0600 (CST) Original-Received: by raven.i.defaultvalue.org (Postfix, from userid 1000) id 41481D925B; Tue, 4 Mar 2003 13:53:40 -0600 (CST) Original-To: Andreas Rottmann In-Reply-To: <87bs0r3qc0.fsf@alice.rotty.yi.org> (Andreas Rottmann's message of "Tue, 04 Mar 2003 20:05:19 +0100") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2021 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2021 Andreas Rottmann writes: > If you take a look at how other libraries, (e.g. GLib) do this, you'll > see that most of them that need a public-installed, platform-specific > header, use autoconf's AC_CONFIG_COMMANDS macro to generate that > header by a shell script run at configure time. OK, thanks. I looked at what they to, and that might work. I suppose we'd use the respective $ac_cv_ vars to build the file. Perhaps I'll try to hack up a quick example as a test... -- Rob Browning rlb @defaultvalue.org, @linuxdevel.com, and @debian.org Previously @cs.utexas.edu GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel