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: Ralf Wildenhues
Subject: Re: libtool-branch-2-0: add strlcat/strlcpy emulation
Date: Mon, 13 Dec 2004 09:17:03 +0100
User-agent: Mutt/1.4.1i

* Albert Chin wrote on Mon, Dec 13, 2004 at 09:03:16AM CET:
> On Sun, Dec 12, 2004 at 02:37:28PM -0600, Bob Friesenhahn wrote:
> > 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?

What if the package using libltdl already has AC_REPLACE_FUNCS(strlcat)?
If you can solve this cleanly, fine with me, otherwise I like Bob's
approach better.

Regards,
Ralf




reply via email to

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