Added additional changes made to aclocal.m4:
authorTheodore Tso <tytso@mit.edu>
Fri, 9 Jun 1995 22:21:07 +0000 (22:21 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 9 Jun 1995 22:21:07 +0000 (22:21 +0000)
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

src/ChangeLog

index ae87b12d546d4b665c2563b2a6c8703cddef4329..e1bba0d7582a2f54d806155fe8408601391d706c 100644 (file)
@@ -2,8 +2,17 @@ Fri Jun  9 18:01:26 1995    <tytso@rsx-11.mit.edu>
 
        * 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.