summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-11-13 20:47:18 +0000
committerTheodore Tso <tytso@mit.edu>1998-11-13 20:47:18 +0000
commit37a7b3f4f8eb0466e1d9a3c5d601d301cb3fd840 (patch)
tree4dcffff340805b4827f1a13a82f5cc0e4a9ee156 /src/lib
parent759d9842b70ef7923f49c82cd65d7d261a2cb051 (diff)
downloadkrb5-37a7b3f4f8eb0466e1d9a3c5d601d301cb3fd840.tar.gz
krb5-37a7b3f4f8eb0466e1d9a3c5d601d301cb3fd840.tar.xz
krb5-37a7b3f4f8eb0466e1d9a3c5d601d301cb3fd840.zip
Makefile.in: Set the myfulldir and mydir variables (which are relative
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
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/os/ChangeLog8
-rw-r--r--src/lib/krb5/os/Makefile.in2
2 files changed, 9 insertions, 1 deletions
diff --git a/src/lib/krb5/os/ChangeLog b/src/lib/krb5/os/ChangeLog
index a1d7fa027..13b401729 100644
--- a/src/lib/krb5/os/ChangeLog
+++ b/src/lib/krb5/os/ChangeLog
@@ -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>
diff --git a/src/lib/krb5/os/Makefile.in b/src/lib/krb5/os/Makefile.in
index 56edfac36..9d03c5e49 100644
--- a/src/lib/krb5/os/Makefile.in
+++ b/src/lib/krb5/os/Makefile.in
@@ -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@