diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-04-14 12:32:16 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-04-14 12:32:16 +0000 |
| commit | 5542ba9363cea752c340608d00043d31d5f326bd (patch) | |
| tree | db4f768895d12600dfed7cbaac10d6aa37dbf609 /src/ChangeLog | |
| parent | 2f06099a7d6b977f6ff873d0b74b9e2e843315be (diff) | |
| download | krb5-5542ba9363cea752c340608d00043d31d5f326bd.tar.gz krb5-5542ba9363cea752c340608d00043d31d5f326bd.tar.xz krb5-5542ba9363cea752c340608d00043d31d5f326bd.zip | |
aclocal.m4 (MAKE_SUBDIRS, _MAKE_SUBDIRS): Creatre new macro
_MAKE_SUBDIRS which works like MAKE_SUBDIRS except that it
is possible for the target name in the parent Makefile and
the target name which should be built in each of the
subdirectories can be different. MAKE_SUBDIRS is now a
special case of _MAKE_SUBDIRS.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5357 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9fe56c6e9..3fdc08499 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +Fri Apr 14 08:23:52 1995 Theodore Y. Ts'o (tytso@dcl) + + * aclocal.m4 (MAKE_SUBDIRS, _MAKE_SUBDIRS): Creatre new macro + _MAKE_SUBDIRS which works like MAKE_SUBDIRS except that it + is possible for the target name in the parent Makefile and + the target name which should be built in each of the + subdirectories can be different. MAKE_SUBDIRS is now a + special case of _MAKE_SUBDIRS. + Fri Mar 31 21:27:13 1995 Theodore Y. Ts'o (tytso@dcl) * aclocal.m4: Use the local autoconf when rebuilding the configure |
