diff options
author | Theodore Tso <tytso@mit.edu> | 1998-12-05 21:32:13 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1998-12-05 21:32:13 +0000 |
commit | 47065478dcc4a90e2eb654f054dd269c6e7dc9aa (patch) | |
tree | ece355b42961c9580f509e1bf5cf84723a51e9a0 /src/lib | |
parent | 1207173e1c69b8a8dc039376d287e72b24dff90a (diff) | |
download | krb5-47065478dcc4a90e2eb654f054dd269c6e7dc9aa.tar.gz krb5-47065478dcc4a90e2eb654f054dd269c6e7dc9aa.tar.xz krb5-47065478dcc4a90e2eb654f054dd269c6e7dc9aa.zip |
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
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/rpc/ChangeLog | 5 | ||||
-rw-r--r-- | src/lib/rpc/Makefile.in | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/rpc/ChangeLog b/src/lib/rpc/ChangeLog index 50ec692cba..1984311696 100644 --- a/src/lib/rpc/ChangeLog +++ b/src/lib/rpc/ChangeLog @@ -1,3 +1,8 @@ +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.) + 1998-10-27 Marc Horowitz <marc@mit.edu> * 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 a03ef026f0..de2ab2c26c 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 |