From: Ezra Peisach Date: Mon, 26 Aug 2002 13:14:37 +0000 (+0000) Subject: * aclocal.m4 (KRB5_LIB_PARAMS): Substitute krb5_cv_host in X-Git-Tag: krb5-1.3-alpha1~473 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7964ce5b1808f90a2b7d8e43281fc477626b0cef;p=krb5.git * aclocal.m4 (KRB5_LIB_PARAMS): Substitute krb5_cv_host in 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 --- 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 + + * 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 * 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