-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Eric Blake on 7/3/2006 11:49 AM:
> Mark D. Baushke gnu.org> writes:
>
>> The modules/dirname seems to now depend on xstrndup
>
> Yes. My original proposal for the change to dirname (was it last November?)
> added this dependency; core
Mark D. Baushke gnu.org> writes:
>
> The modules/dirname seems to now depend on xstrndup
Yes. My original proposal for the change to dirname (was it last November?)
added this dependency; coreutils was already using xstrndup so Paul missed it.
By the way, note that ALL programs that use base
The modules/dirname seems to now depend on xstrndup
if gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -Ino/include -g -O2 \
-MT basename.o -MD -MP -MF ".deps/basename.Tpo" -c -o basename.o basename.c; \
then mv -f ".deps/basename.Tpo" ".deps/basename.Po"; else rm -f ".deps/basename\
.Tpo"
I suspect the following patch was missed... Otherwise same-inode.h may
not get into the distribution tarballs of cycle-check users.
-- Mark
Index: modules/cycle-check
===
RCS file: /sources/gnulib/gnulib/modules/cycle-check,