summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoff Wing <gcw@users.sourceforge.net>2001-12-20 23:52:10 +0000
committerGeoff Wing <gcw@users.sourceforge.net>2001-12-20 23:52:10 +0000
commit1d6f9fc0f03422007adc7fd23328d53691b9513f (patch)
treeebba848e124b4555f1920153dfe8c711c51f0d07
parent6ed0f4c4e9c0de88d4aa12e6cf907ee5b5786da5 (diff)
downloadzsh-1d6f9fc0f03422007adc7fd23328d53691b9513f.tar.gz
zsh-1d6f9fc0f03422007adc7fd23328d53691b9513f.zip
16332: removal of Src/ansi2knr.c and adjustment of build process
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55f8df9ae..3c7ffede8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,