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
+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.
# 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)