zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <clint@zsh.org>
To: zsh-workers@sunsite.dk
Subject: Re: uuid module out-of-tree
Date: Fri, 12 Oct 2007 08:43:02 -0400	[thread overview]
Message-ID: <20071012124302.GA13048@scowler.net> (raw)
In-Reply-To: <200710120850.l9C8ojJW000938@news01.csr.com>

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])
+])


      reply	other threads:[~2007-10-12 12:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-11 14:44 Clint Adams
2007-10-11 15:08 ` Clint Adams
2007-10-11 19:23   ` Peter Stephenson
2007-10-11 20:28     ` Clint Adams
2007-10-12  8:50       ` Peter Stephenson
2007-10-12 12:43         ` Clint Adams [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071012124302.GA13048@scowler.net \
    --to=clint@zsh.org \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).