libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool-branch-2-0: add strlcat/strlcpy emulation


From: Albert Chin
Subject: Re: libtool-branch-2-0: add strlcat/strlcpy emulation
Date: Mon, 13 Dec 2004 02:03:16 -0600
User-agent: Mutt/1.5.6i

On Sun, Dec 12, 2004 at 02:37:28PM -0600, Bob Friesenhahn wrote:
> Index: m4/ltdl.m4
> ===================================================================
> RCS file: /cvsroot/libtool/libtool/m4/ltdl.m4,v
> retrieving revision 1.20.2.3
> diff -u -r1.20.2.3 ltdl.m4
> --- m4/ltdl.m4        29 Nov 2004 20:58:55 -0000      1.20.2.3
> +++ m4/ltdl.m4        12 Dec 2004 20:23:42 -0000
> @@ -188,6 +188,7 @@
>  AC_CHECK_HEADERS([string.h strings.h], [break], [], [AC_INCLUDES_DEFAULT])
>  
>  AC_CHECK_FUNCS([closedir opendir readdir], [], [AC_LIBOBJ([lt__dirent])])
> +AC_CHECK_FUNCS([strlcat strlcpy])
>  ])# LTDL_INIT
>  
>  # Old name:

How about making it work with AC_REPLACE_FUNCS? Then the system
version might be used?

-- 
albert chin (address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]