A lot of the packages seem to be broken because AM_CONFIG_HEADER(config.h) needs to be replaced with AC_CONFIG_HEADERS([config.h])
1) I can go through and put in a sed command in the specs that does the conversion, and e-mail the maintainers. If I check in a change into the mgarepo does the build happen automatically or is some other intervention needed? 2) If we do this, is there a fast way of doing a grep of the logs to see what packages are failing because of this issue? It seems to be affecting a lot of packages.
