From b725d689606914234616c8d1e480e5fd2f2d2fb1 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 16 Jun 1995 09:08:15 +0000 Subject: * aclocal.m4: Fix new append.out stuff to work with config.status properly; previously append.out was not getting sucked into the body of config.status. The EXTRA_RULES macros are deprecated and should not be used anymore. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6073 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index a8e179cb2..b19b6d46e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ Fri Jun 16 00:45:03 1995 Tom Yu (tlyu@dragons-lair) + * aclocal.m4: Fix new append.out stuff to work with config.status + properly; previously append.out was not getting sucked + into the body of config.status. The EXTRA_RULES macros + are deprecated and should not be used anymore. + * aclocal.m4: people were using AC_DIVERSION_MAKEFILE inside conditionals, not realizing that it would not end up conditionalized. Define a new macro AC_PUSH_MAKEFILE, -- cgit