I recently read that "There are several ways to configure and build a project using Autotools."
Among them:
Autoconf and Autoscan:
- Makefile.in with project build rules and Makefile substitutions
Autoheader (usable in addition to all other tools)
- scans the project and generates a config.h file during project
configuration with platform specific macro definitions, no configuration
files needed
How do you build a project without "Makefile.am"? Just using Autoconf, Autoscan & maybe Autoheader.