* aclocal.m4 (KRB5_LIB_PARAMS): Substitute krb5_cv_host in
authorEzra Peisach <epeisach@mit.edu>
Mon, 26 Aug 2002 13:14:37 +0000 (13:14 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 26 Aug 2002 13:14:37 +0000 (13:14 +0000)
Makefiles. Remove K5_OUTPUT_FILES as nothing depends on it
anymore.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14765 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/aclocal.m4

index 00bf6fa164b024a0dc8198c643dc376f3ea339e4..dcaecaa6177d1bc9b2f7f03a34d7f169d5b4777a 100644 (file)
@@ -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.
index 21e308dc0e572ee10c649d17ec3d2e897b96f49b..9c6fc6d5674436e3c24e8badebaaec6ce2f0b3a7 100644 (file)
@@ -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