summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-06-21 22:17:35 +0000
committerTheodore Tso <tytso@mit.edu>1995-06-21 22:17:35 +0000
commit21f40145d4c3412fa2a9fd9aaa01351fbe75e1df (patch)
tree9c49278d11a58e7b4672777d73ba6561bb143dc8 /src/ChangeLog
parentac7833a37e8c35c2449d0dde65429ab58f4c57ec (diff)
downloadkrb5-21f40145d4c3412fa2a9fd9aaa01351fbe75e1df.tar.gz
krb5-21f40145d4c3412fa2a9fd9aaa01351fbe75e1df.tar.xz
krb5-21f40145d4c3412fa2a9fd9aaa01351fbe75e1df.zip
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
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
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 <tytso@dcl>
+
+ * 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