summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc/unit-test
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-12-05 21:38:08 +0000
committerTheodore Tso <tytso@mit.edu>1998-12-05 21:38:08 +0000
commitc0c53c24ab55ada667f5a314e571ee9f7ac988ef (patch)
treeb3a5c01a899ed40d4d269c39842176d89ffb5278 /src/lib/rpc/unit-test
parent47065478dcc4a90e2eb654f054dd269c6e7dc9aa (diff)
downloadkrb5-c0c53c24ab55ada667f5a314e571ee9f7ac988ef.tar.gz
krb5-c0c53c24ab55ada667f5a314e571ee9f7ac988ef.tar.xz
krb5-c0c53c24ab55ada667f5a314e571ee9f7ac988ef.zip
Makefile.in: Set the myfulldir and mydir variables (which are relative
to buildtop and thisconfigdir, respectively.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11087 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/rpc/unit-test')
-rw-r--r--src/lib/rpc/unit-test/ChangeLog7
-rw-r--r--src/lib/rpc/unit-test/Makefile.in4
2 files changed, 10 insertions, 1 deletions
diff --git a/src/lib/rpc/unit-test/ChangeLog b/src/lib/rpc/unit-test/ChangeLog
index e5be82ad1..d3c846a1c 100644
--- a/src/lib/rpc/unit-test/ChangeLog
+++ b/src/lib/rpc/unit-test/ChangeLog
@@ -1,3 +1,10 @@
+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.)
+
+ * configure.in: Use K5_AC_OUTPUT instead of K5_OUTPUT_FILES.
+
Fri Feb 13 21:28:18 1998 Tom Yu <tlyu@mit.edu>
* client.c: Update header locations. Rename of xdr_free.
diff --git a/src/lib/rpc/unit-test/Makefile.in b/src/lib/rpc/unit-test/Makefile.in
index 75d851d2b..948b40334 100644
--- a/src/lib/rpc/unit-test/Makefile.in
+++ b/src/lib/rpc/unit-test/Makefile.in
@@ -1,4 +1,6 @@
-thisconfigdir=./
+thisconfigdir=.
+myfulldir=lib/rpc/unit-test
+mydir=.
BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) -I.
PROG_LIBPATH=-L$(TOPLIBD)