From 47065478dcc4a90e2eb654f054dd269c6e7dc9aa Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Sat, 5 Dec 1998 21:32:13 +0000 Subject: [PATCH] Makefile.in: Set the myfulldir and mydir variables (which are relative to buildtop and thisconfigdir, respectively.) configure.in: Use K5_AC_OUTPUT isntead of K5_OUTPUT_FILES git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11086 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/rpc/ChangeLog | 5 +++++ src/lib/rpc/Makefile.in | 2 ++ 2 files changed, 7 insertions(+) diff --git a/src/lib/rpc/ChangeLog b/src/lib/rpc/ChangeLog index 50ec692cb..198431169 100644 --- a/src/lib/rpc/ChangeLog +++ b/src/lib/rpc/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + 1998-10-27 Marc Horowitz * svc_auth_gssapi.c, auth_gssapi.h: fix the set_name prototype, diff --git a/src/lib/rpc/Makefile.in b/src/lib/rpc/Makefile.in index a03ef026f..de2ab2c26 100644 --- a/src/lib/rpc/Makefile.in +++ b/src/lib/rpc/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=. +myfulldir=lib/rpc +mydir=. BUILDTOP=$(REL)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -- 2.26.2