From 2ac4a834a034a836554037cbc72ae06ecc1bcb75 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Tue, 19 Nov 1996 01:57:53 +0000 Subject: Remove the popper, mailquery, and movemail directories git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9428 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/ChangeLog | 5 +++++ src/appl/configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/appl/ChangeLog b/src/appl/ChangeLog index 15262a3b6..708b53bee 100644 --- a/src/appl/ChangeLog +++ b/src/appl/ChangeLog @@ -1,3 +1,8 @@ +Mon Nov 18 20:57:08 1996 Theodore Y. Ts'o + + * configure.in: Remove the popper, mailquery, and movemail + directories. + Mon Jan 15 02:39:05 1996 Mark Eichin * configure.in: add gssftp to CONFIG_DIRS so that the GSSAPI diff --git a/src/appl/configure.in b/src/appl/configure.in index a738a3387..8622fa98c 100644 --- a/src/appl/configure.in +++ b/src/appl/configure.in @@ -1,5 +1,5 @@ AC_INIT(configure.in) CONFIG_RULES -CONFIG_DIRS(sample simple user_user bsd gss-sample gssftp telnet popper movemail mailquery) +CONFIG_DIRS(sample simple user_user bsd gss-sample gssftp telnet) DO_SUBDIRS V5_AC_OUTPUT_MAKEFILE -- cgit