vergoh / vnstat

vnStat - a network traffic monitor for Linux and BSD
GNU General Public License v2.0
1.36k stars 120 forks source link

BUILD FAIL: configure cannot guess build type #239

Closed xctan closed 1 year ago

xctan commented 1 year ago

The config.guess file contains in the source code is too old that fail to build on latest architecture, such as RISC-V. This can be fixed by generating new tarball by latest autotools.

vergoh commented 1 year ago

The autotools generated files provided with the source code are there for ease of use and nothing blocks users from generating the files with a more recent version of autotools when necessary (as you appear to have found). Currently those will get updated whenever the autotools version in Ubuntu LTS (the distribution that I use in my development environment) changes so around every 2 years.