aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mmalloc/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/mmalloc/ChangeLog b/mmalloc/ChangeLog
index 4c7abf2..9d53f35 100644
--- a/mmalloc/ChangeLog
+++ b/mmalloc/ChangeLog
@@ -1,3 +1,24 @@
+Tue Jun 25 22:54:06 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
+
+ * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir):
+ Use autoconf-set values.
+ (docdir): Removed.
+ * configure.in (AC_PREREQ): autoconf 2.5 or higher.
+ * configure: Rebuilt.
+
+Tue May 28 13:51:22 1996 Fred Fish <fnf@cygnus.com>
+
+ From: Thomas A Peterson <tap@src.honeywell.com>
+ * Makefile.in (install-info): Apply patch to install
+ mmalloc.info from srcdir if not found in build dir.
+
+Sun Apr 7 20:55:30 1996 Fred Fish <fnf@rtl.cygnus.com>
+
+ From: Miles Bader <miles@gnu.ai.mit.edu>
+ * configure.in: Use AC_CHECK_TOOL to find AR & RANLIB.
+ * configure: Regenerate with autoconf.
+ * Makefile.in: Use AR set by configure substitution.
+
Fri Mar 29 09:57:36 1996 Fred Fish <fnf@cygnus.com>
* mmalloc.h (mmtrace): Add prototype.