diff options
| author | Ezra Peisach <epeisach@mit.edu> | 2000-11-01 15:22:43 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 2000-11-01 15:22:43 +0000 |
| commit | 32428cbe50c656d353b9236b11d2296dd84bacf2 (patch) | |
| tree | 9c8750b8296d32b0e268532236d78bafaeb4812f /src/ChangeLog | |
| parent | 79a71f862a7a5d9db648d2d30e8375f842788711 (diff) | |
| download | krb5-32428cbe50c656d353b9236b11d2296dd84bacf2.tar.gz krb5-32428cbe50c656d353b9236b11d2296dd84bacf2.tar.xz krb5-32428cbe50c656d353b9236b11d2296dd84bacf2.zip | |
* 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
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
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 <epeisach@mit.edu> + + * 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 <epeisach@mit.edu> * aclocal.m4 (AC_LIBRARY_NET): Newer versions of autoconf are more |
