From: Ezra Peisach Date: Mon, 26 Aug 2002 13:14:51 +0000 (+0000) Subject: * pre.in: Set host to @krb5_cv_host@ instead of @host@. The way X-Git-Tag: krb5-1.3-alpha1~472 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a20eb135a3211d21edb0a270f4988359d80ca478;p=krb5.git * pre.in: Set host to @krb5_cv_host@ instead of @host@. The way aclocal.m4 is setup, AC_CANONICAL_HOST may only be evaluated as a cached variable and autoconf 2.52 will only allow one inclusion of the code. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14766 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 46ffa2b81..bb84f3d02 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,10 @@ +2002-08-26 Ezra Peisach + + * pre.in: Set host to @krb5_cv_host@ instead of @host@. The way + aclocal.m4 is setup, AC_CANONICAL_HOST may only be evaluated as a + cached variable and autoconf 2.52 will only allow one inclusion of + the code. + 2002-08-23 Ken Raeburn * pre.in (S, U): Variables deleted. diff --git a/src/config/pre.in b/src/config/pre.in index 2500f0dd9..ab4e4cf78 100644 --- a/src/config/pre.in +++ b/src/config/pre.in @@ -132,7 +132,7 @@ SRVTCL = $(TESTDIR)/util/ovsec_kadm_srv_tcl # We have to set the host with --host so that setup_xfail will work. # If we don't set it, then the host type used is "native", which # doesn't match "*-*-*". -host=@host@ +host=@krb5_cv_host@ DEJAFLAGS = $(DEJALFLAGS) $(CLFLAGS) --debug --srcdir $(srcdir) --host \ $(host) RUNTEST = runtest $(DEJAFLAGS)