From: danw Date: Wed, 6 Oct 1999 03:03:15 +0000 (+0000) Subject: check for strlcpy/strlcat X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/65cda19116ce91b93ccb5cb83960b1e92bd65d48 check for strlcpy/strlcat --- diff --git a/configure b/configure index d85e15aa..e500e59e 100755 --- a/configure +++ b/configure @@ -917,7 +917,7 @@ fi if test "$athena" = true; then enable_athena=yes - prefix=/afs/athena.mit.edu/system/moira + prefix=/afs/.athena.mit.edu/system/moira bindir=$prefix/arch/$ATHENA_SYS/bin sbindir=$bindir @@ -2549,7 +2549,7 @@ fi -for ac_func in getusershell +for ac_func in getusershell strlcpy strlcat do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:2556: checking for $ac_func" >&5 diff --git a/configure.in b/configure.in index 1d0e10a1..a85a50e4 100755 --- a/configure.in +++ b/configure.in @@ -393,7 +393,7 @@ AC_SUBST(CURSES_LIBS) AC_SUBST(CURSES_SUBDIRS) -AC_CHECK_FUNCS(getusershell) +AC_CHECK_FUNCS(getusershell strlcpy strlcat) MR_EXTEND(PRO_C_INCLUDES, INCLUDE='$(srcdir)') MR_INCLUDE('$(SRCTOP)/include')