empty for now and substitute it.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15781
dc483132-0cff-0310-8789-
dd5450dbe970
+2003-08-20 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Don't replace any missing system functions. Just
+ set LIBOBJS empty for now and substitute it.
+
2003-08-13 Ken Raeburn <raeburn@mit.edu>
* configure.in: Don't check for or replace vfprintf, vsprintf,
AC_HEADER_STDARG
AC_CHECK_HEADERS(unistd.h paths.h regex.h regexp.h regexpr.h fcntl.h memory.h ifaddrs.h sys/filio.h)
AC_CHECK_FUNCS(flock fchmod chmod strftime strptime geteuid setenv unsetenv getenv setsid gethostbyname2 getifaddrs)
-AC_REPLACE_FUNCS(strdup strcasecmp daemon getuid syslog)
+dnl
+dnl AC_REPLACE_FUNCS(strdup strcasecmp getuid)
+LIBOBJS=""
+AC_SUBST(LIBOBJS)
+dnl
KRB5_AC_REGEX_FUNCS
KRB5_NEED_PROTO([#include <time.h>],strptime)
dnl