blob: 9799206577af50961131f8bca95c1c6862ea9238 (
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
|
1999-10-26 Wilfredo Sanchez <tritan@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
LOCAL_INCLUDES such that one can override CFLAGS from the command
line without losing CPP search patchs and defines. Some associated
Makefile cleanup.
1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Set the myfulldir and mydir variables (which are
relative to buildtop and thisconfigdir, respectively.)
Wed Feb 18 15:55:38 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing slash from thisconfigdir. Fix up
BUILDTOP for new conventions.
Thu Feb 12 10:24:16 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* configure.in: Removed obsolete macros: USE_KADMSRV_LIBRARY,n
USE_GSSRPC_LIBRARY, USE_DYN_LIBRARY, USE_KDB5_LIBRARY
Mon Feb 2 17:02:29 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile
Thu Jul 18 19:44:10 1996 Marc Horowitz <marc@mit.edu>
* configure.in: removed ET_RULES, replaced with AC_PROG_AWK
Wed Jul 10 01:00:49 1996 Marc Horowitz <marc@mit.edu>
* Makefile.in, configure.in: added autoconf support
* kdbkeys.c: rename <ovsec_adm/foo.h> to <kadm5/foo.h>, rename
<krb5/krb5.h to <krb5.h>
Tue Jul 9 13:25:00 1996 Barry Jaspan <bjaspan@mit.edu>
* do-test.pl: rewrite to use kdb5_util instead of kdbkeys
|