Is there any way to replace checks for certain functions such as lstat() which do not exist on a particular platform with suitable substitutes such as stat() ?
I guess what I'm looking for is a way of adding platform specific plugins which don't need to be incorporated into Autoconf itself, but Autoconf will call them if the exist. Is there any built-in mechanism to support something like this? -- John