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
+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.
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