eggheads / eggdrop

The Eggdrop IRC Bot
GNU General Public License v2.0
508 stars 84 forks source link

Github action for autoconf #1660

Closed thommey closed 4 months ago

thommey commented 4 months ago

Patch by: Geo

vanosg commented 4 months ago

Do we want to add a makedepend option as well?

thommey commented 4 months ago

The end goal is to have both automated as necessary, at least on develop that should be straight forward (just need to find a way to introduce "quiet" time so it doesn't run it while we merge multiple PRs).

autotools has a specific autoconf version requirement so not anyone can run it - that's why the action is important right now.

I would defer makedepend to when we automate both (and docs generation etc.).