+1999-01-27 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in, configure.in: Move the responsibility for
+ generating Makefile files for the following subdirectories
+ to the top-level: util, util/send-pr, util/dyn, lib,
+ config-files, and gen-manpages.
+
1999-01-26 Theodore Ts'o <tytso@rsts-11.mit.edu>
* wconfig.c: Updated to be more featureful. It will now save the
thisconfigdir=.
+myfulldir=.
+mydir=.
+MY_SUBDIRS=util include lib @krb524@ kdc kadmin slave clients appl tests \
+ config-files gen-manpages
BUILDTOP=$(REL)$(C)
CFLAGS = $(CCOPTS) $(DEFS)
##DOS##MKFDEP= wconfig.exe config\pre.in config\post.in \
##DOS## config\windows.in config\win-post.in
-##DOS##WCONFIG= .\wconfig $(WFLAGS)
+##DOS##WCONFIG= .\wconfig $(WCONFIG_FLAGS)
##DOS##makefile-windows:: $(MKFDEP) makefile \
##DOS## clients\makefile clients\kdestroy\makefile \
+1999-01-27 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in, configure.in: Move the responsibility for
+ generating the Makefile in this directory to the top-level
+ configure script. The local configure.in script has been
+ deleted.
+
Wed Feb 18 15:45:44 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing slash from thisconfigdir.
-thisconfigdir=.
+thisconfigdir=./..
+myfulldir=config-files
+mydir=config-files
+MY_SUBDIRS=.
BUILDTOP=$(REL)$(U)
all::
+++ /dev/null
-AC_INIT(configure.in)
-CONFIG_RULES
-AC_PROG_INSTALL
-V5_AC_OUTPUT_MAKEFILE
-AC_INIT(configure.in)
+AC_INIT(aclocal.m4)
CONFIG_RULES
dnl
dnl
AC_CANONICAL_HOST
krb5_cv_host=$host])
AC_MSG_RESULT($krb5_cv_host)
+dnl
+dnl Do the shared library grot....
+dnl
AC_ARG_ENABLE([shared],
[ --enable-shared build shared libraries],[
case $krb5_cv_host in
krb5_cv_staticlibs_enabled=yes
krb5_cv_shlibs_enabled=])
])
+dnl
dnl The following lines are so that configure --help gives some global
dnl configuration options.
KRB5_LIB_AUX
if test -z "$KRB4_LIB"; then
kadminv4=""
krb524=""
+libkrb4=""
+KRB4=""
else
kadminv4=kadmin.v4
krb524=krb524
+libkrb4=lib/krb4
+KRB4=krb4
fi
+AC_SUBST(KRB4)
+AC_SUBST(krb524)
+dnl
+dnl Begin autoconf tests for the Makefiles generated out of the top-level
+dnl configure.in...
+dnl
+AC_PROG_INSTALL
+AC_PROG_ARCHIVE
+AC_PROG_ARCHIVE_ADD
+AC_PROG_RANLIB
+AC_CHECK_FUNCS(memmove)
+KRB5_BUILD_LIBOBJS
+KRB5_BUILD_LIBRARY
+dnl
+dnl For util/makeshlib. (Is SHLIB_TAIL_COMP still necessary?!?)
+dnl
+if test $krb5_cv_prog_gcc = yes ; then
+ HAVE_GCC=yes
+ else HAVE_GCC=
+fi
+AC_SUBST(HAVE_GCC)
+HOST_TYPE=$krb5_cv_host
+AC_SUBST(HOST_TYPE)
+SHLIB_TAIL_COMP=$krb5_cv_shlibs_tail_comp
+AC_SUBST(SHLIB_TAIL_COMP)
+dnl
dnl
-AC_CONFIG_SUBDIRS(util include lib $krb524 kdc kadmin slave clients appl tests config-files gen-manpages)
-dnl $kadminv4 removed from the above
-dnl AC_OUTPUT(Makefile,[EXTRA_RULES])
-V5_AC_OUTPUT_MAKEFILE
+AC_CONFIG_SUBDIRS(util/et util/ss util/profile util/pty util/db2 include lib/libcrypto lib/krb5 lib/des425 $libkrb4 lib/krb5util lib/kdb lib/gssapi lib/rpc lib/kadm5 $krb524 kdc kadmin slave clients appl tests)
+K5_GEN_MAKEFILE(.)
+K5_GEN_MAKEFILE(util)
+K5_GEN_MAKEFILE(util/send-pr)
+K5_GEN_MAKEFILE(util/dyn, lib libobj)
+K5_GEN_MAKEFILE(lib)
+K5_GEN_MAKEFILE(config-files)
+K5_GEN_MAKEFILE(gen-manpages)
+K5_AC_OUTPUT
+1999-01-27 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in, configure.in: Move the responsibility for
+ generating the Makefile in this directory to the top-level
+ configure script. The local configure.in script has been
+ deleted.
+
Wed Feb 18 15:46:07 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in (thisconfigdir): Remove trialing slash.
-thisconfigdir=.
+thisconfigdir=./..
+myfulldir=gen-manpages
+mydir=gen-manpages
+MY_SUBDIRS=.
BUILDTOP=$(REL)$(U)
all::
+++ /dev/null
-AC_INIT(configure.in)
-CONFIG_RULES
-AC_PROG_INSTALL
-V5_AC_OUTPUT_MAKEFILE
+1999-01-27 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in, configure.in: Move the responsibility for
+ generating the Makefile in this directory to the top-level
+ configure script. The local configure.in script has been
+ deleted.
+
Sat Dec 5 01:11:00 1998 Theodore Y. Ts'o <tytso@mit.edu>
* krb5_32.def: Fixed exports file to reflect new crypto library
-thisconfigdir=.
+thisconfigdir=./..
+myfulldir=lib
+mydir=lib
+MY_SUBDIRS=crypto krb5 des425 @KRB4@ krb5util kdb gssapi rpc kadm5
BUILDTOP=$(REL)$(U)
CFLAGS = $(CCOPTS) $(DEFS)
+++ /dev/null
-AC_INIT(configure.in)
-CONFIG_RULES
-if test $krb5_cv_build_krb4_libs = yes ; then
- AC_MSG_RESULT(building Kerberos 4 libraries)
- krb4=krb4
-else
- AC_MSG_RESULT(skipping Kerberos 4 libraries)
- krb4=
-fi
-AC_CONFIG_SUBDIRS(crypto krb5 des425 $krb4 krb5util kdb gssapi rpc kadm5)
-AC_PROG_ARCHIVE
-AC_PROG_RANLIB
-V5_AC_OUTPUT_MAKEFILE
+1999-01-27 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in, configure.in: Move the responsibility for
+ generating the Makefile in this directory to the top-level
+ configure script. The local configure.in script has been
+ deleted.
+
Thu Sep 24 20:05:33 1998 Tom Yu <tlyu@mit.edu>
* mkrel: Add fixes to deal with "tails" on release directories,
-thisconfigdir=.
+thisconfigdir=./..
+myfulldir=util
+mydir=util
+MY_SUBDIRS=et ss profile pty dyn db2 send-pr
BUILDTOP=$(REL)$(U)
CFLAGS = $(CCOPTS)
+++ /dev/null
-AC_INIT(configure.in)
-CONFIG_RULES
-AC_PROG_ARCHIVE
-AC_PROG_ARCHIVE_ADD
-if test $krb5_cv_prog_gcc = yes ; then
- HAVE_GCC=yes
- else HAVE_GCC=
-fi
-
-AC_SUBST(HAVE_GCC)
-HOST_TYPE=$krb5_cv_host
-AC_SUBST(HOST_TYPE)
-SHLIB_TAIL_COMP=$krb5_cv_shlibs_tail_comp
-AC_SUBST(SHLIB_TAIL_COMP)
-
-AC_CONFIG_SUBDIRS(et ss profile pty dyn db2 send-pr)
-V5_AC_OUTPUT_MAKEFILE
+1999-01-27 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in, configure.in: Move the responsibility for
+ generating the Makefile in this directory to the top-level
+ configure script. The local configure.in script has been
+ deleted.
+
Wed Feb 18 16:32:41 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing slash from thisconfigdir. Fix up
-thisconfigdir=.
+thisconfigdir=./../..
+myfulldir=util/dyn
+mydir=util/dyn
+MY_SUBDIRS=.
BUILDTOP=$(REL)$(U)$(S)$(U)
RELDIR=../util/dyn
CFLAGS = $(CCOPTS) $(DEFS)
+++ /dev/null
-AC_INIT(dyn.h)
-CONFIG_RULES
-AC_PROG_ARCHIVE
-AC_PROG_ARCHIVE_ADD
-AC_PROG_RANLIB
-AC_PROG_INSTALL
-AC_CHECK_FUNCS(memmove)
-KRB5_BUILD_LIBOBJS
-KRB5_BUILD_LIBRARY
-V5_AC_OUTPUT_MAKEFILE
--- /dev/null
+1999-01-27 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * Makefile.in, configure.in: Move the responsibility for
+ generating the Makefile in this directory to the top-level
+ configure script. The local configure.in script has been
+ deleted.
+
-thisconfigdir=.
+thisconfigdir=./../..
+myfulldir=util/send-pr
+mydir=util/send-pr
+MY_SUBDIRS=.
BUILDTOP=$(REL)$(U)$(S)$(U)
#
# Makefile for building a standalone send-pr.
+++ /dev/null
-AC_INIT(configure.in)
-CONFIG_RULES
-
-
-
-V5_AC_OUTPUT_MAKEFILE