* aclocal.m4 (V5_SET_TOPDIR): In newer versions of autoconf
authorEzra Peisach <epeisach@mit.edu>
Wed, 1 Nov 2000 15:22:43 +0000 (15:22 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 1 Nov 2000 15:22:43 +0000 (15:22 +0000)
commit32428cbe50c656d353b9236b11d2296dd84bacf2
tree9c8750b8296d32b0e268532236d78bafaeb4812f
parent79a71f862a7a5d9db648d2d30e8375f842788711
* 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
src/aclocal.m4