diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2006-05-27 14:21:20 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2006-05-27 14:21:20 +0000 |
| commit | 12dbe463df2cde144c1eda04ed04c13357fadc75 (patch) | |
| tree | f013713917833360ebccb9a65e0ca49aafc274d3 /Config | |
| parent | 22464: bad recursion if error in prompt substitution (diff) | |
| download | zsh-12dbe463df2cde144c1eda04ed04c13357fadc75.tar zsh-12dbe463df2cde144c1eda04ed04c13357fadc75.tar.gz zsh-12dbe463df2cde144c1eda04ed04c13357fadc75.tar.bz2 zsh-12dbe463df2cde144c1eda04ed04c13357fadc75.tar.lz zsh-12dbe463df2cde144c1eda04ed04c13357fadc75.tar.xz zsh-12dbe463df2cde144c1eda04ed04c13357fadc75.tar.zst zsh-12dbe463df2cde144c1eda04ed04c13357fadc75.zip | |
22465: add datarootdir for substitution in order to cope with change in autoconf CVS.
Diffstat (limited to 'Config')
| -rw-r--r-- | Config/defs.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
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@ |
