bug-gnulib
[Top][All Lists]
Advanced

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

Re: gnulib taking over libobjs?


From: James Youngman
Subject: Re: gnulib taking over libobjs?
Date: Sun, 18 Jun 2006 10:57:32 +0100

On 6/18/06, Karl Berry <address@hidden> wrote:
These are functions which I had been replacing in my usual
program-specific lib, via:
AC_REPLACE_FUNCS(memcpy memmove strdup strerror)

So, all in all, it seems that gnulib assumes that it will be responsible
for anything and everything ending up in @LIBOBJS@, e.g., anything in
AC_REPLACE_FUNCS.  Is this correct?  (Or @LTLIBOBJS@ if libtool, I guess.)

I believe so.   In findutils I ended up working around the problem by
defining a FINDLIB_REPLACE_FUNCS defun which populates @address@hidden
In other words I used essentially the same idea but with different
macro and variable names.

James.




reply via email to

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