diff options
| author | Mark Eichin <eichin@mit.edu> | 1996-01-15 07:39:40 +0000 |
|---|---|---|
| committer | Mark Eichin <eichin@mit.edu> | 1996-01-15 07:39:40 +0000 |
| commit | 74fdaf9a1991c8d608eb1f29970feabb58186101 (patch) | |
| tree | b7eed97082f5495de77936b672adbcc3cae4eee8 /src | |
| parent | 538834a81c4d9e9e5c41a0e7c0b67933728ee1e0 (diff) | |
* 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
Diffstat (limited to 'src')
| -rw-r--r-- | src/appl/ChangeLog | 4 | ||||
| -rw-r--r-- | src/appl/configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
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 <eichin@cygnus.com> + + * 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 |
