> 4. md5/md5.h unconditionally includes <stdint.h>:/ > > I can't easily touch those files: they're imported from outside > (gnulib). However, gnulib also includes its own stdint.h (also in md5/), > for systems that don't have it, so that solves the problem... except > that it's a stdint.h.in, and the stdint.h would be generated from the > configure script.
> > 8. src/sysdep.h unconditionally includes <stdint.h>: > > Again, guaranteed to exist (though here we'll get the one in lib/, > rather than md5/; same contents, though, since it's the same source). > > > 9. src/wget.h unconditionally includes <alloca.h>: > > Also provided in lib/. Steven, note that all those headers are .h.in files, but have no m4 variables, so just copying them to the .h name works.
