blob: d5102d5a5f6e22877b5d99e69f1eec9624dfaa10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
1999-01-27 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in, configure.in: Move the responsibility for
generating the Makefile in this directory to the top-level
configure script. The local configure.in script has been
deleted.
Wed Feb 18 16:32:41 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing slash from thisconfigdir. Fix up
BUILDTOP for new conventions.
Wed Jan 28 17:50:30 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* configure.in, Makefile.in: Remove CopySrcHeader from
configure.in, and move functionality to Makefile.in
* Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile
Sat Dec 6 22:50:03 1997 Ezra Peisach <epeisach@mit.edu>
* dyn_delete.c: Include <string.h>
Tue Dec 31 13:02:06 1996 Ezra Peisach <epeisach@mit.edu>
* configure.in, Makefile.in: Update to new library build procedure.
Mon Jul 22 21:37:52 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* dyn.h: If __STDC__ is not defined, generate prototypes implying
functions and not variables.
Mon Jul 22 04:20:48 1996 Marc Horowitz <marc@mit.edu>
* dyn_insert.c (DynInsert): what used to be #ifdef POSIX, should
be #ifdef HAVE_MEMMOVE
Tue Jul 9 19:30:40 1996 Marc Horowitz <marc@mit.edu>
* configure.in (DEPLIBS): AC_SUBST() it, to hack around an
incorrect assumption in aclocal.m4
* Makefile.in (DONE): add rules and macros to support shared
libraries
|