bug#16337: [PATCH] doc: fix encoding error with UTF-8 characters
* doc/automake.texi: Specify @documentencoding and @documentlanguage, to prevent encoding errors for parts of this input file that are UTF-8. This also causes the .info output to use curly quotes, which is easier to read though it does assume UTF-8 support. --- doc/automake.texi | 2 ++ 1 file c
bug#14706: Mac OS X gcc and bogus warnings about *.dSYM, directories
Confirming that this final version of the patch applied to automake 1.14.1 lets all tests pass on OS X with either GNU rm or BSD rm present. Thanks. Hanspeter