* pre.in: Set host to @krb5_cv_host@ instead of @host@. The way
authorEzra Peisach <epeisach@mit.edu>
Mon, 26 Aug 2002 13:14:51 +0000 (13:14 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 26 Aug 2002 13:14:51 +0000 (13:14 +0000)
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

src/config/ChangeLog
src/config/pre.in

index 46ffa2b811d035b15ba1bc032abce6234de331fe..bb84f3d02b933168d97fda4fb2f7cd3b3d2ea4a5 100644 (file)
@@ -1,3 +1,10 @@
+2002-08-26  Ezra Peisach  <epeisach@bu.edu>
+
+       * 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  <raeburn@mit.edu>
 
        * pre.in (S, U): Variables deleted.
index 2500f0dd965e5676e4a953ecf6200d6c804a4feb..ab4e4cf7872ef3d8e2bce3cea75455d0700192d2 100644 (file)
@@ -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)