From f2cdf59323862bcf8f8d2ee8b73e4495712ba646 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 13 Nov 1998 21:10:39 +0000 Subject: Makefile.in: Set the myfulldir and mydir variables (which are relative to buildtop and thisconfigdir, respectively.) Add a MY_SUBDIRS definition to control the directories which are recursively descended by the Makefile. configure.in: Fold the autoconf tests from the sample, simple, gss-sample, and user_user directories into this higher-level configure.in file. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11032 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/appl/ChangeLog') diff --git a/src/appl/ChangeLog b/src/appl/ChangeLog index 1b985c600..2e848a3b0 100644 --- a/src/appl/ChangeLog +++ b/src/appl/ChangeLog @@ -1,3 +1,14 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Add a MY_SUBDIRS definition to control the directories + which are recursively descended by the Makefile. + + * configure.in: Fold the autoconf tests from the sample, simple, + gss-sample, and user_user directories into this + higher-level configure.in file. + Wed Feb 18 15:24:26 1998 Tom Yu * Makefile.in: Remove trailing slash from thisconfigdir. -- cgit