From: Mark Eichin Date: Mon, 15 Jan 1996 07:39:40 +0000 (+0000) Subject: * configure.in: add gssftp to CONFIG_DIRS so that the GSSAPI X-Git-Tag: krb5-1.0-beta6~618 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=74fdaf9a1991c8d608eb1f29970feabb58186101;p=krb5.git * configure.in: add gssftp to CONFIG_DIRS so that the GSSAPI implementation of ftp gets built as well. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7316 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/ChangeLog b/src/appl/ChangeLog index 4e502e115..15262a3b6 100644 --- a/src/appl/ChangeLog +++ b/src/appl/ChangeLog @@ -1,3 +1,7 @@ +Mon Jan 15 02:39:05 1996 Mark Eichin + + * configure.in: add gssftp to CONFIG_DIRS so that the GSSAPI + implementation of ftp gets built as well. Fri Jul 7 15:40:00 EDT 1995 Paul Park (pjpark@mit.edu) * Makefile.in - Remove explicit setting of LDFLAGS, it's set by diff --git a/src/appl/configure.in b/src/appl/configure.in index aa2225f43..a738a3387 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 telnet popper movemail mailquery) +CONFIG_DIRS(sample simple user_user bsd gss-sample gssftp telnet popper movemail mailquery) DO_SUBDIRS V5_AC_OUTPUT_MAKEFILE