diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1995-05-04 00:21:18 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1995-05-04 00:21:18 +0000 |
commit | 17b05a2478ad6bb986f4106943c1797eea408c41 (patch) | |
tree | 2a311b4a635e2e92f8584829240c34f817263412 /mmalloc | |
parent | a2fa9f98245eda3f3660dfc5395cc6a4be159063 (diff) | |
download | binutils-gdb-17b05a2478ad6bb986f4106943c1797eea408c41.tar.gz |
* Makefile.in, configure.in: Converted to use autoconf.
* configure: New file, generated with autoconf 2.3.
* config/{mh-go32, mh-irix, mh-ncr3000, mh-sunos4,
mh-sysv4}: Removed.
Diffstat (limited to 'mmalloc')
-rw-r--r-- | mmalloc/.Sanitize | 2 | ||||
-rw-r--r-- | mmalloc/ChangeLog | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/mmalloc/.Sanitize b/mmalloc/.Sanitize index fa6339b8a4d..cd8b13d549e 100644 --- a/mmalloc/.Sanitize +++ b/mmalloc/.Sanitize @@ -28,7 +28,7 @@ ChangeLog Makefile.in TODO attach.c -config +configure configure.in detach.c keys.c diff --git a/mmalloc/ChangeLog b/mmalloc/ChangeLog index 71e92aafb5a..a212452b9c3 100644 --- a/mmalloc/ChangeLog +++ b/mmalloc/ChangeLog @@ -1,3 +1,15 @@ +Wed May 3 17:18:13 1995 J.T. Conklin <jtc@rtl.cygnus.com> + + * Makefile.in, configure.in: Converted to use autoconf. + * configure: New file, generated with autoconf 2.3. + * config/{mh-go32, mh-irix, mh-ncr3000, mh-sunos4, + mh-sysv4}: Removed. + +Thu Nov 3 23:55:21 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * Makefile.in (install-info): Name destination file correctly, + rather than using undefined shell variable. + Fri Oct 28 16:46:58 1994 Stan Shebs (shebs@andros.cygnus.com) * mmprivate.h: New file, was mmalloc.h. |