oetiker / mrtg

MRTG - Multi Router Traffic Grapher
http://www.mrtg.org
247 stars 61 forks source link

improved testing #38

Closed oetiker closed 2 years ago

oetiker commented 2 years ago

make sure configure is uptodate when testing

eribertomota commented 2 years ago

Could I suggest to change it to "autoreconf -fi"? This is more reliable and I use these options in my projects. When building a package, Debian always uses autoreconf -fi when it finds a configure.{ac,in}.

oetiker commented 2 years ago

sure! just PR

eribertomota commented 2 years ago

Do you want a single -fi or do you like this[1]?

[1] https://github.com/resurrecting-open-source-projects/stress/blob/master/autogen.sh

If yes, I need to keep BSD licensing because I use this code in several projects.

Thanks!

oetiker commented 2 years ago

a single -fi is fine :)