Autoconf and GNU compatible malloc / realloc
Occasionally I’ll attempt to run autoconf on a project and find that it tells me I do not have a GNU compatible malloc / realloc. Later, make fails claiming something about malloc or realloc not being defined. I always find this really confusing and forget the solution, so I’m posting it here for myself (and [...]
