From a08093e27132a0a23b0e7ebdcb7da4aec0854b79 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Sun, 19 Mar 1995 20:51:13 +0000 Subject: * aclocal.m4 (CHECK_STDARG): Remove; we're just using AC_HEADER_CHECK. (V5_AC_OUTPUT_MAKEFILE): Reorder the Makefile output so that it can be run through `sed' for the Macintosh. * acconfig.h: Remove STDARG_PROTOTYPES. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5174 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 3191ca39d..80e904811 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +Sun Mar 19 12:45:08 1995 John Gilmore (gnu at toad.com) + + * aclocal.m4 (CHECK_STDARG): Remove; we're just using AC_HEADER_CHECK. + (V5_AC_OUTPUT_MAKEFILE): Reorder the Makefile output so that it can be + run through `sed' for the Macintosh. + * acconfig.h: Remove STDARG_PROTOTYPES. + Thu Mar 16 15:15:00 1995 Keith Vetter * Makefile.in: added PC stuff so it builds the whole world. -- cgit