From 5f71e52f0d2f6bb0adc602b8746604eef572dcff Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Wed, 28 Jun 1995 21:13:07 +0000 Subject: aclocal.m4 (KRB_INCLUDE): Search the build directories before the source directories. (Doesn't hurt anything, and it helps in a few cases of user error.) configure.in: Conditionalize on the name of CC to determine whether to use the gcc or suncc flags for shared libraries. (This is a little bit ugly; we might want to use a better test later on.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6190 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 7534f23cdb..fe4b5eee65 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +Wed Jun 28 17:07:08 1995 Theodore Y. Ts'o + + * aclocal.m4 (KRB_INCLUDE): Search the build directories before + the source directories. (Doesn't hurt anything, and it + helps in a few cases of user error.) + + * configure.in: Conditionalize on the name of CC to determine + whether to use the gcc or suncc flags for shared + libraries. (This is a little bit ugly; we might want to + use a better test later on.) + Wed Jun 28 10:43:10 1995 * aclocal.m4 (INSTALL_VARIABLE_HACKSRCTOP): Work around bug in -- cgit