Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: cope with autoconf change
- X-seq: zsh-workers 22465
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: cope with autoconf change
- Date: Sat, 27 May 2006 10:18:39 -0400
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Something changed in autoconf CVS, and now datadir is set to
${datarootdir} by default, which means the build breaks if this isn't
there.
Index: Config/defs.mk.in
===================================================================
RCS file: /cvsroot/zsh/zsh/Config/defs.mk.in,v
retrieving revision 1.10
diff -u -r1.10 defs.mk.in
--- Config/defs.mk.in 20 Jul 2005 16:08:22 -0000 1.10
+++ Config/defs.mk.in 27 May 2006 14:14:44 -0000
@@ -40,6 +40,7 @@
MODDIR = $(libdir)/$(tzsh)/$(VERSION)
infodir = @infodir@
mandir = @mandir@
+datarootdir = @datarootdir@
datadir = @datadir@
fndir = @fndir@
sitefndir = @sitefndir@
Messages sorted by:
Reverse Date,
Date,
Thread,
Author