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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
|
Tue Feb 28 00:00:22 1995 John Gilmore (gnu at toad.com)
* aclocal.m4 (ADD_DEF): Add -I...include/krb5 so we won't need
pathnames to Kerberos include files in any of the #include lines
in the source tree.
Mon Feb 13 23:39:21 1995 Theodore Y. Ts'o (tytso@dcl)
* aclocal.m4 (WITH_LINKER): Add a new configure production which
allows a special linker to be specified. Useful for
running programs like Purify, etc.
Thu Feb 9 15:42:00 1995 Keith Vetter (keithv@fusion.com)
* acconfig.h: added HAS_SYS_FILE_H & HAS_SYS_PARAM_H for Windows
Thu Feb 2 21:11:24 1995 Mark Eichin (eichin@cygnus.com)
* aclocal.m4 (V5_AC_OUTPUT_MAKEFILE): delete pre.out,
Makefile.out, and post.out immediately after using them, for
cleanliness' sake.
Fri Feb 3 06:47:24 1995 Theodore Y. Ts'o (tytso@dcl)
* acconfig.h: Remove BITS* definitions altogether.
* aclocal.m4:
* configure.in: Remove ISODE defines
Fri Dec 30 17:05:12 1994 Richard Basch (probe@tardis)
* aclocal.m4
CHECK_UTMP needs to #include <sys/types.h> for its tests
Tue Dec 27 06:10:13 1994 Richard Basch (probe@tardis)
* aclocal.m4
combined KRB5_UTPID, KRB5_UTTYPE, and KRB5_UTHOST
into CHECK_UTMP macro (and added additional checks)
Wed Nov 30 17:13:02 1994 Theodore Y. Ts'o (tytso@dcl)
* aclocal.m4, configure.in: Add appropriate help text for the
--with-* and --enable-* options. ISODE_INCLUDES should
define KRB5_USE_ISODE if necessary.
* acconfig.h: Add defines for KRB5_ATHENA_COMPAT and
KRB5_KRB4_COMPAT.
Fri Nov 18 15:38:42 1994 Mark Eichin <eichin@cygnus.com>
* aclocal.m4 (CHECK_WAIT_TYPE, CHECK_SIGNALS, CHECK_SETJMP,
KRB5_UTPID, KRB5_UTTYPE, KRB5_UTHOST, KRB5_UTEXIT): use
AC_TRY_COMPILE instead of AC_TRY_LINK.
(CHECK_FCNTL): check for 1+O_RDONLY so we aren't fooled into
declaring it as a local variable.
(DECLARE_SYS_ERRLIST): same thing for 1+sys_nerr.
Fri Nov 18 00:31:43 1994 Mark Eichin <eichin@cygnus.com>
* aclocal.m4 (ET_RULES): don't define SRCTOP, pre.in already takes
care of it.
(DECLARE_SYS_ERRLIST, CHECK_SIGPROCMASK, CHECK_FCNTL,
CHECK_WAIT_TYPE, CHECK_SIGNALS, CHECK_SETJMP, HAVE_YYLINENO): add
caching.
(WITH_KRB5ROOT, WITH_KRB4, WITH_CC, WITH_CCOPTS, WITH_CPPOPTS):
use AC_MSG_RESULT instead of echo.
(KRB5_UTPID, KRB5_UTTYPE, KRB5_UTHOST, KRB5_UTEXT): new functions
for appl/bsd and kpasswd common utmp code.
(KRB5_POSIX_LOCKS): new functions for include/krb5 and appl/popper
common code.
(from epeisach.)
Fri Nov 18 00:30:19 1994 Mark Eichin <eichin@cygnus.com>
* aclocal.m4 (CONFIG_RULES): handle pre.in, post.in, and pass the
rest of the arguments that autoconf needs. (from epeisach.)
Fri Nov 18 00:22:18 1994 Mark Eichin <eichin@cygnus.com>
* aclocal.m4 (CopySrcHeader): add clean rule (from epeisach)
Mon Nov 7 21:27:45 1994 Theodore Y. Ts'o (tytso@dcl)
* aclocal.m4 (CHECK_SETJMP, CHECK_SIGNALS): Added checks for POSIX
setjmp handling and POSIX signal handling.
Wed Nov 2 20:39:14 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: We're probably not going to be building in the
top-level directory, but even so, the CFLAGS should
include $(DEFS).
* aclocal.m4: Don't recursively pass the CPPOPTS makefile variable
down to subdirectories.
* aclocal.m4 (CONFIG_RULES, WITH_CPPOPTS): Add support for a new
"--with-cppopts" value where you can put -DXXXXX such that
they are found by autoconf tests that use run the
preprocessor over header files.
Sat Oct 22 13:25:18 1994 (tytso@rsx-11)
* aclocal.m4 (CopyHeader): Remove header file from include
directory when doing a make clean.
Tue Oct 11 17:07:15 1994 Theodore Y. Ts'o (tytso@dcl)
* aclocal.m4: Make sure we do our feature tests using the CC
options specified using CC_OPTS.
Fri Oct 7 16:38:11 1994 Theodore Y. Ts'o (tytso@maytag)
* aclocal.m4: If using isode we need to add -DKRB5_USE_ISODE to
$DEFS, not KRB5_USE_ISODE!
Thu Oct 6 20:05:07 1994 Theodore Y. Ts'o (tytso@dcl)
* configure.in: Add recursive "make check" target.
Mon Oct 3 22:50:07 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: make install obey $(DESTDIR)
Fri Sep 30 18:49:41 1994 Mark Eichin (eichin@cygnus.com)
* aclocal.m4 (CONFIG_RULES): set SHELL=/bin/sh explicitly, as per
GCS and to deal with SGI and OSF makes. This should cover all
Makefiles.
Thu Aug 18 02:05:14 1994 Mark Eichin (eichin@perdiem)
* .../*.[ch]: remove rcsid, sccsid strings; punt all RCS variable
expansions; get rid of LIBC_SCCS. Leave the BSD sccs variables in
comments, for historical reference.
Thu Aug 4 03:11:13 1994 Tom Yu (tlyu@dragons-lair)
* aclocal.m4: fixed up Krb5InstallHeaders to use INSTALL_DATA
properly
* Makefile.in: fix mkdir breakage for install target
Wed Jul 20 00:00:00 1994 Tom Yu (tlyu at dragons-lair)
* Makefile.in (in all relevant subdirs):
* configure.in (in all relevant subdirs): changes to fix make
install
* aclocal.m4: make changes to look for install.sh in the right
places
Mon Jul 11 23:32:51 1994 Tom Yu (tlyu at dragons-lair)
* aclocal.m4: cleaning up stuff to not echo things like "if
foo..."
Sun Jul 3 07:46:25 1994 Tom Yu (tlyu at dragons-lair)
* aclocal.m4: fixing things so we don't have to bother ignoring
errors.
Fri Jul 1 13:01:19 1994 Mark Eichin (eichin@cygnus.com)
* aclocal.m4: added WITH_CC for use when CONFIG_RULES isn't safe.
added EXTRA_RULES_IN for chosing the file that the extra rules get
appended to (particularly for lib/krb5/asn.1).
made CONFIG_RULES use WITH_CC directly.
Fri Jul 1 02:21:51 1994 Tom Yu (tlyu at dragons-lair)
* aclocal.m4: fixes for dealing with new version of autoconf, in
particular quoting and BUILDTOP
Wed Jun 29 01:36:38 1994 Tom Yu (tlyu at dragons-lair)
* aclocal.m4: oops... fixing some problems with the quoter.
* aclocal.m4: added ISODE_DEFS to define KRB5_USE_ISODE if
--enable-isode is given
Mon Jun 27 23:13:16 1994 Theodore Y. Ts'o (tytso at tsx-11)
* patchlevel.h: Updated to patchlevel 1.
Mon Jun 27 08:21:42 1994 Tom Yu (tlyu at dragons-lair)
* aclocal.m4: fixes to do sane quoting of arguments before
recursing. This allows options to be set with values containing
whitespace, for instance.
* configure.in (in all relevant subdirs): move invokations of
CONFIG_RULES around so that they preceed anything that even
vaguely resembles a compile test. This is so that $CC will get
set properly before any compile tests run.
Sat Jun 25 00:33:56 1994 Tom Yu (tlyu at dragons-lair)
* Makefile.in (in all relevant subdirs): make install will dtrt
now (mostly)
* configure.in (in all relevant subdirs): ditto
Thu Jun 23 01:13:20 1994 Tom Yu (tlyu at dragons-lair)
* aclocal.m4 (CONFIG_RULES): make --with-cc= dtrt and default to
CC=cc
Wed Jun 22 16:34:46 1994 Mark Eichin (eichin at tweedledumber.cygnus.com)
* aclocal.m4 (CONFIG_RULES): add AC_SUBST([CC]) so that CC gets
nailed in correctly.
Tue Jun 21 17:46:53 1994 Mark Eichin (eichin at cygnus.com)
* Makefile.in (in all subdirs): added CC=@CC@ to nail down the
substitution to be sure that configuration matches build. Added
CCOPTS to some of them so that it gets nailed in correctly too.
Tue Jun 21 02:08:27 1994 Tom Yu (tlyu at dragons-lair)
* Makefile.in (in all relevant subdirs): added CCOPTS=@CCOPTS@ in
order to allow for configured default flags
* configure.in (in all relevant subdirs): add WITH_CCOPTS
* acloca.m4: define WITH_CCOPTS
Fri Jun 17 19:54:00 1994 Mark Eichin (eichin at cygnus.com)
* aclocal.m4 (MAKE_SUBDIRS): pass CCOPTS, CC in every make
* Makefile.in: change CFLAGS = -g ... to CFALGS = $(CCOPTS) ...
in all Makefile.in's throughout the tree.
|