Makefile.in: Set the myfulldir and mydir variables (which are relative
authorTheodore Tso <tytso@mit.edu>
Sat, 5 Dec 1998 21:32:13 +0000 (21:32 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 5 Dec 1998 21:32:13 +0000 (21:32 +0000)
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
src/lib/rpc/Makefile.in

index 50ec692cba34ffb6bf789d5d563bf191e0fb6dac..19843116962cd3d46efc9c59b2dd17ce8a3b2dfe 100644 (file)
@@ -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,
index a03ef026f06743467e07c2b57a6d9c41000408a8..de2ab2c26c769c11f4276816c6b45331b18d087a 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=.
+myfulldir=lib/rpc
+mydir=.
 BUILDTOP=$(REL)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS) -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0