blob: 64379363823732b7973bc09f28dfb1c7d9a1e637 (
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
2004-12-15 Jeffrey Altman <jaltman@mit.edu>
* Makefile.in: output status info for kcpytkt, kdeltkt
2004-08-20 Jeffrey Altman <jaltman@mit.edu>
* Add kcpytkt and kdeltkt directories
2003-01-10 Ken Raeburn <raeburn@mit.edu>
* configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of
K5_GEN_MAKEFILE and K5_AC_OUTPUT.
2002-08-23 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
2001-04-26 Ken Raeburn <raeburn@mit.edu>
* configure.in: Don't look for getipnodebyaddr.
2001-04-03 Tom Yu <tlyu@mit.edu>
* configure.in: Add checks for unsetenv and getenv. Compile
setenv.o if any of setenv, unsetenv, or getenv are
missing. [pullup from krb5-1-2-2-branch]
2000-03-24 Ken Raeburn <raeburn@mit.edu>
* configure.in: Check for alpha*-dec-osf* instead of
alpha-dec-osf*.
2000-02-24 Ezra Peisach <epeisach@mit.edu>
* configure.in: Test for <arpa/inet.h> include file for inet_ntop
prototype.
2000-02-07 Ken Raeburn <raeburn@mit.edu>
* configure.in: Check for inet_ntop and getipnodebyaddr, both used
in klist.
1999-12-06 Ken Raeburn <raeburn@mit.edu>
* configure.in: Check for setenv. Set SETENVOBJ to setenv.o if
it's not available, empty otherwise.
1999-12-03 Danilo Almeida <dalmeida@mit.edu>
* Makefile.in: Add kvno to Windows build.
* Makefile.in: Clean kpasswd in Windows build.
1999-08-09 Danilo Almeida <dalmeida@mit.edu>
* Makefile.in: Build kpasswd under windows.
Tue May 18 19:52:56 1999 Danilo Almeida <dalmeida@mit.edu>
* Makefile.in: Remove - from recursive Win32 make invocation.
Mon May 17 12:24:55 1999 Danilo Almeida <dalmeida@mit.edu>
* Makefile.in: Add NO_OUTPRE flag to prevent creation of output
directory under win32. Add clean-windows target.
Thu Feb 18 22:31:56 1999 Tom Yu <tlyu@mit.edu>
* configure.in: Add check for setluid().
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.)
1998-10-26 Marc Horowitz <marc@mit.edu>
* configure.in: add kvno
Sat Jul 25 15:00:26 1998 Sam Hartman <hartmans@utwig.mesas.com>
* Makefile.in (LOCAL_SUBDIRS): add kvno
Wed Feb 18 15:40:02 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing slash from thisconfigdir.
Thu Feb 12 16:15:54 1998 Tom Yu <tlyu@mit.edu>
* configure.in: Add commented AC_OUTPUT to force autoreconf to
rebuild configure script.
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 Jan 29 00:12:07 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* configure.in: Use this configure.in for all subdirectories.
Fri Jan 30 16:08:25 1998 Tom Yu <tlyu@mit.edu>
* configure.in: Add new directory for kpasswd.
Sun Feb 23 01:26:27 1997 Richard Basch <basch@lehman.com>
* Makefile.in: Define BUILDTOP for Win16/Win32
Sat Feb 8 15:27:31 1997 Richard Basch <basch@lehman.com>
* Makefile.in: Added win32 rules (kinit,kdestroy,klist console apps)
Fri Jul 7 15:52:28 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Remove LDFLAGS
Fri Jun 9 18:36:37 1995 <tytso@rsx-11.mit.edu>
* configure.in: Remove standardized set of autoconf macros, which
are now handled by CONFIG_RULES. Use DO_SUBDIRS to
recurse down subdirectories.
Wed Jul 20 23:36:04 1994 Tom Yu (tlyu at dragons-lair)
* configure.in: add ksu
|