From 96ec51b134e3fefd63d41ea114bd1c4138ec6086 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 9 Jun 1995 22:12:59 +0000 Subject: aclocal.m4 (CONFIG_RULES): CONFIG_RULES now contains the standardized autoconf macros which all configure.in files will include. Removed WITH_KRB5ROOT, since it's no longer used. configure.in: Remove standardized set of autoconf macros, which are now handled by CONFIG_RULES. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6001 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 0931f1c75..ae87b12d5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +Fri Jun 9 18:01:26 1995 + + * aclocal.m4 (CONFIG_RULES): CONFIG_RULES now contains the + standardized autoconf macros which all configure.in files + will include. Removed WITH_KRB5ROOT, since it's no longer + used. + + * configure.in: Remove standardized set of autoconf macros, which + are now handled by CONFIG_RULES. + Thu Jun 8 17:42:40 1995 * Makefile.in: Remove excess definitions of prefix, exec_prefix, -- cgit