Andreas Enge <[email protected]> writes:
> There was a comment some time ago by Mark that additional phases should
> be added after 'unpack instead of before 'configure; here, the call to
> autogen.sh needs to come after 'patch-shebangs.
If that's because of the shebang in autogen.sh itself, then the easy
solution to that problem is to do (system* "sh" "autogen.sh"). It has
to be done after 'unpack', not before 'configure', because otherwise
'patch-usr-bin-file' won't be able to do its job on the generated
./configure script, which tends to cause problems on non-Intel
platforms.
Mark