(address . bug-guix@gnu.org)
As reported at
Autoconf’s config.{guess,sub} (installed by running ‘autoconf -i’ or
similar) have patched shebangs, making them unsuitable on non-Guix
systems:
Toggle snippet (6 lines)
$ head -1 $(find $(guix build autoconf) -name config.guess)
#!/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/sh
$ head -1 $(find $(guix build autoconf) -name config.sub)
#!/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/sh
We should copy the ‘unpatch-shebangs’ phase from automake, added in
response to https://issues.guix.gnu.org/14201.
Ludo’.