On Aug 17, 2023, at 15:41 , Zack Weinberg <z...@owlfolio.org> wrote: > What are the most common things people need to do in a "bootstrap" > script that *aren't* covered by `autoreconf -i`?
in our package we apply some patches to libtool ltmain.sh, mostly for weirdnesses of commercial compilers. Thomas