Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / crypto / heimdal / cf / ChangeLog
1 2002-09-10  Johan Danielsson  <joda@pdc.kth.se>
2
3         * crypto.m4: use m4 macros for test cases, also test for older
4         hash names
5
6         * test-package.m4: include dep libraries in LIB_*
7
8         * crypto.m4: move krb4 test before test for openssl, and bail out
9         if krb4 is requested, but the crypto library is not the same as
10         krb4
11
12         * db.m4: filter contents of LDFLAGS
13
14 2002-09-09  Johan Danielsson  <joda@pdc.kth.se>
15
16         * auth-modules.m4: rename to rk_AUTH_MODULES
17
18         * auth-modules.m4: only include modules explicitly asked for
19
20 2002-09-04  Johan Danielsson  <joda@pdc.kth.se>
21
22         * roken-frag.m4: test for res_nsearch
23
24 2002-09-03  Assar Westerlund  <assar@kth.se>
25
26         * roken-frag.m4: check for sys/mman.h and mmap (used by
27         parse_reply-test)
28
29 2002-08-28  Assar Westerlund  <assar@kth.se>
30
31         * krb-readline.m4: also add LIB_tgetent in the case of editline
32
33         * crypto.m4: define HAVE_OPENSSL even if we got to hear about it
34         by krb4
35
36 2002-08-28  Johan Danielsson  <joda@pdc.kth.se>
37
38         * krb-readline.m4: add LIB_tgetent to LIB_readline if we have to
39
40         * sunos.m4: various sunos tests
41
42         * crypto.m4: try to extract the crypto compiler flags from
43         {INCLUDE,LIB}_krb4
44         (XXX this is really horrible)
45
46         * krb-readline.m4: don't add -rpath to LIB_readline (libtool
47         should to this for us), also don't append LIB_tgetent to
48         LIB_readline (TEST_PACKAGE should do this)
49
50         * test-package.m4: add the possibility to use a *-config program
51         to get flags; rename to rk_TEST_PACKAGE while here
52
53         * krb-bigendian.m4: move ENDIANESS_IN_SYS_PARAM_H tests here
54
55         * aix.m4: rename to rk_AIX
56
57         * telnet.m4: move telnet tests here
58
59         * aix.m4: restructure this somewhat
60
61         * dlopen.m4: test for dlopen suitable for AC_REQUIRE
62
63         * irix.m4: move some stuff here and rename to irix.m4
64
65         * krb-sys-nextstep.m4: move SGTTY stuff to read_pwd.c
66
67 2002-08-28  Jacques Vidrine  <nectar@kth.se>
68
69         * auth-modules.m4: do not build pam_krb4 on freebsd
70
71 2002-08-26  Assar Westerlund  <assar@kth.se>
72
73         * roken-frag.m4: test for the vis, strvis functions requiring
74         prototypes
75
76 2002-08-23  Johan Danielsson  <joda@pdc.kth.se>
77
78         * need-proto.m4: missing comma
79
80 2002-08-22  Johan Danielsson  <joda@pdc.kth.se>
81
82         * roken-frag.m4: some rototilling
83
84         * need-proto.m4: use AS_TR_CPP
85
86 2002-08-20  Johan Danielsson  <joda@pdc.kth.se>
87
88         * roken-frag.m4: HAVE_TYPE instead of CHECK_TYPE ssize_t
89
90         * krb-version.m4: use PACKAGE_TARNAME and PACKAGE_STRING
91
92         * broken-getaddrinfo.m4: can't test for EAI_SERVICE here since AIX
93         is even more fsck:ed
94
95         * roken-frag.m4: test for altzone
96
97 2002-08-19  Johan Danielsson  <joda@pdc.kth.se>
98
99         * Makefile.am.common: only define ROKEN_RENAME if do_roken_rename
100
101 2002-08-13  Johan Danielsson  <joda@pdc.kth.se>
102
103         * Makefile.am.common: add ROKEN_RENAME variable
104
105 2002-08-12  Johan Danielsson  <joda@pdc.kth.se>
106
107         * make-proto.pl: include <stdarg.h> to get va_list
108
109         * destdirs.m4: also define localstatedir and sysconfdir
110
111 2002-08-01  Johan Danielsson  <joda@pdc.kth.se>
112
113         * crypto.m4: newer openssl seems to take the address of the
114         schedule parameter to des_cbc_encrypt, so we need to feed it a
115         variable, not just NULL (from Magnus Holmberg)
116
117 2002-05-24  Johan Danielsson  <joda@pdc.kth.se>
118
119         * misc.m4: change \100 back to @; some m4's (probably some regex)
120         doesn't like this as a replacement regexp; the reason it was once
121         changed to \100 was probably because of some autoconf bug at the
122         time
123
124 2002-05-20  Johan Danielsson  <joda@pdc.kth.se>
125
126         * broken2.m4 []-less is apparently the way to go
127
128 2002-05-19  Johan Danielsson  <joda@pdc.kth.se>
129
130         * otp.m4: check db_type instead of precence of dbm_firstkey
131
132         * roken-frag.m4: don't AC_LIBOBJ more than one function at a time
133
134         * find-if-not-broken.m4: s/AC_LIBOBJ/rk_LIBOBJ/
135
136         * broken2.m4: s/AC_LIBOBJ/rk_LIBOBJ/
137
138         * broken.m4: s/AC_LIBOBJ/rk_LIBOBJ/
139
140         * misc.m4: automake can't handle macros passed to AC_LIBOBJ, so
141         add an alias to it called rk_LIBOBJ; this requires that the
142         relevant source are manually included in roken/Makefile.am
143
144         * aix.m4: ac_enable --diable-dynamic-afs
145
146         * roken-frag.m4: use AC_LIBOBJ
147
148         * krb-func-getcwd-broken.m4: use AC_LIBOBJ
149
150         * find-if-not-broken.m4: use AC_LIBOBJ
151
152         * broken2.m4: use AC_LIBOBJ
153
154         * broken.m4: use AC_LIBOBJ
155
156         * aix.m4: recognise aix5
157         
158 2002-05-17  Johan Danielsson  <joda@pdc.kth.se>
159
160         * crypto.m4: am-conditionalise HAVE_OPENSSL
161
162         * db.m4: make it possible to run this twice
163
164         * Makefile.am.common: also install nodist_include_HEADERS
165
166 2002-05-16  Johan Danielsson  <joda@pdc.kth.se>
167
168         * make-proto.pl: make it possible to redefine the "private" regexp
169
170 2002-05-02  Johan Danielsson  <joda@pdc.kth.se>
171
172         * db.m4: am_cond HAVE_*
173
174 2002-04-30  Johan Danielsson  <joda@pdc.kth.se>
175
176         * krb-ipv6.m4: use AC_HELP_STRING; fix logic bug in AC_MSG_RESULT
177         call
178
179         * test-package.m4: use AC_HELP_STRING
180
181         * roken.m4: use AC_HELP_STRING
182
183         * osfc2.m4: use AC_HELP_STRING
184
185         * mips-abi.m4: use AC_HELP_STRING
186
187         * krb-bigendian.m4: use AC_HELP_STRING
188
189         * db.m4: rework this somewhat; check for db3/4 in subdirs, change
190         --with to --enable; it should really be possible to point it to
191         some directory --with-berkeley-db=/foo
192
193         * otp.m4: OTP test
194
195 2002-04-25  Johan Danielsson  <joda@pdc.kth.se>
196
197         * destdirs.m4: define BINDIR et al
198
199 2002-04-18  Johan Danielsson  <joda@pdc.kth.se>
200
201         * misc.m4: remove some stuff that is defined elsewhere
202
203         * make-proto.pl: optionally remove __P and parameter names
204
205 2001-11-30  Assar Westerlund  <assar@sics.se>
206
207         * roken-frag.m4: move ipv6 tests after -lsocket (to handle Solaris
208         8)
209
210 2001-09-29  Assar Westerlund  <assar@sics.se>
211
212         * install-catman.sh: handle man pages without SYNOPSIS but looking
213         for both SYNOPSIS and DESCRIPTION
214
215 2001-09-18  Johan Danielsson  <joda@pdc.kth.se>
216
217         * roken-frag.m4: include freeaddrinfo if using getaddrinfo
218
219 2001-09-13  Assar Westerlund  <assar@sics.se>
220
221         * db.m4: test for the ndbm database really being a .db one
222         and use it when moving/removing database files
223
224 2001-09-03  Assar Westerlund  <assar@sics.se>
225
226         * db.m4: prefer ndbm.h to dbm.h
227         * roken-frag.m4: check for atexit and on_exit
228
229 2001-09-02  Assar Westerlund  <assar@sics.se>
230
231         * check-compile-et.m4: only add /usr/include/et to CPPFLAGS if
232         it's actually used
233
234 2001-09-01  Assar Westerlund  <assar@sics.se>
235
236         * Makefile.am.common (AUTOMAKE_OPTIONS): set 1.4b here so that
237         users are warned if using earlier automake versions
238
239         * find-func-no-libs2.m4: ignore "no" as a library - another
240         special case to make it easy to send the result from this macro
241         into another invocation
242
243 2001-08-30  Assar Westerlund  <assar@sics.se>
244
245         * db.m4: check for ndbm functions in db3 library too
246
247 2001-08-29  Jacques Vidrine  <n@nectar.com>
248
249         * check-compile-et.m4: Check for already-installed com_err.
250         * Makefile.am.common: Use the compile_et discovered at
251           configuration time.
252
253 2001-08-29  Assar Westerlund  <assar@sics.se>
254
255         * crypto.m4: use AC_WITH_ALL to allow separate specification of
256         include and lib
257         * with-all.m4: new macro for doing --with-foo, --with-foo-include,
258         and --with-foo-lib in a sensible way
259
260         * find-func-no-libs2.m4: handle both -llib and lib in the second
261         argument also yes -> "" as a library, to ease callers that send in
262         results from this macro (this might be a little bit unclean)
263
264 2001-08-28  Assar Westerlund  <assar@sics.se>
265
266         * roken-frag.m4: test for issetugid
267
268 2001-08-24  Assar Westerlund  <assar@sics.se>
269
270         * Makefile.am.common: change one += to = to AM_CFLAGS to avoid an
271         error with recent automake
272
273 2001-08-22  Assar Westerlund  <assar@sics.se>
274
275         * crypto.m4: SHA1_CTX should be SHA_CTX
276
277 2001-08-21  Assar Westerlund  <assar@sics.se>
278
279         * roken-frag.m4: remove all winsock.h
280         for now, it does more harm than good under cygwin and if it should be
281         used, the correct conditional needs to be found
282         from <tol@stacken.kth.se>
283
284 2001-08-21  Johan Danielsson  <joda@pdc.kth.se>
285
286         * check-var.m4: AC_TR_CPP -> AS_TR_CPP to make autoconf 2.52 happy
287
288 2001-08-17  Johan Danielsson  <joda@pdc.kth.se>
289
290         * krb-ipv6.m4: add test for non-existant in6addr_loopback in AIX
291
292 2001-08-15  Johan Danielsson  <joda@pdc.kth.se>
293
294         * roken-frag.m4: test for getaddrinfo's that doesn't like numeric
295         services
296
297         * broken-getaddrinfo.m4: test for getaddrinfo's that doesn't like
298         numeric services
299
300 2001-08-08  Assar Westerlund  <assar@sics.se>
301
302         * db.m4: do a separate test for gdbm/ndbm.h and -lgdbm
303
304 2001-08-05  Assar Westerlund  <assar@sics.se>
305
306         * db.m4: ac_cv_funclib_\func can be yes
307         * db.m4: use AC_FIND_FUNC_NO_LIBS to test in libc
308         anset cache variables after first attempt at finding dbm_firstkey (how
309         should this be done?)
310         * db.m4: do not test for ndbm library when ndbm-db was found in libc
311         * db.m4: test for ndbm-compatability with db
312         * db.m4: add forgotten AC_SUBST
313         * db.m4: first steps towards a new db test
314
315         * roken-frag.m4: remove header files checked by rk_db
316
317 2001-08-05  Assar Westerlund  <assar@sics.se>
318
319         * roken-frag.m4: remove header files checked by rk_db
320
321 2001-06-24  Assar Westerlund  <assar@sics.se>
322
323         * roken-frag.m4: make sure of building getaddrinfo et al if
324         missing
325
326 2001-06-20  Johan Danielsson  <joda@pdc.kth.se>
327
328         * install-catman.sh: try to install links to manpages
329
330 2001-06-19  Assar Westerlund  <assar@sics.se>
331
332         * broken-glob.m4: try to handle FreeBSD's GLOB_MAXPATH
333
334 2001-06-18  Johan Danielsson  <joda@pdc.kth.se>
335
336         * roken-frag.m4: test for getaddrinfo needs netdb.h on Tru64
337
338 2001-06-17  Assar Westerlund  <assar@sics.se>
339
340         * roken-frag.m4 (AC_CHECK_HEADERS): test for random
341         * roken-frag.m4 (AC_CHECK_HEADERS): test for initstate and
342         setstate
343
344         * roken-frag.m4 (AC_BROKEN): test for
345         emalloc,ecalloc,erealloc,estrdup
346
347 2001-05-11  Johan Danielsson  <joda@pdc.kth.se>
348
349         * roken-frag.m4: bswap{16,32}
350         
351 2001-03-26  Assar Westerlund  <assar@sics.se>
352
353         * broken-glob.m4: also test for GLOB_LIMIT
354         * krb-ipv6.m4: restore CFLAGS if v6 is not detected
355
356 2001-02-20  Assar Westerlund  <assar@sics.se>
357
358         * roken-frag.m4: check for getprogname, setprogname
359
360 2001-02-07  Assar Westerlund  <assar@sics.se>
361
362         * Makefile.am.common (LIB_kdfs): set.  use it.  from Ake Sandgren
363         <ake@cs.umu.se>
364
365 2000-12-26  Assar Westerlund  <assar@sics.se>
366
367         * krb-ipv6.m4: remove some dnl that weren't the correct with
368         modern autoconf
369
370 2000-12-15  Assar Westerlund  <assar@sics.se>
371
372         * roken-frag.m4 (inet_ntoa, inet_ntop, inet_pton): add necessary
373         includes when testing
374         * broken2.m4: new variant of broken, with includes and arguments
375
376         * test-package.m4: s/ifval/m4_ifval/ to keep in sync with
377         autoconf.  from Ake Sandgren <ake@cs.umu.se>
378         * check-var.m4: s/ifval/m4_ifval/ to keep in sync with autoconf.
379         from Ake Sandgren <ake@cs.umu.se>
380
381 2000-12-13  Assar Westerlund  <assar@sics.se>
382
383         * krb-irix.m4: need to set irix to no first.  From Ake Sandgren
384         <ake@cs.umu.se>
385
386 2000-12-12  Johan Danielsson  <joda@pdc.kth.se>
387
388         * roken-frag.m4: move sa_len test to before test for broken
389         getnameinfo
390
391 2000-12-12  Assar Westerlund  <assar@sics.se>
392
393         * roken-frag.m4: only test for broken getnameinfo if it exists
394
395 2000-12-10  Johan Danielsson  <joda@pdc.kth.se>
396
397         * roken-frag.m4: ifaddrs.h
398
399 2000-12-06  Johan Danielsson  <joda@pdc.kth.se>
400
401         * roken-frag.m4: test for unvis, and vis.h
402
403         * roken-frag.m4: test for strvis*
404
405 2000-12-05  Johan Danielsson  <joda@pdc.kth.se>
406
407         * Makefile.am.common: just warn if we fail to setuid a program
408
409         * broken-getnameinfo.m4: add more quotes
410
411         * roken-frag.m4: test for getifaddrs
412
413         * roken-frag.m4: test for broken AIX getnameinfo
414
415         * broken-getnameinfo.m4: test for broken getnameinfo
416
417 2000-12-01  Assar Westerlund  <assar@sics.se>
418
419         * Makefile.am.common: add kludge for LIBS
420
421 2000-11-30  Johan Danielsson  <joda@pdc.kth.se>
422
423         * check-man.m4: update this after recent changes
424
425         * Makefile.am.common: use install-catman.sh
426
427         * install-catman.sh: script to install preformatted manual pages
428
429         * Makefile.am.common: change cat handling
430
431 2000-11-29  Johan Danielsson  <joda@pdc.kth.se>
432
433         * roken-frag.m4: don't use AC_CONFIG_FILES here, since it doesn't
434         work with automake
435
436 2000-11-15  Assar Westerlund  <assar@sics.se>
437
438         * krb-readline.m4: link against the libtool-versions of
439         libeditline and libel_compat
440
441         * Makefile.am.common (INCLUDES): add $(INCLUDES_roken)
442         * roken-frag.m4 (CPPFLAGS_roken): rename to INCLUDES_roken
443
444 2000-11-05  Johan Danielsson  <joda@pdc.kth.se>
445
446         * aix.m4: set aix
447
448 2000-08-19  Assar Westerlund  <assar@sics.se>
449
450         * krb-bigendian.m4: merge from arla: make it work better
451
452 2000-08-07  Johan Danielsson  <joda@pdc.kth.se>
453
454         * roken-frag.m4: check getsockname for proto compat
455
456 2000-08-04  Johan Danielsson  <joda@pdc.kth.se>
457
458         * Makefile.am.common: add library for pidfile
459
460         * roken-frag.m4: tests for util.h and pidfile
461
462 2000-07-19  Johan Danielsson  <joda@pdc.kth.se>
463
464         * check-var.m4: rename to rk_CHECK_VAR, transposing the arguments,
465         and making the second optional, AU_DEFINE AC_CHECK_VAR to
466         rk_CHECK_VAR
467
468         * roken-frag.m4: other roken tests
469
470         * db.m4: db tests
471
472 2000-07-18  Johan Danielsson  <joda@pdc.kth.se>
473
474         * mips-abi.m4: AC_ERROR -> AC_MSG_ERROR
475
476         * check-netinet-ip-and-tcp.m4: use cache_check, and make this work
477         with new autoconf
478
479         * aix.m4: don't subst AFS_EXTRA_LD
480
481 2000-07-15  Johan Danielsson  <joda@pdc.kth.se>
482
483         * check-var.m4: workaround feature of newer autoconf
484
485         * find-func-no-libs2.m4: use cleaner autoheader trick
486
487         * have-type.m4: use cleaner autoheader trick
488
489         * have-types.m4: use cleaner autoheader trick
490
491         * test-package.m4: add 6th parameter for now
492
493         * broken.m4: use cleaner autoheader trick
494
495         * retsigtype.m4: test for signal handler return type
496
497         * broken-realloc.m4: test for broken realloc
498
499 2000-07-08  Assar Westerlund  <assar@sics.se>
500
501         * roken.m4: set CPPFLAGS_roken and call AC_CONFIG_SUBDIRS
502
503 2000-07-02  Assar Westerlund  <assar@sics.se>
504
505         * Makefile.am.common (CP): set and use
506
507 2000-04-05  Assar Westerlund  <assar@sics.se>
508
509         * Makefile.am.common (INCLUDE_openldap, LIB_openldap): add
510
511 2000-03-28  Assar Westerlund  <assar@sics.se>
512
513         * krb-prog-yacc.m4: AC_MSG_WARNING should be AC_MSG_WARN
514
515         * shared-libs.m4: try to update to freebsd5 (and elf)
516
517 2000-03-16  Assar Westerlund  <assar@sics.se>
518
519         * krb-prog-yacc.m4: warn we do not find any yacc
520
521 2000-01-08  Assar Westerlund  <assar@sics.se>
522
523         * krb-bigendian.m4: new file, replacement for ac_c_bigendian
524
525 2000-01-01  Assar Westerlund  <assar@sics.se>
526
527         * krb-ipv6.m4: re-organize: test for type of stack first so that
528         we can find the libraries that we might have to link the test
529         program against.  not linking the test program means we don't know
530         if the right stuff is in the libraries.  also cosmetic changes to
531         make sure we print the checking for... nicely
532
533 1999-12-21  Assar Westerlund  <assar@sics.se>
534
535         * krb-ipv6.m4: try linking, not only compiling
536         * krb-ipv6.m4: add --without-ipv6 make sure we have `in6addr_any'
537         which we use in the code.  This test avoids false positives on
538         OpenBSD
539
540 1999-11-29  Johan Danielsson  <joda@pdc.kth.se>
541
542         * grok-type.m4: inttypes.h
543
544 1999-11-05  Assar Westerlund  <assar@sics.se>
545
546         * check-x.m4: include X_PRE_LIBS and X_EXTRA_LIBS when testing
547
548 1999-11-01  Assar Westerlund  <assar@sics.se>
549
550         * Makefile.am.common (install-build-headers): use `cp' instead of
551         INSTALL_DATA for copying header files inside the build tree.  The
552         user might have redefined INSTALL_DATA to specify owners and other
553         information.
554
555 1999-10-30  Assar Westerlund  <assar@sics.se>
556
557         * find-func-no-libs2.m4: add yet another argument to allow specify
558         linker flags that will be added _before_ the library when trying
559         to link
560
561         * find-func-no-libs.m4: add yet another argument to allow specify
562         linker flags that will be added _before_ the library when trying
563         to link
564
565 1999-10-12  Assar Westerlund  <assar@sics.se>
566
567         * find-func-no-libs2.m4 (AC_FIND_FUNC_NO_LIBS2): new argument
568         `extra libs'
569
570         * find-func-no-libs.m4 (AC_FIND_FUNC_NO_LIBS): new argument `extra
571         libs'
572
573 1999-09-01  Johan Danielsson  <joda@pdc.kth.se>
574
575         * capabilities.m4: sgi capabilities
576
577 1999-07-29  Assar Westerlund  <assar@sics.se>
578
579         * have-struct-field.m4: quote macros when undefining
580
581 1999-07-28  Assar Westerlund  <assar@sics.se>
582
583         * Makefile.am.common (install-build-headers): add dependencies
584
585 1999-07-24  Assar Westerlund  <assar@sics.se>
586         
587         * have-type.m4: try to get autoheader to co-operate
588
589         * have-type.m4: stolen from Arla
590
591         * krb-struct-sockaddr-sa-len.m4: not used any longer.  removed.
592
593 1999-06-13  Assar Westerlund  <assar@sics.se>
594
595         * krb-struct-spwd.m4: consequent name of cache variables
596
597         * krb-func-getlogin.m4: new file for testing for posix (broken)
598         getlogin
599
600         * shared-libs.m4 (freebsd[34]): don't use ld -Bshareable
601
602 1999-06-02  Johan Danielsson  <joda@pdc.kth.se>
603
604         * check-x.m4: extended test for X
605         
606 1999-05-14  Assar Westerlund  <assar@sics.se>
607
608         * check-netinet-ip-and-tcp.m4: proper autoheader tricks
609
610         * check-netinet-ip-and-tcp.m4: new file for checking for
611         netinet/{ip,tcp}.h.  These are special as they on Irix 6.5.3
612         require <standards.h> to be included in advance.
613  
614         * check-xau.m4: we also need to check for XauFilename since it's
615         used by appl/kx.  And on Irix 6.5 that function requires linking
616         with -lX11.
617
618 1999-05-08  Assar Westerlund  <assar@sics.se>
619
620         * krb-find-db.m4: try with more header files than ndbm.h
621
622 1999-04-19  Assar Westerlund  <assar@sics.se>
623
624         * test-package.m4: try to handle the case of --without-package
625         correctly
626
627 1999-04-17  Assar Westerlund  <assar@sics.se>
628
629         * make-aclocal: removed.  Not used anymore, being replaced by
630         aclocal from automake.
631
632 Thu Apr 15 14:17:26 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
633
634         * make-proto.pl: handle __attribute__
635
636 Fri Apr  9 20:37:18 1999  Assar Westerlund  <assar@sics.se>
637
638         * shared-libs.m4: quote $@
639         (freebsd3): add install_symlink_command2
640
641 Wed Apr  7 20:40:22 1999  Assar Westerlund  <assar@sics.se>
642
643         * shared-libs.m4 (hpux): no library dependencies
644
645 Mon Apr  5 16:13:08 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
646
647         * test-package.m4: compile and link, rather than looking for
648         files; also export more information, so it's possible to add rpath
649         information
650
651 Tue Mar 30 13:49:54 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
652
653         * Makefile.am.common: CFLAGS -> AM_CFLAGS
654
655 Mon Mar 29 16:51:12 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
656
657         * check-xau.m4: check for XauWriteAuth before checking for
658         XauReadAuth to catch -lX11:s not containing XauWriteAuth, and IRIX
659         6.5 that doesn't work with -lXau
660
661 Sat Mar 27 18:03:58 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
662
663         * osfc2.m4: --enable-osfc2
664
665 Fri Mar 19 15:34:52 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
666
667         * shared-libs.m4: move shared lib stuff here
668
669 Wed Mar 24 23:24:51 1999  Assar Westerlund  <assar@sics.se>
670
671         * Makefile.am.common (install-build-headers): simplify loop
672
673 Tue Mar 23 17:31:23 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
674
675         * check-getpwnam_r-posix.m4: check for getpwnam_r, and if it's
676         posix or not
677
678 Tue Mar 23 00:00:13 1999  Assar Westerlund  <assar@sics.se>
679
680         * Makefile.am.common (install_build_headers): try to make it work
681         better when list of headers is empty.  handle make rewriting the
682         filenames.
683
684         * Makefile.am.common: hesoid -> hesiod
685
686 Sun Mar 21 14:48:03 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
687
688         * grok-type.m4: <bind/bitypes.h>
689
690         * Makefile.am.common: fix for automake bug/feature; add more LIB_*
691
692         * test-package.m4: fix typo
693
694         * check-man.m4: fix some typos
695
696         * auth-modules.m4: tests for authentication modules
697
698 Thu Mar 18 11:02:55 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
699
700         * Makefile.am.common: make install-build-headers a multi
701         dependency target
702
703         * Makefile.am.common: remove include_dir hack
704
705         * Makefile.am.common: define LIB_kafs and LIB_gssapi
706
707         * krb-find-db.m4: subst DBLIB also
708
709         * check-xau.m4: test for Xau{Read,Write}Auth
710
711 Wed Mar 10 19:29:20 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
712
713         * wflags.m4: AC_WFLAGS
714
715 Mon Mar  1 11:23:41 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
716
717         * have-struct-field.m4: remove extra AC_MSG_RESULT
718
719         * proto-compat.m4: typo
720
721         * krb-func-getcwd-broken.m4: update to autoconf 2.13
722
723         * krb-find-db.m4: update to autoconf 2.13
724
725         * check-declaration.m4: typo
726
727         * have-pragma-weak.m4: update to autoconf 2.13
728
729         * have-struct-field.m4: better handling of types with spaces
730
731 Mon Feb 22 20:05:06 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
732
733         * broken-glob.m4: check for broken glob
734
735 Sun Jan 31 06:50:33 1999  Assar Westerlund  <assar@sics.se>
736
737         * krb-ipv6.m4: more magic for different v6 implementations.  From
738         Jun-ichiro itojun Hagino <itojun@kame.net>
739
740 Sun Nov 22 12:16:06 1998  Assar Westerlund  <assar@sics.se>
741
742         * krb-struct-spwd.m4: new file
743
744 Thu Jun  4 04:07:41 1998  Assar Westerlund  <assar@sics.se>
745
746         * find-func-no-libs2.m4: new file
747
748 Fri May  1 23:31:28 1998  Assar Westerlund  <assar@sics.se>
749
750         * c-attribute.m4, c-function.m4: new files (from arla)
751
752 Wed Mar 18 23:11:29 1998  Assar Westerlund  <assar@sics.se>
753
754         * krb-ipv6.m4: rename HAVE_STRUCT_SOCKADDR_IN6 to HAVE_IPV6
755
756 Thu Feb 26 02:37:49 1998  Assar Westerlund  <assar@sics.se>
757
758         * make-proto.pl: should work with perl4
759