* configure.in: Add AC_PROG_LN_S to deal with symlinking in
authorTom Yu <tlyu@mit.edu>
Sat, 29 Nov 1997 02:29:40 +0000 (02:29 +0000)
committerTom Yu <tlyu@mit.edu>
Sat, 29 Nov 1997 02:29:40 +0000 (02:29 +0000)
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
src/lib/crypto/os/configure.in

index f8ed2e0ef5564dab8835b98330c89b05741ddaae..dcdb92300f201ce2ab8c4f5f02f99dac698cd915 100644 (file)
@@ -1,3 +1,9 @@
+Fri Nov 28 21:23:42 1997  Tom Yu  <tlyu@mit.edu>
+
+       * 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  <tlyu@mit.edu>
 
        * c_localaddr.c: Replace KRB5_USE_INET with something more sane.
index edea3c8fb6bad6c10b1b0e4ae4b80b478c315b68..7b8fcac9582dc94573a9c0279ea9f5e87480d725 100644 (file)
@@ -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