From d8dd78dcce12210a10cc915d1448aa7b717fa4d9 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Sat, 29 Nov 1997 02:29:40 +0000 Subject: [PATCH] * configure.in: Add AC_PROG_LN_S to deal with symlinking in memmove.c. This is a kludge, as we really should have a more sane way to deal with missing posix functions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10309 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/os/ChangeLog | 6 ++++++ src/lib/crypto/os/configure.in | 1 + 2 files changed, 7 insertions(+) diff --git a/src/lib/crypto/os/ChangeLog b/src/lib/crypto/os/ChangeLog index f8ed2e0ef..dcdb92300 100644 --- a/src/lib/crypto/os/ChangeLog +++ b/src/lib/crypto/os/ChangeLog @@ -1,3 +1,9 @@ +Fri Nov 28 21:23:42 1997 Tom Yu + + * configure.in: Add AC_PROG_LN_S to deal with symlinking in + memmove.c. This is a kludge, as we really should have a more sane + way to deal with missing posix functions. + Thu Sep 25 21:53:11 1997 Tom Yu * c_localaddr.c: Replace KRB5_USE_INET with something more sane. diff --git a/src/lib/crypto/os/configure.in b/src/lib/crypto/os/configure.in index edea3c8fb..7b8fcac95 100644 --- a/src/lib/crypto/os/configure.in +++ b/src/lib/crypto/os/configure.in @@ -2,6 +2,7 @@ AC_INIT(configure.in) CONFIG_RULES AC_REPLACE_FUNCS(memmove) AC_HAVE_FUNCS(srand48 srand srandom getpid) +AC_PROG_LN_S KRB5_SOCKADDR_SA_LEN KRB5_BUILD_LIBOBJS V5_AC_OUTPUT_MAKEFILE -- 2.26.2