]> andersk Git - moira.git/commitdiff
check for strlcpy/strlcat
authordanw <danw>
Wed, 6 Oct 1999 03:03:15 +0000 (03:03 +0000)
committerdanw <danw>
Wed, 6 Oct 1999 03:03:15 +0000 (03:03 +0000)
configure
configure.in

index d85e15aa388f1801bfef39ed3719bd4d2dd4cedd..e500e59ea00e95cfef301574294f16a43d040946 100755 (executable)
--- 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
index 1d0e10a16d58f6e79834ab4e77151646f641f22c..a85a50e40eb79cac572f6a3f88ae194450df572b 100755 (executable)
@@ -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')
This page took 0.186968 seconds and 5 git commands to generate.