bug-gnulib
[Top][All Lists]
Advanced

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

Re: [bug-gnulib] using AC_LIBSOURCES: complementing the `Files:' section


From: Bruno Haible
Subject: Re: [bug-gnulib] using AC_LIBSOURCES: complementing the `Files:' section
Date: Mon, 6 Dec 2004 17:14:48 +0100
User-agent: KMail/1.5

Stepan Kasal wrote:
> Thus the module should add
>
>       lib_SOURCES += mempcpy.h memcpy.c
>
> to lib/Makefile.am and some autoconf code to call AC_LIBOBJ if
> necessary.  (I don't understand why this line doesn't contain memcpy.c
> at the moment.)

It doesn't need to contain mempcpy.c, because AC_REPLACE_FUNCS(mempcpy)
already tells automake about the mempcpy.c file.
It doesn't need to contain memcpy.c, because all ANSI C systems have a
working memcpy() function.

Bruno





reply via email to

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