This commit was manufactured by cvs2svn to create tag 'heimdal-0-7'.
[heimdal.git] / cf / ChangeLog
blobae34fd98c257f451405c832d2692d2a3eded92bf
1 2005-06-16  Love Hörnquist Åstrand  <lha@it.su.se>
3         * pthreads.m4: 1.11: disable threads on aix because of utmp/utmpx
4         problems
6         * broken-getaddrinfo.m4: 1.6: check for brokenness in getaddrinfo
7         on AIX that can't handle "0" as port number.
9 2005-06-03  Love Hörnquist Åstrand  <lha@it.su.se>
11         * pthreads.m4: rework how pthreads support to turned on/off,
12         always run though the switch to figure out what the
13         linker/compiler flag are
15 2005-06-01  Love Hörnquist Åstrand  <lha@it.su.se>
16         
17         * pthreads.m4: s/else if/elif/
18         
19         * check-symbols.sh: AIX have a diffrent nm, use -B to get bsd like
20         output
21         
22         * pthreads.m4: aix case: assume gcc handles -pthread, in the
23         non-gcc case, use the compiler as hint (xlc vs xlc_r) if this
24         environment handles threads or not
26 2005-05-22  Love Hörnquist Åstrand  <lha@it.su.se>
28         * check-symbols.sh: ignore weak symbols too
30 2005-05-19  David Love  <fx@gnu.org>
32         * check-getpwnam_r-posix.m4: define _POSIX_PTHREAD_SEMANTICS to
33         make solaris provide the right getpwname_r
35 2005-05-17  Johan Danielsson  <joda@pdc.kth.se>
37         * roken-frag.m4: am_conditional have_cgetent
38         
39 2005-05-10  David Love  <fx@gnu.org>
41         * roken-frag.m4: Get daemon declared on Solaris (it's in unistd.h
42         but masked by a feature test), just to avoid a warning, since it
43         has int args.
45 2005-05-11  Love Hörnquist Åstrand  <lha@it.su.se>
47         * check-var.m4: AC_CHECK_DECL and AC_CHECK_DECLS have a subtile
48         diffrence, the later defines HAVE_ cpp symbols, the first doesn't.
50 2005-05-05  Love Hörnquist Åstrand  <lha@it.su.se>
52         * check-symbols.sh: ignore N symbols too
54 2005-04-30  Love Hörnquist Åstrand  <lha@it.su.se>
56         * broken-snprintf.m4: include checking if snprintf(NULL, 0, "")
57         works
59         * check-compile-et.m4: require compile_et to generate a
60         initialize_FOO_error_table_r (they are used in libkrb5), and
61         always check for initialize_error_table_r
63 2005-04-29  Love Hörnquist Åstrand  <lha@it.su.se>
65         * Makefile.am.common: add LIB_com_err
66         
67 2005-04-29  David Love  <fx@gnu.org>
69         * roken-frag.m4: Check for correct vis.h.
70         
71 2005-04-28  David Love  <fx@gnu.org>
73         * pthreads.m4: Set PTHREADS_LIBS on Irix.
75 2005-04-27  Love Hörnquist Åstrand  <lha@it.su.se>
77         * broken-realloc.m4: use rk_realloc if realloc is broken, this
78         makes "host-tools" not beeing able to use realloc
80         * pthreads.m4: Add support for Solaris, Irix, and modern
81         Linux. From David Love <fx@gnu.org>
83 2005-04-25  Love Hörnquist Åstrand  <lha@it.su.se>
85         * check-symbols.sh: limit the units functions to
86         asn1_[A-Za-z0-9]*_units$
88 2005-04-20  Love Hörnquist Åstrand  <lha@it.su.se>
90         * check-symbols.sh: this lib include com_err, add -com_err to
91         CHECK_SYMBOLS
93         * check-symbols.sh: print the type so I don't need to ask for it
95 2005-04-18  Love Hörnquist Åstrand  <lha@it.su.se>
97         * check-symbols.sh: ignore filename symbols
98         
99 2005-04-04  Love Hörnquist Åstrand  <lha@it.su.se>
101         * check-symbols.sh: assume symbols prefixed with _ is a sideeffekt
102         of the local linker and also just fine
103         
104 2005-03-16 Love Hörnquist Åstrand  <lha@it.su.se>
106         * roken-frag.m4: include <sys/socket.h> for <netinet6/in6_var.h>
107         
108 2005-03-01  Love Hörnquist Åstrand  <lha@it.su.se>
110         * sunos.m4: Match solaris 10.  From: Joakim Fallsjo
111         <fallsjo@sanchin.se>
113 2004-12-29  Love  <lha@stacken.kth.se>
115         * check-symbols.sh: add -asn1compile symbols
117 2004-12-29  Love Hörnquist Åstrand  <lha@it.su.se>
119         * check-symbols.sh: add exported symbols test
120         
121         * Makefile.am.common: add CHECK_SYMBOLS tests, so that we don't
122         export to much stuff
123         
124 2004-09-03  Love Hörnquist Åstrand  <lha@it.su.se>
126         * make-proto.pl: add cpluscplus extern "C" support
127         
128 2004-07-09  Love Hörnquist Åstrand  <lha@it.su.se>
130         * pthreads.m4: add -pthread to LIBS since libtool doesn't preserve
131         it for us when adding is as a dependency on libs
132         
133 2004-04-24  Johan Danielsson  <joda@pdc.kth.se>
135         * largefile.m4: like AC_SYS_LARGEFILE, but also add to CPPFLAGS
136         
137 2004-04-14  Love Hörnquist Åstrand  <lha@it.su.se>
139         * check-compile-et.m4: even more evil stuff for cross-compiling
140         
141         * check-x.m4: use AC_RUN_IFELSE so we can handle cross compiling
142         
143         * check-compile-et.m4: use AC_RUN_IFELSE so we can handle cross
144         compiling
146 2004-04-13  Love Hörnquist Åstrand  <lha@it.su.se>
148         * make-proto.pl: if -E, add windows standard calling conv to
149         headerfile if needed
151         * win32.m4: add rk_WIN32_EXPORT
152         
153 2004-02-12  Love Hörnquist Åstrand  <lha@it.su.se>
155         * configure.in: rename AC_WFLAGS to rk_WFLAGS
156         
157         * *.m4: overquote to pacify automake1.8
159 2004-02-11  Love Hörnquist Åstrand  <lha@it.su.se>
161         * roken-frag.m4: resolv.h is even more special
162         
163         * roken-frag.m4: AC_CHECK_HEADERS(net/if.h netinet6/in6_var.h
164         sys/sysctl.h sys/proc.h, resolv.h) are all special and need extra
165         help
167         * test-package.m4: If there is a --with-PACKAGE=path but no
168         --with-PACKAGE-config, go seach for path/PACKEGE-config and use it
169         if it exists.  Inspired by Harald Barth <haba@pdc.kth.se>
171 2003-09-03  Love Hörnquist Åstrand  <lha@it.su.se>
173         * crypto.m4: check for DES_, AES_, and if openssl UI_
174         
175 2003-08-27  Johan Danielsson  <joda@pdc.kth.se>
177         * vararray.m4: test for variable-length arrays
179         * roken-frag.m4: test for poll and poll.h
181 2003-08-16  Love Hörnquist Åstrand  <lha@it.su.se>
183         * Makefile.am.common: don't try doing local checks if CHECK_LOCAL
184         is set to no-check-local
186 2003-08-01  Love Hörnquist Åstrand  <lha@it.su.se>
188         * check-compile-et.m4: check if compile_et support ``error_table N
189         M'' also, don't be overly aggressivly reset CFLAGS
190         
191 2003-07-22  Love Hörnquist Åstrand  <lha@it.su.se>
193         * pthreads.m4: pthread test
194         
195 2003-05-08  Johan Danielsson  <joda@pdc.kth.se>
197         * Makefile.am.common: change install-data-local to
198         install-data-hook
200 2003-05-05  Assar Westerlund  <assar@kth.se>
202         * crypto.m4: define OPENSSL_DES_LIBDES_COMPATIBILITY
204 2003-04-03  Love Hörnquist Åstrand  <lha@it.su.se>
206         * crypto.m4: check if libcrypto needs -lnsl or -lsocket
207         
208 2003-04-02  Love Hörnquist Åstrand  <lha@it.su.se>
210         * crypto.m4: in the case where se don't link with kerberos 4, use
211         ${with_openssl_include} if its are set (not
212         ${with_openssl}/include) same for with_openssl_lib
213         
214 2003-03-18  Love Hörnquist Åstrand  <lha@it.su.se>
216         * Makefile.am.common: always define LIB_kafs
217         
218 2003-03-12  Love Hörnquist Åstrand  <lha@it.su.se>
220         * check-compile-et.m4: check if the output of compile_et needs
221         initialize_error_table_r
223 2003-02-17  Love Hörnquist Åstrand  <lha@it.su.se>
225         * check-var.m4: add a check if the variable is avaible when we
226         include the headerfiles
228 2002-12-18  Johan Danielsson  <joda@pdc.kth.se>
230         * roken-frag.m4: res_nsearch takes 6 parameters; spotted by Howard
231         Chu
233 2002-10-25  Johan Danielsson  <joda@pdc.kth.se>
235         * crypto.m4: do a better job at matching headers to libraries
237 2002-10-16  Johan Danielsson  <joda@pdc.kth.se>
239         * sunos.m4: more quoting
241 2002-09-19  Johan Danielsson  <joda@pdc.kth.se>
243         * make-proto.pl: check the processed string for closing ), not the
244         source
246 2002-09-10  Johan Danielsson  <joda@pdc.kth.se>
248         * crypto.m4: use m4 macros for test cases, also test for older
249         hash names
251         * test-package.m4: include dep libraries in LIB_*
253         * crypto.m4: move krb4 test before test for openssl, and bail out
254         if krb4 is requested, but the crypto library is not the same as
255         krb4
257         * db.m4: filter contents of LDFLAGS
259 2002-09-09  Johan Danielsson  <joda@pdc.kth.se>
261         * auth-modules.m4: rename to rk_AUTH_MODULES
263         * auth-modules.m4: only include modules explicitly asked for
265 2002-09-04  Johan Danielsson  <joda@pdc.kth.se>
267         * roken-frag.m4: test for res_nsearch
269 2002-09-03  Assar Westerlund  <assar@kth.se>
271         * roken-frag.m4: check for sys/mman.h and mmap (used by
272         parse_reply-test)
274 2002-08-28  Assar Westerlund  <assar@kth.se>
276         * krb-readline.m4: also add LIB_tgetent in the case of editline
278         * crypto.m4: define HAVE_OPENSSL even if we got to hear about it
279         by krb4
281 2002-08-28  Johan Danielsson  <joda@pdc.kth.se>
283         * krb-readline.m4: add LIB_tgetent to LIB_readline if we have to
285         * sunos.m4: various sunos tests
287         * crypto.m4: try to extract the crypto compiler flags from
288         {INCLUDE,LIB}_krb4
289         (XXX this is really horrible)
291         * krb-readline.m4: don't add -rpath to LIB_readline (libtool
292         should to this for us), also don't append LIB_tgetent to
293         LIB_readline (TEST_PACKAGE should do this)
295         * test-package.m4: add the possibility to use a *-config program
296         to get flags; rename to rk_TEST_PACKAGE while here
298         * krb-bigendian.m4: move ENDIANESS_IN_SYS_PARAM_H tests here
300         * aix.m4: rename to rk_AIX
302         * telnet.m4: move telnet tests here
304         * aix.m4: restructure this somewhat
306         * dlopen.m4: test for dlopen suitable for AC_REQUIRE
308         * irix.m4: move some stuff here and rename to irix.m4
310         * krb-sys-nextstep.m4: move SGTTY stuff to read_pwd.c
312 2002-08-28  Jacques Vidrine  <nectar@kth.se>
314         * auth-modules.m4: do not build pam_krb4 on freebsd
316 2002-08-26  Assar Westerlund  <assar@kth.se>
318         * roken-frag.m4: test for the vis, strvis functions requiring
319         prototypes
321 2002-08-23  Johan Danielsson  <joda@pdc.kth.se>
323         * need-proto.m4: missing comma
325 2002-08-22  Johan Danielsson  <joda@pdc.kth.se>
327         * roken-frag.m4: some rototilling
329         * need-proto.m4: use AS_TR_CPP
331 2002-08-20  Johan Danielsson  <joda@pdc.kth.se>
333         * roken-frag.m4: HAVE_TYPE instead of CHECK_TYPE ssize_t
335         * krb-version.m4: use PACKAGE_TARNAME and PACKAGE_STRING
337         * broken-getaddrinfo.m4: can't test for EAI_SERVICE here since AIX
338         is even more fsck:ed
340         * roken-frag.m4: test for altzone
342 2002-08-19  Johan Danielsson  <joda@pdc.kth.se>
344         * Makefile.am.common: only define ROKEN_RENAME if do_roken_rename
346 2002-08-13  Johan Danielsson  <joda@pdc.kth.se>
348         * Makefile.am.common: add ROKEN_RENAME variable
350 2002-08-12  Johan Danielsson  <joda@pdc.kth.se>
352         * make-proto.pl: include <stdarg.h> to get va_list
354         * destdirs.m4: also define localstatedir and sysconfdir
356 2002-08-01  Johan Danielsson  <joda@pdc.kth.se>
358         * crypto.m4: newer openssl seems to take the address of the
359         schedule parameter to des_cbc_encrypt, so we need to feed it a
360         variable, not just NULL (from Magnus Holmberg)
362 2002-05-24  Johan Danielsson  <joda@pdc.kth.se>
364         * misc.m4: change \100 back to @; some m4's (probably some regex)
365         doesn't like this as a replacement regexp; the reason it was once
366         changed to \100 was probably because of some autoconf bug at the
367         time
369 2002-05-20  Johan Danielsson  <joda@pdc.kth.se>
371         * broken2.m4 []-less is apparently the way to go
373 2002-05-19  Johan Danielsson  <joda@pdc.kth.se>
375         * otp.m4: check db_type instead of precence of dbm_firstkey
377         * roken-frag.m4: don't AC_LIBOBJ more than one function at a time
379         * find-if-not-broken.m4: s/AC_LIBOBJ/rk_LIBOBJ/
381         * broken2.m4: s/AC_LIBOBJ/rk_LIBOBJ/
383         * broken.m4: s/AC_LIBOBJ/rk_LIBOBJ/
385         * misc.m4: automake can't handle macros passed to AC_LIBOBJ, so
386         add an alias to it called rk_LIBOBJ; this requires that the
387         relevant source are manually included in roken/Makefile.am
389         * aix.m4: ac_enable --diable-dynamic-afs
391         * roken-frag.m4: use AC_LIBOBJ
393         * krb-func-getcwd-broken.m4: use AC_LIBOBJ
395         * find-if-not-broken.m4: use AC_LIBOBJ
397         * broken2.m4: use AC_LIBOBJ
399         * broken.m4: use AC_LIBOBJ
401         * aix.m4: recognise aix5
402         
403 2002-05-17  Johan Danielsson  <joda@pdc.kth.se>
405         * crypto.m4: am-conditionalise HAVE_OPENSSL
407         * db.m4: make it possible to run this twice
409         * Makefile.am.common: also install nodist_include_HEADERS
411 2002-05-16  Johan Danielsson  <joda@pdc.kth.se>
413         * make-proto.pl: make it possible to redefine the "private" regexp
415 2002-05-02  Johan Danielsson  <joda@pdc.kth.se>
417         * db.m4: am_cond HAVE_*
419 2002-04-30  Johan Danielsson  <joda@pdc.kth.se>
421         * krb-ipv6.m4: use AC_HELP_STRING; fix logic bug in AC_MSG_RESULT
422         call
424         * test-package.m4: use AC_HELP_STRING
426         * roken.m4: use AC_HELP_STRING
428         * osfc2.m4: use AC_HELP_STRING
430         * mips-abi.m4: use AC_HELP_STRING
432         * krb-bigendian.m4: use AC_HELP_STRING
434         * db.m4: rework this somewhat; check for db3/4 in subdirs, change
435         --with to --enable; it should really be possible to point it to
436         some directory --with-berkeley-db=/foo
438         * otp.m4: OTP test
440 2002-04-25  Johan Danielsson  <joda@pdc.kth.se>
442         * destdirs.m4: define BINDIR et al
444 2002-04-18  Johan Danielsson  <joda@pdc.kth.se>
446         * misc.m4: remove some stuff that is defined elsewhere
448         * make-proto.pl: optionally remove __P and parameter names
450 2001-11-30  Assar Westerlund  <assar@sics.se>
452         * roken-frag.m4: move ipv6 tests after -lsocket (to handle Solaris
453         8)
455 2001-09-29  Assar Westerlund  <assar@sics.se>
457         * install-catman.sh: handle man pages without SYNOPSIS but looking
458         for both SYNOPSIS and DESCRIPTION
460 2001-09-18  Johan Danielsson  <joda@pdc.kth.se>
462         * roken-frag.m4: include freeaddrinfo if using getaddrinfo
464 2001-09-13  Assar Westerlund  <assar@sics.se>
466         * db.m4: test for the ndbm database really being a .db one
467         and use it when moving/removing database files
469 2001-09-03  Assar Westerlund  <assar@sics.se>
471         * db.m4: prefer ndbm.h to dbm.h
472         * roken-frag.m4: check for atexit and on_exit
474 2001-09-02  Assar Westerlund  <assar@sics.se>
476         * check-compile-et.m4: only add /usr/include/et to CPPFLAGS if
477         it's actually used
479 2001-09-01  Assar Westerlund  <assar@sics.se>
481         * Makefile.am.common (AUTOMAKE_OPTIONS): set 1.4b here so that
482         users are warned if using earlier automake versions
484         * find-func-no-libs2.m4: ignore "no" as a library - another
485         special case to make it easy to send the result from this macro
486         into another invocation
488 2001-08-30  Assar Westerlund  <assar@sics.se>
490         * db.m4: check for ndbm functions in db3 library too
492 2001-08-29  Jacques Vidrine  <n@nectar.com>
494         * check-compile-et.m4: Check for already-installed com_err.
495         * Makefile.am.common: Use the compile_et discovered at
496           configuration time.
498 2001-08-29  Assar Westerlund  <assar@sics.se>
500         * crypto.m4: use AC_WITH_ALL to allow separate specification of
501         include and lib
502         * with-all.m4: new macro for doing --with-foo, --with-foo-include,
503         and --with-foo-lib in a sensible way
505         * find-func-no-libs2.m4: handle both -llib and lib in the second
506         argument also yes -> "" as a library, to ease callers that send in
507         results from this macro (this might be a little bit unclean)
509 2001-08-28  Assar Westerlund  <assar@sics.se>
511         * roken-frag.m4: test for issetugid
513 2001-08-24  Assar Westerlund  <assar@sics.se>
515         * Makefile.am.common: change one += to = to AM_CFLAGS to avoid an
516         error with recent automake
518 2001-08-22  Assar Westerlund  <assar@sics.se>
520         * crypto.m4: SHA1_CTX should be SHA_CTX
522 2001-08-21  Assar Westerlund  <assar@sics.se>
524         * roken-frag.m4: remove all winsock.h
525         for now, it does more harm than good under cygwin and if it should be
526         used, the correct conditional needs to be found
527         from <tol@stacken.kth.se>
529 2001-08-21  Johan Danielsson  <joda@pdc.kth.se>
531         * check-var.m4: AC_TR_CPP -> AS_TR_CPP to make autoconf 2.52 happy
533 2001-08-17  Johan Danielsson  <joda@pdc.kth.se>
535         * krb-ipv6.m4: add test for non-existant in6addr_loopback in AIX
537 2001-08-15  Johan Danielsson  <joda@pdc.kth.se>
539         * roken-frag.m4: test for getaddrinfo's that doesn't like numeric
540         services
542         * broken-getaddrinfo.m4: test for getaddrinfo's that doesn't like
543         numeric services
545 2001-08-08  Assar Westerlund  <assar@sics.se>
547         * db.m4: do a separate test for gdbm/ndbm.h and -lgdbm
549 2001-08-05  Assar Westerlund  <assar@sics.se>
551         * db.m4: ac_cv_funclib_\func can be yes
552         * db.m4: use AC_FIND_FUNC_NO_LIBS to test in libc
553         anset cache variables after first attempt at finding dbm_firstkey (how
554         should this be done?)
555         * db.m4: do not test for ndbm library when ndbm-db was found in libc
556         * db.m4: test for ndbm-compatability with db
557         * db.m4: add forgotten AC_SUBST
558         * db.m4: first steps towards a new db test
560         * roken-frag.m4: remove header files checked by rk_db
562 2001-08-05  Assar Westerlund  <assar@sics.se>
564         * roken-frag.m4: remove header files checked by rk_db
566 2001-06-24  Assar Westerlund  <assar@sics.se>
568         * roken-frag.m4: make sure of building getaddrinfo et al if
569         missing
571 2001-06-20  Johan Danielsson  <joda@pdc.kth.se>
573         * install-catman.sh: try to install links to manpages
575 2001-06-19  Assar Westerlund  <assar@sics.se>
577         * broken-glob.m4: try to handle FreeBSD's GLOB_MAXPATH
579 2001-06-18  Johan Danielsson  <joda@pdc.kth.se>
581         * roken-frag.m4: test for getaddrinfo needs netdb.h on Tru64
583 2001-06-17  Assar Westerlund  <assar@sics.se>
585         * roken-frag.m4 (AC_CHECK_HEADERS): test for random
586         * roken-frag.m4 (AC_CHECK_HEADERS): test for initstate and
587         setstate
589         * roken-frag.m4 (AC_BROKEN): test for
590         emalloc,ecalloc,erealloc,estrdup
592 2001-05-11  Johan Danielsson  <joda@pdc.kth.se>
594         * roken-frag.m4: bswap{16,32}
595         
596 2001-03-26  Assar Westerlund  <assar@sics.se>
598         * broken-glob.m4: also test for GLOB_LIMIT
599         * krb-ipv6.m4: restore CFLAGS if v6 is not detected
601 2001-02-20  Assar Westerlund  <assar@sics.se>
603         * roken-frag.m4: check for getprogname, setprogname
605 2001-02-07  Assar Westerlund  <assar@sics.se>
607         * Makefile.am.common (LIB_kdfs): set.  use it.  from Ake Sandgren
608         <ake@cs.umu.se>
610 2000-12-26  Assar Westerlund  <assar@sics.se>
612         * krb-ipv6.m4: remove some dnl that weren't the correct with
613         modern autoconf
615 2000-12-15  Assar Westerlund  <assar@sics.se>
617         * roken-frag.m4 (inet_ntoa, inet_ntop, inet_pton): add necessary
618         includes when testing
619         * broken2.m4: new variant of broken, with includes and arguments
621         * test-package.m4: s/ifval/m4_ifval/ to keep in sync with
622         autoconf.  from Ake Sandgren <ake@cs.umu.se>
623         * check-var.m4: s/ifval/m4_ifval/ to keep in sync with autoconf.
624         from Ake Sandgren <ake@cs.umu.se>
626 2000-12-13  Assar Westerlund  <assar@sics.se>
628         * krb-irix.m4: need to set irix to no first.  From Ake Sandgren
629         <ake@cs.umu.se>
631 2000-12-12  Johan Danielsson  <joda@pdc.kth.se>
633         * roken-frag.m4: move sa_len test to before test for broken
634         getnameinfo
636 2000-12-12  Assar Westerlund  <assar@sics.se>
638         * roken-frag.m4: only test for broken getnameinfo if it exists
640 2000-12-10  Johan Danielsson  <joda@pdc.kth.se>
642         * roken-frag.m4: ifaddrs.h
644 2000-12-06  Johan Danielsson  <joda@pdc.kth.se>
646         * roken-frag.m4: test for unvis, and vis.h
648         * roken-frag.m4: test for strvis*
650 2000-12-05  Johan Danielsson  <joda@pdc.kth.se>
652         * Makefile.am.common: just warn if we fail to setuid a program
654         * broken-getnameinfo.m4: add more quotes
656         * roken-frag.m4: test for getifaddrs
658         * roken-frag.m4: test for broken AIX getnameinfo
660         * broken-getnameinfo.m4: test for broken getnameinfo
662 2000-12-01  Assar Westerlund  <assar@sics.se>
664         * Makefile.am.common: add kludge for LIBS
666 2000-11-30  Johan Danielsson  <joda@pdc.kth.se>
668         * check-man.m4: update this after recent changes
670         * Makefile.am.common: use install-catman.sh
672         * install-catman.sh: script to install preformatted manual pages
674         * Makefile.am.common: change cat handling
676 2000-11-29  Johan Danielsson  <joda@pdc.kth.se>
678         * roken-frag.m4: don't use AC_CONFIG_FILES here, since it doesn't
679         work with automake
681 2000-11-15  Assar Westerlund  <assar@sics.se>
683         * krb-readline.m4: link against the libtool-versions of
684         libeditline and libel_compat
686         * Makefile.am.common (INCLUDES): add $(INCLUDES_roken)
687         * roken-frag.m4 (CPPFLAGS_roken): rename to INCLUDES_roken
689 2000-11-05  Johan Danielsson  <joda@pdc.kth.se>
691         * aix.m4: set aix
693 2000-08-19  Assar Westerlund  <assar@sics.se>
695         * krb-bigendian.m4: merge from arla: make it work better
697 2000-08-07  Johan Danielsson  <joda@pdc.kth.se>
699         * roken-frag.m4: check getsockname for proto compat
701 2000-08-04  Johan Danielsson  <joda@pdc.kth.se>
703         * Makefile.am.common: add library for pidfile
705         * roken-frag.m4: tests for util.h and pidfile
707 2000-07-19  Johan Danielsson  <joda@pdc.kth.se>
709         * check-var.m4: rename to rk_CHECK_VAR, transposing the arguments,
710         and making the second optional, AU_DEFINE AC_CHECK_VAR to
711         rk_CHECK_VAR
713         * roken-frag.m4: other roken tests
715         * db.m4: db tests
717 2000-07-18  Johan Danielsson  <joda@pdc.kth.se>
719         * mips-abi.m4: AC_ERROR -> AC_MSG_ERROR
721         * check-netinet-ip-and-tcp.m4: use cache_check, and make this work
722         with new autoconf
724         * aix.m4: don't subst AFS_EXTRA_LD
726 2000-07-15  Johan Danielsson  <joda@pdc.kth.se>
728         * check-var.m4: workaround feature of newer autoconf
730         * find-func-no-libs2.m4: use cleaner autoheader trick
732         * have-type.m4: use cleaner autoheader trick
734         * have-types.m4: use cleaner autoheader trick
736         * test-package.m4: add 6th parameter for now
738         * broken.m4: use cleaner autoheader trick
740         * retsigtype.m4: test for signal handler return type
742         * broken-realloc.m4: test for broken realloc
744 2000-07-08  Assar Westerlund  <assar@sics.se>
746         * roken.m4: set CPPFLAGS_roken and call AC_CONFIG_SUBDIRS
748 2000-07-02  Assar Westerlund  <assar@sics.se>
750         * Makefile.am.common (CP): set and use
752 2000-04-05  Assar Westerlund  <assar@sics.se>
754         * Makefile.am.common (INCLUDE_openldap, LIB_openldap): add
756 2000-03-28  Assar Westerlund  <assar@sics.se>
758         * krb-prog-yacc.m4: AC_MSG_WARNING should be AC_MSG_WARN
760         * shared-libs.m4: try to update to freebsd5 (and elf)
762 2000-03-16  Assar Westerlund  <assar@sics.se>
764         * krb-prog-yacc.m4: warn we do not find any yacc
766 2000-01-08  Assar Westerlund  <assar@sics.se>
768         * krb-bigendian.m4: new file, replacement for ac_c_bigendian
770 2000-01-01  Assar Westerlund  <assar@sics.se>
772         * krb-ipv6.m4: re-organize: test for type of stack first so that
773         we can find the libraries that we might have to link the test
774         program against.  not linking the test program means we don't know
775         if the right stuff is in the libraries.  also cosmetic changes to
776         make sure we print the checking for... nicely
778 1999-12-21  Assar Westerlund  <assar@sics.se>
780         * krb-ipv6.m4: try linking, not only compiling
781         * krb-ipv6.m4: add --without-ipv6 make sure we have `in6addr_any'
782         which we use in the code.  This test avoids false positives on
783         OpenBSD
785 1999-11-29  Johan Danielsson  <joda@pdc.kth.se>
787         * grok-type.m4: inttypes.h
789 1999-11-05  Assar Westerlund  <assar@sics.se>
791         * check-x.m4: include X_PRE_LIBS and X_EXTRA_LIBS when testing
793 1999-11-01  Assar Westerlund  <assar@sics.se>
795         * Makefile.am.common (install-build-headers): use `cp' instead of
796         INSTALL_DATA for copying header files inside the build tree.  The
797         user might have redefined INSTALL_DATA to specify owners and other
798         information.
800 1999-10-30  Assar Westerlund  <assar@sics.se>
802         * find-func-no-libs2.m4: add yet another argument to allow specify
803         linker flags that will be added _before_ the library when trying
804         to link
806         * find-func-no-libs.m4: add yet another argument to allow specify
807         linker flags that will be added _before_ the library when trying
808         to link
810 1999-10-12  Assar Westerlund  <assar@sics.se>
812         * find-func-no-libs2.m4 (AC_FIND_FUNC_NO_LIBS2): new argument
813         `extra libs'
815         * find-func-no-libs.m4 (AC_FIND_FUNC_NO_LIBS): new argument `extra
816         libs'
818 1999-09-01  Johan Danielsson  <joda@pdc.kth.se>
820         * capabilities.m4: sgi capabilities
822 1999-07-29  Assar Westerlund  <assar@sics.se>
824         * have-struct-field.m4: quote macros when undefining
826 1999-07-28  Assar Westerlund  <assar@sics.se>
828         * Makefile.am.common (install-build-headers): add dependencies
830 1999-07-24  Assar Westerlund  <assar@sics.se>
831         
832         * have-type.m4: try to get autoheader to co-operate
834         * have-type.m4: stolen from Arla
836         * krb-struct-sockaddr-sa-len.m4: not used any longer.  removed.
838 1999-06-13  Assar Westerlund  <assar@sics.se>
840         * krb-struct-spwd.m4: consequent name of cache variables
842         * krb-func-getlogin.m4: new file for testing for posix (broken)
843         getlogin
845         * shared-libs.m4 (freebsd[34]): don't use ld -Bshareable
847 1999-06-02  Johan Danielsson  <joda@pdc.kth.se>
849         * check-x.m4: extended test for X
850         
851 1999-05-14  Assar Westerlund  <assar@sics.se>
853         * check-netinet-ip-and-tcp.m4: proper autoheader tricks
855         * check-netinet-ip-and-tcp.m4: new file for checking for
856         netinet/{ip,tcp}.h.  These are special as they on Irix 6.5.3
857         require <standards.h> to be included in advance.
859         * check-xau.m4: we also need to check for XauFilename since it's
860         used by appl/kx.  And on Irix 6.5 that function requires linking
861         with -lX11.
863 1999-05-08  Assar Westerlund  <assar@sics.se>
865         * krb-find-db.m4: try with more header files than ndbm.h
867 1999-04-19  Assar Westerlund  <assar@sics.se>
869         * test-package.m4: try to handle the case of --without-package
870         correctly
872 1999-04-17  Assar Westerlund  <assar@sics.se>
874         * make-aclocal: removed.  Not used anymore, being replaced by
875         aclocal from automake.
877 Thu Apr 15 14:17:26 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
879         * make-proto.pl: handle __attribute__
881 Fri Apr  9 20:37:18 1999  Assar Westerlund  <assar@sics.se>
883         * shared-libs.m4: quote $@
884         (freebsd3): add install_symlink_command2
886 Wed Apr  7 20:40:22 1999  Assar Westerlund  <assar@sics.se>
888         * shared-libs.m4 (hpux): no library dependencies
890 Mon Apr  5 16:13:08 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
892         * test-package.m4: compile and link, rather than looking for
893         files; also export more information, so it's possible to add rpath
894         information
896 Tue Mar 30 13:49:54 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
898         * Makefile.am.common: CFLAGS -> AM_CFLAGS
900 Mon Mar 29 16:51:12 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
902         * check-xau.m4: check for XauWriteAuth before checking for
903         XauReadAuth to catch -lX11:s not containing XauWriteAuth, and IRIX
904         6.5 that doesn't work with -lXau
906 Sat Mar 27 18:03:58 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
908         * osfc2.m4: --enable-osfc2
910 Fri Mar 19 15:34:52 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
912         * shared-libs.m4: move shared lib stuff here
914 Wed Mar 24 23:24:51 1999  Assar Westerlund  <assar@sics.se>
916         * Makefile.am.common (install-build-headers): simplify loop
918 Tue Mar 23 17:31:23 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
920         * check-getpwnam_r-posix.m4: check for getpwnam_r, and if it's
921         posix or not
923 Tue Mar 23 00:00:13 1999  Assar Westerlund  <assar@sics.se>
925         * Makefile.am.common (install_build_headers): try to make it work
926         better when list of headers is empty.  handle make rewriting the
927         filenames.
929         * Makefile.am.common: hesoid -> hesiod
931 Sun Mar 21 14:48:03 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
933         * grok-type.m4: <bind/bitypes.h>
935         * Makefile.am.common: fix for automake bug/feature; add more LIB_*
937         * test-package.m4: fix typo
939         * check-man.m4: fix some typos
941         * auth-modules.m4: tests for authentication modules
943 Thu Mar 18 11:02:55 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
945         * Makefile.am.common: make install-build-headers a multi
946         dependency target
948         * Makefile.am.common: remove include_dir hack
950         * Makefile.am.common: define LIB_kafs and LIB_gssapi
952         * krb-find-db.m4: subst DBLIB also
954         * check-xau.m4: test for Xau{Read,Write}Auth
956 Wed Mar 10 19:29:20 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
958         * wflags.m4: AC_WFLAGS
960 Mon Mar  1 11:23:41 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
962         * have-struct-field.m4: remove extra AC_MSG_RESULT
964         * proto-compat.m4: typo
966         * krb-func-getcwd-broken.m4: update to autoconf 2.13
968         * krb-find-db.m4: update to autoconf 2.13
970         * check-declaration.m4: typo
972         * have-pragma-weak.m4: update to autoconf 2.13
974         * have-struct-field.m4: better handling of types with spaces
976 Mon Feb 22 20:05:06 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
978         * broken-glob.m4: check for broken glob
980 Sun Jan 31 06:50:33 1999  Assar Westerlund  <assar@sics.se>
982         * krb-ipv6.m4: more magic for different v6 implementations.  From
983         Jun-ichiro itojun Hagino <itojun@kame.net>
985 Sun Nov 22 12:16:06 1998  Assar Westerlund  <assar@sics.se>
987         * krb-struct-spwd.m4: new file
989 Thu Jun  4 04:07:41 1998  Assar Westerlund  <assar@sics.se>
991         * find-func-no-libs2.m4: new file
993 Fri May  1 23:31:28 1998  Assar Westerlund  <assar@sics.se>
995         * c-attribute.m4, c-function.m4: new files (from arla)
997 Wed Mar 18 23:11:29 1998  Assar Westerlund  <assar@sics.se>
999         * krb-ipv6.m4: rename HAVE_STRUCT_SOCKADDR_IN6 to HAVE_IPV6
1001 Thu Feb 26 02:37:49 1998  Assar Westerlund  <assar@sics.se>
1003         * make-proto.pl: should work with perl4