From 908ffb07993c4af42a8239e01872515f68b432e1 Mon Sep 17 00:00:00 2001 From: Oliver Rauch Date: Wed, 22 Nov 2000 23:10:44 +0000 Subject: [PATCH] 2000-11-22 Oliver Rauch * changed configure and configure.in, removed test for sting.h/strings.h this is not needed because we use strchr instead (always in string.h) of index (sometimes in string.h, sometimes in strings.h) * changed ltconfig for aix4*, repleace -o $objdir/$soname by -o $lib, the shared libraries are handled correct now --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index f68273319..2bc7bc111 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-11-22 Oliver Rauch + + * changed configure and configure.in, removed test for sting.h/strings.h + this is not needed because we use strchr instead (always in string.h) + of index (sometimes in string.h, sometimes in strings.h) + + * changed ltconfig for aix4*, repleace -o $objdir/$soname by -o $lib, + the shared libraries are handled correct now + 2000-11-21 Abel Deuring * backend/sharp.c, backend/sharp.desc, doc/sharp.man: Support for JX320 added