This project is an example of a project using GNU Autoconf an to manage its build. This project uses a Makefile libraries.
configure.ac and makefile.am at the root directory that declare the library's directory to build and its dependency required. The library directory are:
- lib/sqlite
The dependencies are:
- sqlite version 3.22.0
./setup
./cleanup
- libtoolize
- aclocal
- automake --add-missing
- autoreconf
- ./configure
- make
./main
- 1 direct dependency.
- -- transitive dependency.
- 2 vulnerabilities.