Stuart Henderson <[email protected]> writes: > 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.
Yup. The comment I added in the port Makefile isn't very clear about it. Maybe the following one would be more helpful? # m4 from base groks -g, not --gnu. To use m4 from base instead of # GNU m4, set M4=/usr/bin/m4 in the environment. CONFIGURE_ENV+= ac_cv_prog_gnu_m4_gnu="-g" -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
