Thu May 15 15:08:05 1997  Michael L. Graff  <explorer@rtl.cygnus.com>

	* configure.in: look for so_locations in two places, first
	/usr/shlib and then in /usr/lib.  After one is found,
	chmod 644 our copy.  (irix)

	* aclocal.m4: don't link against libnsl on irix, since it
	breaks YP.

Tue Apr 22 18:59:11 1997  Ken Raeburn  <raeburn@cygnus.com>

	* aclocal.m4 (CHECK_UTMP): Use AC_CHECK_FUNCS instead of
	AC_FUNC_CHECK.
	* acconfig.h: List all symbols potentially defined by CHECK_UTMP.

Mon Apr 21 15:26:24 1997  Ken Raeburn  <raeburn@cygnus.com>

	* Makefile: Change message.

Wed Apr  2 17:21:45 1997  Jeremy Allison <jra@cygnus.com>

	* Makefile.in: Added windows\install\ make specs.

Wed Apr  2 12:23:07 1997  Marc Horowitz  <marc@cygnus.com>

	* aclocal.m4 (CC): use gcc instead of c89 on hpux9, because hpux9
 	doesn't handle function pointers properly.

Fri Mar 28 04:17:04 1997  Ken Raeburn  <raeburn@cygnus.com>

	* Makefile.in (pkgdir-install): Get rid of tcl/tk section-3 and
	section-1 man pages.

	Work around bugs in Cygnus progressive Tcl/Tk shared library
	support:
	* configure.in: Look up ranlib value; if it's not ":", override it
	with the new util/hack-ranlib script, and put it back in the cache
	that way.
	* Makefile.in (EXTRA_RECURSION_OPTS): New variable.  Pass RANLIB
	value down.

	* aclocal.m4 (WITH_CC): Use "xlc -D_ALL_SOURCE" for AIX.

	* configure.in: For HP-UX shared-library build, always use "gcc
	-fPIC" or "c89 +Z".  This is a hack to work around problems with
	building shared libraries depending on the non-shared db library.

Wed Mar 26 18:28:07 1997  Ken Raeburn  <raeburn@cygnus.com>

	* Makefile.in (pkgdir-install): Override prefix and exec_prefix
	when making "install$(PKG)", don't bother with DESTDIR or
	INSTALL_ROOT.

	* aclocal.m4 (WITH_CC): Default to xlc on AIX.

Tue Mar 25 15:03:09 1997  Ken Raeburn  <raeburn@cygnus.com>

	* aclocal.m4 (AC_KRB5_TCL): Remove old version of code,
	accidentally left in.
	(AC_KRB5_TK): Don't save, modify, and restore CFLAGS et al if the
	modified versions aren't even going to be used.  Move setting of
	make variables.

Fri Mar 21 21:54:42 1997  Ken Raeburn  <raeburn@cygnus.com>

	* configure.in: If "support" dir exists, configure it.

	* aclocal.m4 (AC_KRB5_TCL, AC_KRB5_TK): If "support" dir exists at
	top of source tree, and it has tcl/tk directories, use the
	libraries that are going to be build from those sources.  Lower
	precedence than a pathname given on the command line, but higher
	than the default search list.

	* Makefile.in (pkgdir-install): Remove tclsh and wish if they got
	installed.  When making "install$(PKG)", set INSTALL_ROOT as well
	as DESTDIR.

Thu Mar 20 21:05:26 1997  Ken Raeburn  <raeburn@cygnus.com>

	* aclocal.m4 (AC_KRB5_TCL, AC_KRB5_TK): Make not finding tcl/tk a
	fatal error.

Fri Mar  7 01:40:21 1997  Ken Raeburn  <raeburn@raeburn.org>

	* configure.in: Configure and build install-tools.

Wed Mar  5 19:33:58 1997  Ken Raeburn  <raeburn@cygnus.com>

	* aclocal.m4: After the plain AC_SUBST of SHLIB_EXTRA_DEPS, random
	text outside definitions gets copied to the output configure
	script.  Use dnl to end all lines outside definitions after that
	point.

Tue Mar  4 13:29:30 1997  Stephen Peters  <speters@cygnus.com>

	* aclocal.m4: Added --with-oracle-logging definition.

