1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00

16332: removal of Src/ansi2knr.c and adjustment of build process

This commit is contained in:
Geoff Wing 2001-12-20 23:52:10 +00:00
parent 6ed0f4c4e9
commit 1d6f9fc0f0

View file

@ -1,3 +1,11 @@
2001-12-21 Geoff Wing <gcw@zsh.org>
* 16332: zshconfig.ac, Config/defs.mk.in, Src/Makefile.in,
Src/Makemod.in.in, Src/ansi2knr.c: remove ansi2knr.c from our
repository due to licence differences. Adjust the build process
accordingly. configure will now abort if the user requests ansi2knr
but no ansi2knr is available
2001-12-19 Oliver Kiddle <opk@zsh.org>
* 16366: Completion/X/Command/_vnc, Completion/Unix/Command/_java,