From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17074 invoked from network); 12 Oct 2007 12:43:24 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 12 Oct 2007 12:43:24 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 68131 invoked from network); 12 Oct 2007 12:43:18 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 12 Oct 2007 12:43:18 -0000 Received: (qmail 10009 invoked by alias); 12 Oct 2007 12:43:12 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23945 Received: (qmail 9982 invoked from network); 12 Oct 2007 12:43:10 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 12 Oct 2007 12:43:10 -0000 Received: (qmail 67351 invoked from network); 12 Oct 2007 12:43:10 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 12 Oct 2007 12:43:05 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 0A4AD5C42A; Fri, 12 Oct 2007 08:43:02 -0400 (EDT) Date: Fri, 12 Oct 2007 08:43:02 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Subject: Re: uuid module out-of-tree Message-ID: <20071012124302.GA13048@scowler.net> Mail-Followup-To: zsh-workers@sunsite.dk References: <20071011144428.GA2134@scowler.net> <20071011150811.GA3525@scowler.net> <20071011202301.2d61328e.p.w.stephenson@ntlworld.com> <20071011202819.GB22150@scowler.net> <200710120850.l9C8ojJW000938@news01.csr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710120850.l9C8ojJW000938@news01.csr.com> User-Agent: Mutt/1.5.16 (2007-06-11) On Fri, Oct 12, 2007 at 09:50:45AM +0100, Peter Stephenson wrote: > Config sounds appropriate. Okay, so I will do something like the following when constructing the headers package (assuming obj/ is the build directory). $(INSTALL_FILE) obj/Src/*.epro obj/Src/sigcount.h \ Src/hashtable.h Src/prototypes.h \ Src/signals.h Src/system.h Src/zsh.h Src/ztype.h \ /usr/include/zsh $(INSTALL_FILE) Src/makepro.awk /usr/share/zsh-dev $(INSTALL_FILE) Config/aczshoot.m4 /usr/share/aclocal/zshoot.m4 I'll tweak the uuid build to use the new file and share some of my thoughts on goals and progress and such in a bit. Index: Config/aczshoot.m4 =================================================================== RCS file: Config/aczshoot.m4 diff -N Config/aczshoot.m4 --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ Config/aczshoot.m4 12 Oct 2007 12:29:48 -0000 @@ -0,0 +1,8 @@ +AC_DEFUN(zsh_OOT, +[ +AC_CHECK_HEADERS(stdarg.h varargs.h termios.h termio.h) + +AC_TYPE_SIGNAL + +AC_DEFINE([ZSH_OOT_MODULE], [], [Out-of-tree module]) +])