Fri Feb 28 14:46:40 1997  Jeremy Allison <jra@cygnus.com>

	* Makefile.in: Added windows makefiles for pwchange and gina
	dlls.

Wed Feb 26 12:05:19 1997  Michael Graff  <explorer@cygnus.com>

	* Makefile.in (INSTALLMKDIRS): Add $(KRB5_TCL_LIBDIR) and
	$(KRB5_TCL_LIBDIR)/tkadmin to directories created at install time.

Tue Feb 25 15:15:24 1997  Dan Winship  <danw@mit.edu>

	* Makefile.in (kerbsrc.mac): generate lib/krb5/krb/version.c for
	Mac too.
	(version-info): look for version-info in lib/krb5/krb, not util/

Mon Feb 24 10:11:22 1997  Michael Graff  <explorer@cygnus.com>

	* configure.in: Add tcl to the list of directories to build.

Thu Feb 20 22:58:57 1997  Ken Raeburn  <raeburn@cygnus.com>

	* aclocal.m4 (KRB5_GETTIMEOFDAY_ARGS): Print out a message
	indicating what we're checking, to match up with the AC_MSG_RESULT
	call.

Sat Feb 15 02:59:35 1997  Ken Raeburn  <raeburn@cygnus.com>

	* aclocal.m4 (AC_KRB5_TCL, AC_KRB5_TK): Check alternate include
	paths used by Debian Linux.

Wed Feb 12 18:25:28 1997  Chris Provenzano  <proven@cygnus.com>

	* Makefile.in: Generate lib/krb5/krb/version.c when doing a
	make config-windows-from-unix

Tue Feb 11 09:55:30 1997  Stephen Peters  <speters@cygnus.com>

	* aclocal.m4: Merged in changes for --with-oracle recognition.

Fri Feb  7 01:08:12 1997  Mark Eichin  <eichin@cygnus.com>

	* acconfig.h: add SIZEOF_SHORT, SIZEOF_INT, SIZEOF_LONG since
	they've been used for a while anyhow.

Thu Feb  6 13:29:24 1997  Michael Graff  <explorer@cygnus.com>

	* aclocal.m4: Split out the tcl and tk checks.  The tk check
	requires that the tcl check has been run.  This will allow the
	tcl files to be built even when tk is not installed.

Tue Feb  4 16:51:58 1997  Michael Graff  <explorer@cygnus.com>

	* aclocal.m4: Search for tcl and tk using the user-supplied
	path and configure using the tclConfig.sh and tkConfig.sh
	scripts.  If these are not installed, tcl and tk are considered
	to not be present.

Mon Jan 13 15:27:25 1997  Stephen Peters  <speters@cygnus.com>

	* aclocal.m4: Hunt down tcl and tk directories for kadmin/tcltk.
		  Requires a --with-tcl=yes or --with-tcl=[path].

Fri Jan  3 01:17:10 1997  Chris Provenzano  <proven@cygnus.com>

	* Makefile.in: Generate lib/krb5/krb/version.c when doing a
	make config-windows-from-unix

Fri Dec 13 14:22:57 1996  Dan Winship  <danw@mit.edu>

	* Makefile.in (kerbsrc.mac): include makeworld script, move the
	mac autoconf.h, remove config and mac/libraries from included
	files, translate all mac makefiles
	* Makefile.in (Macfile): added {K5,GSS}OBJS68KA4 (for telnet plugin)

Wed Dec  4 12:54:40 1996  Mark Eichin  <eichin@cygnus.com>

	* aclocal.m4 (KRB5_GETTIMEOFDAY_TWOARGS): set up test body correctly.
	Also include time.h correctly within the test.
	
Tue Dec  3 21:07:56 1996  Mark Eichin  <eichin@cygnus.com>

	* acconfig.h: list KRB5_GETTIMEOFDAY_TWOARGS.

	* aclocal.m4 (KRB5_GETTIMEOFDAY_ARGS): new macro, sets up time.h
	and sys/time.h and then attempts to call gettimeofday with the
	correct two arguments. If it fails, assume only one argument; if
	it succeeds, set KRB5_GETTIMEOFDAY_TWOARGS.

