summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2006-05-27 14:21:20 +0000
committerClint Adams <clint@users.sourceforge.net>2006-05-27 14:21:20 +0000
commit12dbe463df2cde144c1eda04ed04c13357fadc75 (patch)
treef013713917833360ebccb9a65e0ca49aafc274d3
parent09aaf50cda52fb852d0fb2b63ca4c6511136e930 (diff)
downloadzsh-12dbe463df2cde144c1eda04ed04c13357fadc75.tar.gz
zsh-12dbe463df2cde144c1eda04ed04c13357fadc75.zip
22465: add datarootdir for substitution in order to cope with change in autoconf CVS.
-rw-r--r--ChangeLog5
-rw-r--r--Config/defs.mk.in1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2156a70ed..8a67a9a4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-26 Clint Adams <clint@zsh.org>
+
+ * 22465: Config/defs.mk.in: add datarootdir for substitution
+ in order to cope with change in autoconf CVS.
+
2006-05-26 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 22464: Src/Zle/zle_main.c: an error in prompt substitution could
diff --git a/Config/defs.mk.in b/Config/defs.mk.in
index 52061a45e..c5794aeef 100644
--- a/Config/defs.mk.in
+++ b/Config/defs.mk.in
@@ -40,6 +40,7 @@ libdir = @libdir@
MODDIR = $(libdir)/$(tzsh)/$(VERSION)
infodir = @infodir@
mandir = @mandir@
+datarootdir = @datarootdir@
datadir = @datadir@
fndir = @fndir@
sitefndir = @sitefndir@