summaryrefslogtreecommitdiff
path: root/mmalloc
diff options
context:
space:
mode:
authorJason Molenda <crash@cygnus>1996-06-25 13:57:19 +0000
committerJason Molenda <crash@cygnus>1996-06-25 13:57:19 +0000
commit55d896ee406eaefd60885a7da603182a105f9b71 (patch)
tree03d7fc95a1d30be7ebefb1f95d7b7b61eafac9bd /mmalloc
parentf14a5192ce075a317c6f59763ed7ae0967e9225e (diff)
downloadbinutils-gdb-55d896ee406eaefd60885a7da603182a105f9b71.tar.gz
* 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.
Diffstat (limited to 'mmalloc')
-rw-r--r--mmalloc/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/mmalloc/ChangeLog b/mmalloc/ChangeLog
index 4c7abf2c0e8..9d53f355b02 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.