diff options
| author | Ezra Peisach <epeisach@mit.edu> | 2002-08-26 13:14:51 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 2002-08-26 13:14:51 +0000 |
| commit | a20eb135a3211d21edb0a270f4988359d80ca478 (patch) | |
| tree | 6e7d1a6e79b5d210049778dff3e395f6a3c95abd /src | |
| parent | 7964ce5b1808f90a2b7d8e43281fc477626b0cef (diff) | |
* 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
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ChangeLog | 7 | ||||
| -rw-r--r-- | src/config/pre.in | 2 |
2 files changed, 8 insertions, 1 deletions
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 <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. 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) |