Thu Sep 26 14:43:17 1996  Chris Provenzano  <proven@cygnus.com>

	* Makefile.in, aclocal.m4: Changes to allow to different packaging
		Currently there is pkg-all, pkg-server, and pkg-client
		
Sat Aug 3 14:21:55 1996  Jeff Bigler  <jcb@cygnus.com>

	* configure.in:  added gen-manpages directory to CONFIG_DIRS

Tue Jul 23 19:32:55 1996  Michael Graff  <explorer@lenin.cygnus.com>

	* wconfig.c: Spit out what we are configured for.

	* Makefile.in:  Don't make install for some dirs [win32]

Mon Sep 16 16:04:31 1996  Ken Raeburn  <raeburn@cygnus.com>

	* aclocal.m4 (V5_MAKE_SHARED_LIB): Use INSTALL_SHLIB for
	installing shared libraries.  Substitute SHLIB_MODE from
	krb5_cv_shlib_mode.
	* configure.in: Set krb5_cv_shlib_mode to 644, except on HPUX,
	where it's 755.

Fri Sep 13 18:47:10 1996  Ken Raeburn  <raeburn@cygnus.com>

	* configure.in: The staticlibs_enabled variable is tested for
	empty/non-empty, not yes/no, so set it empty for AIX.  (Reverts
	part of Sep 4 change.)

Wed Sep  4 14:13:31 1996  Ken Raeburn  <raeburn@cygnus.com>

	* configure.in: Add shared library hooks for Irix, based on OSF/1
	support.  For AIX shared libs: don't build static libs; note extra
	dependency on aix.bincmds; set extra link option to
	"-bex4:aix.bincmds" using file build in the current directory.
	* config/pre.in (SHLIB_EXTRA_DEPS): New var to be substituted.
	(aix.bincmds): New target.
	* aclocal.m4 (V5_USE_SHARED_LIB): Substitute SHLIB_EXTRA_DEPS with
	value from cache.
	(KRB5_LIBRARIES): Add $(SHLIB_EXTRA_DEPS) to SRVDEPLIBS,
	CLNTDEPLIBS, and DEPLIBS.  Don't add it separately to dependencies
	of shared library target.  Substitute it even if it hasn't been
	set (ick).

Mon Aug 26 14:40:58 1996  Ken Raeburn  <raeburn@cygnus.com>

	* Makefile.in (pkgdir-install): New target, does the install
	portion.  Also runs install-sid to install "unknown" as customer
	id, so it doesn't default to "cygnus".
	(tgz-bin): Depend on pkgdir-install.

Sat Aug 17 23:30:51 1996  Ken Raeburn  <raeburn@cygnus.com>

	* aclocal.m4 (WITH_CC): Default to gcc on SunOS 4.
	(KRB5_LIBRARIES): Pull in db library.
	(V5_MAKE_SHARED_LIB): Handle --disable-shared correctly.  Build a
	reasonable SHLIB_RPATH_DIRS in the use_colon_dirs=yes case.

	* configure.in: Handle --disable-shared correctly.  Use "-fpic"
	instead of "+z" on HP-UX if gcc is being used.

Mon Aug 12 23:24:14 1996  Ken Raeburn  <raeburn@cygnus.com>

	* aclocal.m4 (LinkFile, LinkFileDir): Just require AC_LN_S, don't
	automatically invoke it.
	(USE_KADMSRV_LIBRARY, USE_KADMCLNT_LIBRARY, USE_GSSRPC_LIBRARY,
	USE_GSSAPI_LIBRARY, USE_KRB5UTIL_LIBRARY, USE_ANAME,
	USE_KDB5_LIBRARY, USE_KRB4_LIBRARY, USE_SS_LIBRARY,
	USE_DYN_LIBRARY, USE_DB_LIBRARY): Use AC_DEFUN.  Use AC_REQUIRE
	for dependencies.  Define m4 macros rather than setting shell
	variables inside macro expansion.  Also define empty initial
	values for those macros, instead of writing assignments outside
	the macro bodies, where they get discarded anyways.  Update some
	dependencies.
	(KRB5_LIBRARIES): Use the new macros rather than shell variables
	for most libraries.

