From 32428cbe50c656d353b9236b11d2296dd84bacf2 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Wed, 1 Nov 2000 15:22:43 +0000 Subject: * aclocal.m4 (V5_SET_TOPDIR): In newer versions of autoconf (2.49), AC_LOCALDIR is not set by the reconfiguration process. If AC_LOCALDIR is not set, try to find the top of the tree by looking for aclocal.m4. If aclocal.m4 ever exists in a subdir, we will need to redo this test. * aclocal.m4: Upgrade to autoconf 2 naming schemes - AC_C_CONST, AC_CHECK_HEADER, AC_PROG_LN_S, AC_MSG_ERROR instead of AC_CONST, AC_HEADER_CHECK, AC_LN_S, AC_ERROR. Use AC_DEFUN instead of define() for macro definitions and better quoting of macros within macros. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12845 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 3614b930a8..e774222e2d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2000-11-01 Ezra Peisach + + * aclocal.m4 (V5_SET_TOPDIR): In newer versions of autoconf + (2.49), AC_LOCALDIR is not set by the reconfiguration process. If + AC_LOCALDIR is not set, try to find the top of the tree by looking + for aclocal.m4. If aclocal.m4 ever exists in a subdir, we will + need to redo this test. + + * aclocal.m4: Upgrade to autoconf 2 naming schemes - AC_C_CONST, + AC_CHECK_HEADER, AC_PROG_LN_S, AC_MSG_ERROR instead of AC_CONST, + AC_HEADER_CHECK, AC_LN_S, AC_ERROR. Use AC_DEFUN instead of + define() for macro definitions and better quoting of macros within + macros. + 2000-10-31 Ezra Peisach * aclocal.m4 (AC_LIBRARY_NET): Newer versions of autoconf are more -- cgit