in order to handle multiple autoconf installation on the build system (which are quite common) it'd be useful to make ./autogen.sh read the version to be used from an environment variable.
Is it really suitable that I as a user of the software overwrite REQUIRED_AUTORECONF_VERSION? It should only be touched by a developer, right? If not, please add this info to INSTALL or HACKING.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The environment variable is REQUIRED_AUTORECONF_VERSION.
Is it really suitable that I as a user of the software overwrite
REQUIRED_AUTORECONF_VERSION? It should only be touched by a developer, right? If not, please add this info to INSTALL or HACKING.