Commit a348d830659fffd2cfc42994524783b07e69b4b5

Mathieu Lirzin 2018-07-08T23:41:42

python: Don't use '\n' in sed substitution This change fixes automake bug#31222. On macOS, 'sed' interprets '\n' in the substitution text as the letter 'n' instead of as a newline. * lib/am/python.am [?FIRST?] (am__pep3147_tweak): Use a space instead of '\n'. * NEWS: Update.