Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: uuid module out-of-tree
- X-seq: zsh-workers 23945
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: uuid module out-of-tree
- Date: Fri, 12 Oct 2007 08:43:02 -0400
- In-reply-to: <200710120850.l9C8ojJW000938@xxxxxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20071011144428.GA2134@xxxxxxxxxxx> <20071011150811.GA3525@xxxxxxxxxxx> <20071011202301.2d61328e.p.w.stephenson@xxxxxxxxxxxx> <20071011202819.GB22150@xxxxxxxxxxx> <200710120850.l9C8ojJW000938@xxxxxxxxxxxxxx>
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])
+])
Messages sorted by:
Reverse Date,
Date,
Thread,
Author