summaryrefslogtreecommitdiffstats
path: root/src/config/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@toad.com>1995-03-29 02:01:43 +0000
committerJohn Gilmore <gnu@toad.com>1995-03-29 02:01:43 +0000
commit907816ecf31d3bff6f7fbb46c20dc80fc19fa8c9 (patch)
tree513accd9cbae7a401e909c76aebb419ea85f3040 /src/config/ChangeLog
parent3f3d14eca8bf0042d24fd3d47677c68548bd2cd1 (diff)
downloadkrb5-907816ecf31d3bff6f7fbb46c20dc80fc19fa8c9.tar.gz
krb5-907816ecf31d3bff6f7fbb46c20dc80fc19fa8c9.tar.xz
krb5-907816ecf31d3bff6f7fbb46c20dc80fc19fa8c9.zip
* mac-config.cache: Correct some entries.
* mac-mf.sed: Improve conversion of pathnames, $(srcdir), support linking MPW tools (for make check, kinit). * mac-pre.in (.c.o): Add -sym on for debugging. (LDFLAGS): Remove ToolLibs.o. (RANLIB, ARCHIVE): Make these work. (MAKE): Make recursive makes work, with BuildProgram. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5291 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config/ChangeLog')
-rw-r--r--src/config/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog
index 92bac42cc6..0e5c6b2a71 100644
--- a/src/config/ChangeLog
+++ b/src/config/ChangeLog
@@ -1,3 +1,13 @@
+Tue Mar 28 17:58:55 1995 John Gilmore (gnu at toad.com)
+
+ * mac-config.cache: Correct some entries.
+ * mac-mf.sed: Improve conversion of pathnames, $(srcdir),
+ support linking MPW tools (for make check, kinit).
+ * mac-pre.in (.c.o): Add -sym on for debugging.
+ (LDFLAGS): Remove ToolLibs.o.
+ (RANLIB, ARCHIVE): Make these work.
+ (MAKE): Make recursive makes work, with BuildProgram.
+
Thu Mar 16 20:55:18 1995 John Gilmore (gnu at toad.com)
First cut at Macintosh configuration support.