mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-18 21:14:11 +01:00
22465: add datarootdir for substitution in order to cope with change in autoconf CVS.
This commit is contained in:
parent
09aaf50cda
commit
12dbe463df
@ -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@
|
||||||
|
Loading…
Reference in New Issue
Block a user