From: Theodore Tso Date: Fri, 13 Nov 1998 20:49:01 +0000 (+0000) Subject: Makefile.in: Set the myfulldir and mydir variables (which are relative X-Git-Tag: krb5-1.1-beta1~489 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fdbbf181ba27f6ee3151ec46516c99d08886a1ed;p=krb5.git Makefile.in: Set the myfulldir and mydir variables (which are relative to buildtop and thisconfigdir, respectively.) configure.in: Add test for the fcntl.h header file. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11028 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/ChangeLog b/src/lib/krb5/ChangeLog index f1e1e81f9..497c306de 100644 --- a/src/lib/krb5/ChangeLog +++ b/src/lib/krb5/ChangeLog @@ -1,3 +1,10 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + + * configure.in: Add test for the fcntl.h header file. + Thu Jul 30 13:12:57 1998 Sam Hartman * configure.in: Test for sa_len so localaddr works on NetBSD. diff --git a/src/lib/krb5/Makefile.in b/src/lib/krb5/Makefile.in index 12ce18512..9ba1fe9b4 100644 --- a/src/lib/krb5/Makefile.in +++ b/src/lib/krb5/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=. +myfulldir=lib/krb5 +mydir=. BUILDTOP=$(REL)$(U)$(S)$(U) LOCAL_SUBDIRS= error_tables asn.1 ccache ccache/stdio ccache/file \ ccache/memory keytab keytab/file krb os rcache posix diff --git a/src/lib/krb5/configure.in b/src/lib/krb5/configure.in index b42fbf0ce..8f469e5d0 100644 --- a/src/lib/krb5/configure.in +++ b/src/lib/krb5/configure.in @@ -7,7 +7,7 @@ AC_CONST AC_TYPE_UID_T HAS_ANSI_VOLATILE AC_HEADER_STDARG -AC_CHECK_HEADERS(unistd.h paths.h regex.h regexp.h regexpr.h) +AC_CHECK_HEADERS(unistd.h paths.h regex.h regexp.h regexpr.h fcntl.h) AC_CHECK_FUNCS(flock fchmod chmod strftime strptime geteuid setenv unsetenv getenv setsid) AC_REPLACE_FUNCS(vfprintf vsprintf strdup strcasecmp strerror memmove daemon getuid sscanf syslog) KRB5_AC_REGEX_FUNCS