1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-01 08:21:17 +02:00

22465: add datarootdir for substitution in order to cope with change in autoconf CVS.

This commit is contained in:
Clint Adams 2006-05-27 14:21:20 +00:00
parent 09aaf50cda
commit 12dbe463df
2 changed files with 6 additions and 0 deletions

@ -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> 2006-05-26 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 22464: Src/Zle/zle_main.c: an error in prompt substitution could * 22464: Src/Zle/zle_main.c: an error in prompt substitution could

@ -40,6 +40,7 @@ libdir = @libdir@
MODDIR = $(libdir)/$(tzsh)/$(VERSION) MODDIR = $(libdir)/$(tzsh)/$(VERSION)
infodir = @infodir@ infodir = @infodir@
mandir = @mandir@ mandir = @mandir@
datarootdir = @datarootdir@
datadir = @datadir@ datadir = @datadir@
fndir = @fndir@ fndir = @fndir@
sitefndir = @sitefndir@ sitefndir = @sitefndir@