Makefile.in: Set the myfulldir and mydir variables (which are relative
authorTheodore Tso <tytso@mit.edu>
Sat, 5 Dec 1998 06:52:28 +0000 (06:52 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 5 Dec 1998 06:52:28 +0000 (06:52 +0000)
to buildtop and thisconfigdir, respectively.)

configure.in: Use K5_AC_OUTPUT instead of K5_OUTPUT_FILES.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11085 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/ChangeLog
src/lib/gssapi/Makefile.in
src/lib/gssapi/configure.in

index 0897a41f36cd8600ff5d0a506fb04b4f725c1d96..a7a5c6fa8c1cdf87aa98f5b978d9e15163c55190 100644 (file)
@@ -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.
+
 Wed Apr 15 18:04:18 1998  Tom Yu  <tlyu@mit.edu>
 
        * Makefile.in (SHLIB_EXPDEPS): 
index 843207133508b894d271deeba4650ed9268b060d..7ea5b071e3160fab54ef8fd343c03e245757dfde 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=.
+myfulldir=lib/gssapi
+mydir=.
 BUILDTOP=$(REL)$(U)$(S)$(U)
 LOCAL_SUBDIRS= generic krb5
 
index 055bcab9966aa7cc0e9ffb505227c2071b3a5051..bbd6db7d50fb6a0666f6107388f940b9fa8285ef 100644 (file)
@@ -17,5 +17,4 @@ KRB5_BUILD_LIBRARY_WITH_DEPS
 K5_GEN_MAKEFILE(., lib)
 K5_GEN_MAKEFILE(generic, libobj)
 K5_GEN_MAKEFILE(krb5, libobj)
-K5_OUTPUT_FILES
-dnl AC_OUTPUT to keep autoreconf happy
+K5_AC_OUTPUT