From 21f40145d4c3412fa2a9fd9aaa01351fbe75e1df Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Wed, 21 Jun 1995 22:17:35 +0000 Subject: Replace AC_CONFIG_FRAGMENTS, AC_CONFIG_FRAGMENTS_DEFUALT, AC_SET_BUILDTOP, AC_CONFIG_AUX_DIR_DEFAULT with V5_SET_TOPDIR. This sets up the correct variables for the top of the source tree and the top of the build tree. It currently depends on AC_LOCALDIR being a relative pathname, but that's a safe assumption to make. (And we could fix it to be more general if we really needed to.) Removed AC__CONFIG_AUX since it doesn't seem to be used at all. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6122 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 6fb5b34a2..ffbb7abd6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +Wed Jun 21 18:10:40 1995 Theodore Y. Ts'o + + * aclocal.m4 (V5_SET_TOPDIR): Replace AC_CONFIG_FRAGMENTS, + AC_CONFIG_FRAGMENTS_DEFUALT, AC_SET_BUILDTOP, + AC_CONFIG_AUX_DIR_DEFAULT with V5_SET_TOPDIR. This sets + up the correct variables for the top of the source tree + and the top of the build tree. It currently depends on + AC_LOCALDIR being a relative pathname, but that's a safe + assumption to make. (And we could fix it to be more + general if we really needed to.) + + Removed AC__CONFIG_AUX since it doesn't seem to be used at all. + Wed Jun 21 18:03:40 1995 Tom Yu (tlyu@dragons-lair) * aclocal.m4: undefine AC_CONFIGF_AUX_DIR_DEFAULT before -- cgit