+Fri Jun 9 19:31:13 1995 <tytso@rsx-11.mit.edu>
+
+ * configure.in: Remove standardized set of autoconf macros, which
+ are now handled by CONFIG_RULES. Use DO_SUBDIRS to
+ recurse down subdirectories.
+
Fri May 26 20:19:26 1995 Theodore Y. Ts'o (tytso@dcl)
* configure.in, Makefile.in: Add support for building shared libraries.
AC_INIT(configure.in)
-WITH_CCOPTS
CONFIG_RULES
-AC_SET_BUILDTOP
CONFIG_DIRS(stdio file)
AC_PROG_ARCHIVE
AC_PROG_ARCHIVE_ADD
AC_PROG_RANLIB
-MAKE_SUBDIRS("making",all)
-MAKE_SUBDIRS("cleaning",clean)
+DO_SUBDIRS
V5_SHARED_LIB_OBJS
SubdirLibraryRule([$(OBJS)])
-KRB_INCLUDE
V5_AC_OUTPUT_MAKEFILE
+Fri Jun 9 19:33:33 1995 <tytso@rsx-11.mit.edu>
+
+ * configure.in: Remove standardized set of autoconf macros, which
+ are now handled by CONFIG_RULES. Use DO_SUBDIRS to
+ recurse down subdirectories.
+
Fri May 26 20:20:18 1995 Theodore Y. Ts'o (tytso@dcl)
* configure.in, Makefile.in: Add support for building shared libraries.
AC_INIT(configure.in)
-WITH_CCOPTS
CONFIG_RULES
-AC_SET_BUILDTOP
CONFIG_DIRS(file)
AC_PROG_ARCHIVE
AC_PROG_ARCHIVE_ADD
AC_PROG_RANLIB
-MAKE_SUBDIRS("making",all)
-MAKE_SUBDIRS("cleaning",clean)
+DO_SUBDIRS
V5_SHARED_LIB_OBJS
SubdirLibraryRule([$(OBJS)])
-KRB_INCLUDE
V5_AC_OUTPUT_MAKEFILE