Makefile.in: Set the myfulldir and mydir variables (which are relative
authorTheodore Tso <tytso@mit.edu>
Fri, 13 Nov 1998 20:47:18 +0000 (20:47 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 13 Nov 1998 20:47:18 +0000 (20:47 +0000)
to buildtop and thisconfigdir, respectively.)

Also added a note to the ChangeLog indicating that we changed
lock_file.c to check for HAVE_FCNTL_H and defined(F_SETLKW) and
defined(F_RDLCK) instead of POSIX_FILE_LOCKS (so we can get rid of a
non-standard autoconf symbol.)

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

src/lib/krb5/os/ChangeLog
src/lib/krb5/os/Makefile.in

index a1d7fa027618aedca81101e980d088701b020f84..13b401729c34ef9ffc4542f184e78cbe7bf7ca05 100644 (file)
@@ -1,8 +1,14 @@
 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.)
+
        * lock_file.c (krb5_lock_file): Fix bug where if the fcntl-style
                lock succeeded, we should return immediately instead of
-               trying to do flock-style locking.
+               trying to do flock-style locking.  Also check for
+               HAVE_FCNTL_H and defined(F_SETLKW) and
+               defined(F_RDLCK) instead of POSIX_FILE_LOCKS (so we
+               can get rid of a non-standard autoconf symbol.)
 
 1998-10-31  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
index 56edfac36bcbb5b0581420dba88d7efb573da3b4..9d03c5e49cf506f7d50ed6dc3359ad2d2fa4b801 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./..
+myfulldir=lib/krb5/os
+mydir=os
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS)
 KRB5_RUN_ENV = @KRB5_RUN_ENV@