From: Theodore Tso Date: Sat, 5 Dec 1998 21:32:13 +0000 (+0000) Subject: Makefile.in: Set the myfulldir and mydir variables (which are relative X-Git-Tag: krb5-1.1-beta1~435 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=47065478dcc4a90e2eb654f054dd269c6e7dc9aa;p=krb5.git 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 --- 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