[ Cc:ing bug-libtool as owner of the argz module ] Hi David,
* David Lutterkort wrote on Wed, May 28, 2008 at 09:43:13PM CEST: > > I just noticed that the argz module does not contain argz_add_sep, even > though the docs indicate it does. I'd be more than happy to work up a > patch assuming the omission isn't intentional. Not intentional, just out of laziness. Feel free to add the function, but please just reuse the libc code if possible. When Libtool merges the code, it must make sure to re-#define the extraneous symbol, so that libltdl doesn't accidentally export the original one. Actually, this may be reason to split up the module. Ahem, wasn't that necessary for argz_add and argz_count already, which were added to Libtool in 2008-02-26? Cheers, Ralf