From: Theodore Tso Date: Fri, 9 Jun 1995 22:21:07 +0000 (+0000) Subject: Added additional changes made to aclocal.m4: X-Git-Tag: krb5-1.0-beta6~1801 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f0abac6d27cf26e7ec4dcc3b9661321c9860e998;p=krb5.git Added additional changes made to aclocal.m4: Change name of standardized Kerberos V4 #ifdef variable from KRB4 to KRB5_KRB4_COMPAT. KRB4 was already in use in the POP clients. Added a new macro rule, DO_SUBDIRS, which includes all of the MAKE_SUBDIRS macros. This makes it easier to add global recursive targets to the tree. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6002 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index ae87b12d5..e1bba0d75 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,8 +2,17 @@ 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. + will include. + + Removed WITH_KRB5ROOT, since it's no longer used. + + Change name of standardized Kerberos V4 #ifdef variable + from KRB4 to KRB5_KRB4_COMPAT. KRB4 was already in use in + the POP clients. + + Added a new macro rule, DO_SUBDIRS, which includes all of + the MAKE_SUBDIRS macros. This makes it easier to add + global recursive targets to the tree. * configure.in: Remove standardized set of autoconf macros, which are now handled by CONFIG_RULES.