* 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.