From 83ee23909b9dcfaf85d756f51242a16bdd4adae8 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Mon, 3 Jul 1995 01:46:55 +0000 Subject: * Replace Gcc test from top level configure.in with one from util/configure.in. * Modify top level configure.in and util/makeshlib.sh so AIX can build/use shared libs with Gcc. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6223 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 3598cc829..fbf0bc1f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +Sun Jul 2 20:25:58 1995 Sam Hartman + + * configure.in: For paranoid GPL reasons, don't take the Gcc test + directly from the autoconf sources. Instead, borrow my paraphrase + of this test from util/configure.in. It's slightly cleaner + anyway. Also, adjust AIX shared libs to work with Gcc. + Sun Jul 2 04:40:50 1995 Tom Yu * aclocal.m4 (_MAKE_SUBDIRS): Fixed so that error propogates upward if -[ik] not specified. -- cgit