Trying to work out how LyX adds files to Makefile.ams depending on the results of certain tests, I see that in snprintf.[ch] are always made in support/Makefile.am. Why is this? We test for the existence of snprintf et al. Why make the files if they are't to be used? Does everybody use these files irrespective of whether their system has them?
Angus