Bruno Haible <bruno <at> clisp.org> writes: > > > Here is a proposed patch, that leads to a link error if someone > > > uses stpcpy() without the 'stpcpy' module (assuming the 'string' module > > > is present - which is quite likely since so much depends on it). > > > There were also no objections, so I apply the patch.
Unfortunately, it needs more work. CVS m4 branch-1_4 now fails with: cd .. && /bin/sh /home/eblake/m4/missing --run automake-1.10a --gnu configure:15119: error: possibly undefined macro: gl_STRING_MODULE_INDICATOR If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. make: *** [../configure] Error 1 Contrary to the Changelog entry, I don't see gl_STRING_MODULE_INDICATOR defined in string_h.m4. -- Eric Blake