Sat Aug 10 01:18:57 1996  Ken Raeburn  <raeburn@cygnus.com>

	* acconfig.h: Add a few more symbols needed for util/db2.

Mon Jul 22 16:25:59 1996  Ken Raeburn  <raeburn@cygnus.com>

	* Makefile.in (FILES): Remove krb425 entry.

	* aclocal.m4 (WITH_KDB4): Always execute negative case, until we
	get new admin code and do away with all uses.
	(WITH_KRB4, KRB5_LIBRARIES): Eliminate kdb4 references.
	(USE_KDB4_LIBRARIES): Deleted.

Fri Jul 19 00:11:07 1996  Chris Provenzano  <proven@cygnus.com>

	* configure.in : Always do stuff in the test directory last.

Tue Jul  9 01:04:47 1996  Ken Raeburn  <raeburn@cygnus.com>

	* acconfig.h (NEED_SYS_ERRLIST): Undef.

	* aclocal.m4 (WITH_CC): Default CC to gcc for Solaris.

Mon Jul  8 21:27:52 1996  Michael Graff  <explorer@zhaneel.flame.org>

	* Makefile.in: use -dll for wconfig when building libraries

	* wconfig.c: Add -dll option, and some restructuring.
	
Fri Jul  5 18:04:40 1996  Michael Graff  <explorer@zhaneel.flame.org>

	* Makefile.in: build util/windows first but clean it last.  This
	is where some utilities we need throughout the build process may
	decide to live.  Pay attention to subprocess make errors under
	windows builds.  

Thu Jun 27 02:04:46 1996  Michael Graff  <explorer@zhaneel.flame.org>

	* Makefile.in (makefile-windows): build windows/makefile from
	windows/Makefile.in

Wed Jun 26 20:04:44 1996  Michael Graff  <explorer@zhaneel.flame.org>

	* Makefile.in: Add two new targets (config-windows-from-unix
	and clean-windows-from-unix) to do in-place builds using
	a shared directory.  Also, use $(AWK) and define AWK=awk, to
	allow command-line overrides.  Clean up Makefile.win and *.pdb.

Mon Jun 24 16:17:47 1996  Ken Raeburn  <raeburn@cygnus.com>

	* acconfig.h: Add NEED_SYS_ERRLIST.

	* patchlevel.h (CNS5_MAJOR_RELEASE): Update to 96q2beta.

Tue Jun  4 19:28:43 1996  Mark W. Eichin  <eichin@kitten.gen.ma.us>

	* aclocal.m4 (CHECK_STRUCT_MEMBER): new test, encapsulates the
	checking for a field of a struct done elsewhere.
	(KRB5_SOCKADDR_SA_LEN): use CHECK_STRUCT_MEMBER.
	(CHECK_UTMP): use CHECK_STRUCT_MEMBER four times.
	These usages also define the symbols they used before; the code
	should be changed to use the new symbols.

Tue May 21 14:48:05 1996  Ken Raeburn  <raeburn@cygnus.com>

	* aclocal.m4 (MAKE_SUBDIRS): Don't enter loop if @subdirs@ wasn't
	substituted.

Tue Mar 26 15:40:20 1996  Ken Raeburn  <raeburn@cygnus.com>

	* aclocal.m4 (WITH_CC): Select reasonable default compilers for
	HP-UX 9 and 10 (c89 and gcc, respectively).

Thu Feb 29 18:06:04 1996  Ken Raeburn  <raeburn@cygnus.com>

	* acconfig.h (USESHADOW): Undef, in xdm section.

Tue Feb 27 20:19:29 1996  Ken Raeburn  <raeburn@cygnus.com>

	* acconfig.h (SignalReturnsInt): Undef, in xdm section.

Wed Feb 21 17:30:20 1996  Mark Eichin  <eichin@cygnus.com>

	* patchlevel.h (CNS5_MAJOR_RELEASE): update to CNS5_96Q1

Fri Oct 20 19:26:50 1995  Mark Eichin  <eichin@cygnus.com>

	* patchlevel.h: mark as a CNS5 release.
