+2006-04-11 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Don't configure pty library. Use one invocation
+ of AC_CONFIG_SUBDIRS instead of two in a row.
+
2006-04-08 Ken Raeburn <raeburn@mit.edu>
* aclocal.m4 (CONFIG_RULES): Don't define KRB5_PRIVATE or
+2006-04-11 Ken Raeburn <raeburn@mit.edu>
+
+ * libpty: Directory moved from util/pty.
+ * configure.in: Configure libpty.
+
2006-03-27 Ken Raeburn <raeburn@mit.edu>
* configure.in: Supply comment template in AC_DEFINE calls.
KRB5_GETSOCKNAME_ARGS
KRB5_GETPEERNAME_ARGS
KRB5_BUILD_PROGRAM
-AC_CONFIG_SUBDIRS(bsd gssftp telnet)
+AC_CONFIG_SUBDIRS(libpty bsd gssftp telnet)
V5_AC_OUTPUT_MAKEFILE(. sample sample/sclient sample/sserver simple simple/client simple/server gss-sample user_user)
+2006-04-11 Ken Raeburn <raeburn@mit.edu>
+
+ * Move directory from util/pty to appl/libpty.
+ * Makefile.in (myfulldir, RELDIR): Updated.
+
2006-04-05 Tom Yu <tlyu@mit.edu>
* configure.in: Add prerequisites for sys/ptyvar.h.
thisconfigdir=.
-myfulldir=util/pty
+myfulldir=appl/libpty
mydir=.
BUILDTOP=$(REL)..$(S)..
-RELDIR=../util/pty
+RELDIR=../appl/libpty
SED = sed
if test "$SS_VERSION" = k5 ; then
AC_CONFIG_SUBDIRS(util/ss)
fi
-AC_CONFIG_SUBDIRS(util/profile util/pty)
-AC_CONFIG_SUBDIRS(lib/crypto lib/krb5 lib/des425 lib/apputils)
+AC_CONFIG_SUBDIRS(util/profile lib/crypto lib/krb5 lib/des425 lib/apputils)
if test -n "$KRB4_LIB"; then
AC_CONFIG_SUBDIRS(lib/krb4)
fi
+2006-04-11 Ken Raeburn <raeburn@mit.edu>
+
+ * pty: Directory moved to appl/libpty.
+ * Makefile.in (LOCAL_SUBDIRS): Remove pty.
+
2006-03-30 Ken Raeburn <raeburn@mit.edu>
* depfix.pl (uniquify): Sort dependencies, so little tweaks to
##WIN32### below in the 'all-windows' target anyways, so just hide this.
##WIN32##!if 0
LOCAL_SUBDIRS=support $(MAYBE_ET_@COM_ERR_VERSION@) $(MAYBE_SS_@SS_VERSION@) \
- profile pty send-pr
+ profile send-pr
##WIN32##!endif
BUILDTOP=$(REL)..