Bruno Haible <[EMAIL PROTECTED]> writes: > Hi Simon, > >> If it is only a warning, +1 from me. > > It's a notice, and soon we will also remove dependencies to these modules, > since we don't want these notices to appear for people who have not explicitly > asked for these modules.
I like this. >> What about strdup? > > Indeed, we can treat it the same way: Looks good, thanks. /Simon > > --- modules/strdup.orig 2008-10-20 11:53:22.000000000 +0200 > +++ modules/strdup 2008-10-20 11:50:14.000000000 +0200 > @@ -1,6 +1,9 @@ > Description: > strdup() function: duplicate a string. > > +Notice: > +This module is obsolete. But you may want to use the strdup-posix module. > + > Files: > lib/strdup.c > m4/strdup.m4