From: Theodore Tso Date: Sat, 27 May 1995 04:30:37 +0000 (+0000) Subject: Export $(CC) for the benefit of config.guess X-Git-Tag: krb5-1.0-beta6~1893 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8ada7938dc8ee48139361c14d734a5620675fd45;p=krb5.git Export $(CC) for the benefit of config.guess git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5908 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index cf599c859..c2d243935 100644 --- 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 48a3a0f72..4c326e135 100644 --- 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