summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/aclocal.m48
2 files changed, 7 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 00bf6fa16..dcaecaa61 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2002-08-26 Ezra Peisach <epeisach@bu.edu>
+
+ * aclocal.m4 (KRB5_LIB_PARAMS): Substitute krb5_cv_host in
+ Makefiles. Remove K5_OUTPUT_FILES as nothing depends on it
+ anymore.
+
2002-08-23 Ken Raeburn <raeburn@mit.edu>
* aclocal.m4: Require autoconf 2.52 or later.
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 21e308dc0..9c6fc6d56 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -557,13 +557,6 @@ dnl K5_AC_OUTPUT
dnl
define(K5_AC_OUTPUT,[AC_OUTPUT($krb5_output_list)])dnl
dnl
-dnl K5_OUTPUT_FILES
-dnl
-dnl This is for compatibility purposes, and can be removed (once all the
-dnl Makefile.in's have been checked in.)
-dnl
-define(K5_OUTPUT_FILES,[K5_AC_OUTPUT])dnl
-dnl
dnl V5_OUTPUT_MAKEFILE
dnl
define(V5_AC_OUTPUT_MAKEFILE,
@@ -1189,6 +1182,7 @@ AC_CACHE_VAL(krb5_cv_host,
[AC_CANONICAL_HOST
krb5_cv_host=$host])
AC_MSG_RESULT($krb5_cv_host)
+AC_SUBST(krb5_cv_host)
AC_REQUIRE([AC_PROG_CC])
AC_REQUIRE([V5_SET_TOPDIR])
. $ac_topdir/config/shlib.conf