Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
autogen: Report missing requirements (#1394)
* autogen: Report missing autoconf-archive autoconf-archive is required, but users often missed that requirement. The script now detects and reports missing autoconf-archive and removes the incomplete generated configure script. Signed-off-by: Stefan Weil <[email protected]> * autogen: Report missing pkg-config pkg-config is required. The script now detects and reports missing pkg-config and removes the incomplete generated configure script. Signed-off-by: Stefan Weil <[email protected]>
- Loading branch information