Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: uuid module out-of-tree



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