[gentoo-dev] Re: autotools

2020-03-26 Thread Samuel Bernardo
Thank you Michal and Haelwenn for your advises. I'm taking as reference the documentation about functions syntax in devmanual[1] (very useful for a quickly review). In the source code where autoreconf is being called I found a configure.ac and Makefile.am. Looking into autogen.sh[2] script prvid

[gentoo-dev] Re: autotools

2020-03-26 Thread Michal Prívozník
On 26. 3. 2020 18:47, Samuel Bernardo wrote: > Dear all, > > I send this email to ask you for your help for the better approach to > translate the following autoreconf command to an ebuild: > >> |autoreconf -i -f ./configure \ --prefix=/usr \ >> --libexecdir=/usr/lib/snapd \ >> --with-snap-mount-

[gentoo-dev] Re: autotools eclass - set default for WANT_AUTO*

2007-01-06 Thread Steve Long
Alon Bar-Lev wrote: > I think a specific version should be specified only if something > breaks with latest, > thus it should be the default. ++ -- gentoo-dev@gentoo.org mailing list

[gentoo-dev] Re: autotools - 'make' infinite loop

2006-07-06 Thread Marcus Furlong
Finally, this was caused by a missing one-liner Makefile.am, it was already fixed upstream but didn't make it into the tarball. Thanks anyway for the suggestions. Marcus, -- gentoo-dev@gentoo.org mailing list

[gentoo-dev] Re: autotools - 'make' infinite loop

2006-07-05 Thread Marcus Furlong
Diego 'Flameeyes' Pettenò wrote: > On Wednesday 05 July 2006 22:05, Marcus Furlong wrote: >> Running 'configure' goes fine, but running 'make' just keeps running >> configure over and over. > It's commonly caused when the timestamp of configure and the sources for > configure are messed up. Make s