summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-03-24 01:42:54 +0000
committerKen Raeburn <raeburn@mit.edu>2004-03-24 01:42:54 +0000
commitd0817460530c85ad59053b604da2491fe56faa5d (patch)
tree332b0d8468cb83a2025e60736d1f278414723371 /src/ChangeLog
parentaca1136e97dc5027a1756852870eae2814e0c176 (diff)
* aclocal.m4 (KRB5_LIB_AUX): Use default_shared and default_static from
shlib.conf to decide whether to build shared and static libraries by default. Update messages to indicate shared libraries are the default for most platforms now. Use AC_MSG_NOTICE and AC_MSG_WARN instead of AC_MSG_RESULT when there's no "checking" message. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16213 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1488f7aaf..fd4ebf844 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -6,6 +6,13 @@
configure output. Use AC_HELP_STRING. Shorten up some messages,
drop some options that are defaults and obvious counterparts to
other documented options.
+ (KRB5_LIB_AUX): Use default_shared and default_static from
+ shlib.conf to decide whether to build shared and static libraries
+ by default. Update messages to indicate shared libraries are the
+ default for most platforms now. Use AC_MSG_NOTICE and
+ AC_MSG_WARN instead of AC_MSG_RESULT when there's no "checking"
+ message.
+
* configure.in: Likewise.
2004-03-17 Ken Raeburn <raeburn@mit.edu>