Re: [sr #110318] autoreconf: support libtoolize being named glibtoolize
| Newsgroups | gmane.comp.sysutils.autoconf.bugs |
|---|---|
| Message-ID | <20200925110147.GA16974@hilbert> |
On Fri, Sep 25, 2020 at 02:59:55AM -0400, Nick Bowler wrote: > On 2020-04-29, Zack Weinberg <[email protected]> wrote: > > 2.61 was a long time ago. I'm wondering if Gentoo still ships > > 'glibtoolize' and not 'libtoolize'. If it doesn't, this change is > > only weakly motivated. > > Today at least, Gentoo certainly does not install a "glibtoolize" nor > does it install a patched autoreconf that looks for this name. > > I don't recall such a thing ever being the case but of course I could be > misremembering. But a quick search of the historical repository turns > up no obvious evidence of such patches. glibtoolize is alive and kicking in a very popular Homebrew project (mostly on macOS, but also to an extent on Linux). See https://formulae.brew.sh/formula/libtool : In order to prevent conflicts with Apple's own libtool we have prepended a "g" so, you have instead: glibtool and glibtoolize. It would be great if this alternative naming was well-supported by autoconf. Dima