summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-09-14 02:45:50 +0000
committerKen Raeburn <raeburn@mit.edu>2002-09-14 02:45:50 +0000
commit40201aadec103327acfec591aee25a43f5531ed6 (patch)
treee32801f609418109c6fabe66b0b3e1f42f9ed5d2 /src/ChangeLog
parent25935ea0f4fcd60eca8dba0371ea168fd729e908 (diff)
downloadkrb5-40201aadec103327acfec591aee25a43f5531ed6.tar.gz
krb5-40201aadec103327acfec591aee25a43f5531ed6.tar.xz
krb5-40201aadec103327acfec591aee25a43f5531ed6.zip
Work out pathname for gcc fixincludes headers via "-print-libgcc-file-name" and
substitutions in depgen.sed at "make depend" time, and emit patterns into depfix2.sed to strip them out of dependencies, instead of hard-coding pathnames for Athena gcc installations we know about in depfix.sed. Verify that gcc is being used, before trying to rebuild dependencies. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14861 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index df8d381986..d83e8428cf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
2002-09-13 Ken Raeburn <raeburn@mit.edu>
+ * aclocale.m4 (WITH_CC): Substitute @HAVE_GCC@. Set
+ krb5_cv_prog_gcc from ac_cv_compiler_gnu.
+ * configure.in: Don't explicitly set HAVE_GCC or test for gcc
+ here.
+
* aclocal.m4 (KRB5_AC_CHOOSE_DB): New macro.
(CONFIG_RULES): Invoke it.
(KRB5_LIB_PARAMS): Don't substitute LIB_LINK_OPT.