What is autosetup?
autosetup is a tool that configures a build system for the appropriate environment, based on the system capabilities and user-selected options. Similar to autoconf, autosetup is designed to be lightweight, fast, simple, and flexible. Notably, autosetup is primarily targeted towards building C/C++ applications on Unix systems, but it can be extended for other environments as needed
Highlights
- Configures build system for appropriate environment based on system capabilities and user options
- Lightweight, fast, simple, and flexible design
- Primarily targeted for building C/C++ applications on Unix systems
- Can be extended for other environments as needed
Platforms
- Linux
- Mac
- BSD
Languages
- English
Features
Build automation
Build system
C++