On 2015/11/10 14:00, Jérémie Courrèges-Anglas wrote:
> -- char const *m4 = (p = getenv ("M4")) ? p : M4;
> -+ char const *m4 = (p = getenv ("M4")) ? p : "/usr/bin/m4";Note to reviewers: upstream supports this themselves now, this diff doesn't lose the ability to point M4 at /usr/bin/m4 for testing.
