Makefile.in: Set the myfulldir and mydir variables (which are relative
authorTheodore Tso <tytso@mit.edu>
Sat, 14 Nov 1998 02:44:40 +0000 (02:44 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 14 Nov 1998 02:44:40 +0000 (02:44 +0000)
        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

src/include/kerberosIV/ChangeLog
src/include/kerberosIV/Makefile.in
src/include/kerberosIV/configure.in [deleted file]

index e4b26525ab4cc0f8ad79b2cc4b801cb693c87ae8..7e95e61458d000e4b9e96ef2de0c45acecef0a84 100644 (file)
@@ -1,5 +1,12 @@
 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.
index 20fe217474940f9b30cb0efb105d2bc35bbab687..31b3c75fbe3c8c62a6a64a907960503d094b5de3 100644 (file)
@@ -1,4 +1,7 @@
-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
 
diff --git a/src/include/kerberosIV/configure.in b/src/include/kerberosIV/configure.in
deleted file mode 100644 (file)
index 1d62954..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-AC_INIT(configure.in)
-CONFIG_RULES
-AC_PROG_AWK
-AC_PROG_INSTALL
-V5_AC_OUTPUT_MAKEFILE