+Fri Jun 9 18:13:26 1995 <tytso@rsx-11.mit.edu>
+
+ * configure.in: Remove standardized set of autoconf macros, which
+ are now handled by CONFIG_RULES.
+
Fri Apr 28 11:15:56 1995 Mark Eichin <eichin@cygnus.com>
* configure.in: correct use of --with-krb4 to match top level.
+Fri Jun 9 18:13:43 1995 <tytso@rsx-11.mit.edu>
+
+ * configure.in: Remove standardized set of autoconf macros, which
+ are now handled by CONFIG_RULES.
+
Thu Mar 2 12:20:08 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
AC_INIT(kdb5_anadd.c)
-WITH_CCOPTS
CONFIG_RULES
-AC_SET_BUILDTOP
AC_PROG_INSTALL
-WITH_NETLIB
AC_CHECK_LIB(ndbm,main)
AC_CHECK_LIB(dbm,main)
-KRB_INCLUDE
-WITH_KRB5ROOT
V5_AC_OUTPUT_MAKEFILE
AC_INIT(configure.in)
-WITH_CCOPTS
-AC_SET_BUILDTOP
-AC_ARG_WITH([krb4],[include Kerberos V4 support],,withval=yes)dnl
-if test $withval = no; then
+CONFIG_RULES
+if test "$KRB4_LIB" = ''; then
AC_MSG_RESULT(disabling kdb5_convert)
convert=
else
convert=convert
fi
CONFIG_DIRS(create destroy edit stash aname $convert)
-MAKE_SUBDIRS("making",all)
-MAKE_SUBDIRS("cleaning",clean)
-MAKE_SUBDIRS("installing",install)
-CONFIG_RULES
-WITH_KRB5ROOT
+DO_SUBDIRS
V5_AC_OUTPUT_MAKEFILE
+Fri Jun 9 18:14:06 1995 <tytso@rsx-11.mit.edu>
+
+ * configure.in: Remove standardized set of autoconf macros, which
+ are now handled by CONFIG_RULES.
+
Fri Apr 28 18:02:53 1995 Mark Eichin <eichin@cygnus.com>
* Makefile.in (LOCAL_LIBRARIES): put KRB4_LIB inside KLIB, and put
AC_INIT(kdb5_convert.c)
-WITH_CCOPTS
CONFIG_RULES
-AC_SET_BUILDTOP
AC_PROG_INSTALL
-WITH_NETLIB
AC_CHECK_LIB(ndbm,main)
AC_CHECK_LIB(dbm,main)
-KRB_INCLUDE
-WITH_KRB4
-WITH_KRB5ROOT
V5_AC_OUTPUT_MAKEFILE
+Fri Jun 9 18:14:21 1995 <tytso@rsx-11.mit.edu>
+
+ * configure.in: Remove standardized set of autoconf macros, which
+ are now handled by CONFIG_RULES.
+
Thu Mar 2 12:18:02 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
AC_INIT(kdb5_create.c)
-WITH_CCOPTS
CONFIG_RULES
-WITH_KRB5ROOT
-AC_SET_BUILDTOP
AC_PROG_INSTALL
-WITH_NETLIB
AC_CHECK_LIB(ndbm,main)
AC_CHECK_LIB(dbm,main)
-KRB_INCLUDE
V5_AC_OUTPUT_MAKEFILE
AC_INIT(kdb5_destroy.c)
-WITH_CCOPTS
CONFIG_RULES
-AC_SET_BUILDTOP
AC_PROG_INSTALL
-WITH_NETLIB
AC_CHECK_LIB(ndbm,main)
AC_CHECK_LIB(dbm,main)
-KRB_INCLUDE
-WITH_KRB5ROOT
V5_AC_OUTPUT_MAKEFILE
+Fri Jun 9 18:16:17 1995 <tytso@rsx-11.mit.edu>
+
+ * configure.in: Remove standardized set of autoconf macros, which
+ are now handled by CONFIG_RULES.
+
Thu Mar 2 13:03:01 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
AC_INIT(kdb5_stash.c)
-WITH_CCOPTS
CONFIG_RULES
-AC_SET_BUILDTOP
AC_PROG_INSTALL
-WITH_NETLIB
AC_CHECK_LIB(ndbm,main)
AC_CHECK_LIB(dbm,main)
-KRB_INCLUDE
-WITH_KRB5ROOT
V5_AC_OUTPUT_MAKEFILE