projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e700ed1
)
Export $(CC) for the benefit of config.guess
author
Theodore Tso
<tytso@mit.edu>
Sat, 27 May 1995 04:30:37 +0000
(
04:30
+0000)
committer
Theodore Tso
<tytso@mit.edu>
Sat, 27 May 1995 04:30:37 +0000
(
04:30
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5908
dc483132
-0cff-0310-8789-
dd5450dbe970
src/ChangeLog
patch
|
blob
|
history
src/configure.in
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index cf599c85975be5a19b32635474e1dc5e3116a24e..c2d2439352c8562be94be4d52d9ae421d15fbd73 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
Fri May 26 21:45:50 1995 Theodore Y. Ts'o (tytso@dcl)
+ * configure.in: Export $(CC) for the benefit of config.guess
+
* Makefile.in: Create kerbsrc-nt.zip with the right filename, and
clean up include/krb5.h after making the Windows .zip files.
diff --git
a/src/configure.in
b/src/configure.in
index 48a3a0f72c3fb334f351bd56505ea0026be73cb4..4c326e13577c9fa53bf86116ecafe7dcccb847ee 100644
(file)
--- a/
src/configure.in
+++ b/
src/configure.in
@@
-3,7
+3,8
@@
WITH_CCOPTS
CONFIG_RULES
AC_SET_BUILDTOP
AC_MSG_CHECKING([for build host])
-AC_CACHE_VAL(krb5_cv_host, [AC_CANONICAL_HOST
+AC_CACHE_VAL(krb5_cv_host, [export CC
+AC_CANONICAL_HOST
krb5_cv_host=$host])
AC_MSG_RESULT($krb5_cv_host)
WITH_KRB5ROOT