Hi Collin, > Here is a fixed version, sorry.
Thanks! Applied, with one tweak: Let's continue to use 'rb' and 'wb' as file open() modes, not 'r' and 'w'. If gnulib-tool ever gets used on Windows, we don't want the trouble caused by Windows CRLF newlines. We want all generated files to use Unix LF newlines. (Some of the constants.nlconvert nonsense will have to go away as well.) Bruno