From: Russ Allbery Subject: CVS update of (6 files) Date: 13 Feb 2002 00:11:43 GMT Date: Tuesday, February 12, 2002 @ 16:11:42 Author: eagle Path: /afs/ir/dev/cvs/kerberos/kstart Added: VERSION configure install-sh Modified: Makefile.in config.h.in configure.in Build system changes to match what we're doing for kftgt: Use the latest and greatest autoconf way of probing for the Kerberos libraries, add an --enable-static flag to configure for static builds, use VERSION for the whole package version, include version numbers in the man pages, add a make dist target to build a package tarball, no longer probe for unistd.h since everything has it, and use AC_PROG_INSTALL to find an installation program. --------------+ Makefile.in | 80 +- VERSION | 1 config.h.in | 5 configure | 1641 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 123 +--- install-sh | 238 ++++++++ 6 files changed, 1968 insertions(+), 120 deletions(-)