to buildtop and thisconfigdir, respectively.) Add a MY_SUBDIRS macro
set to '.' to indicate that there are no subdirectories to be
processed by the Makefile.
configure.in: Removed and tests moved to parent directory.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11036
dc483132-0cff-0310-8789-
dd5450dbe970
1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
+ * Makefile.in: Set the myfulldir and mydir variables (which are
+ relative to buildtop and thisconfigdir, respectively.)
+ Add a MY_SUBDIRS macro set to '.' to indicate that there
+ are no subdirectories to be processed by the Makefile.
+
+ * configure.in: Removed and tests moved to parent directory.
+
* krb.h: Add a declaration for the global variable
krb5__krb4_context, which is used by the krb4 routines
that need to call krb5 library routines.
-thisconfigdir=.
+thisconfigdir=./..
+myfulldir=include/kerberosIV
+mydir=kerberosIV
+MY_SUBDIRS=.
BUILDTOP=$(REL)$(U)$(S)$(U)
KRB4_HEADERS=krb.h des.h kadm.h mit-copyright.h
+++ /dev/null
-AC_INIT(configure.in)
-CONFIG_RULES
-AC_PROG_AWK
-AC_PROG_INSTALL
-V5_AC_OUTPUT_MAKEFILE