Is your feature request related to a problem? Please describe.
Plugin currently hard codes most options when building from source. We can be friendlier by exposing these options to the plugin users, a la https://github.com/asdf-vm/asdf-nodejs#configuration
Describe the solution you'd like
https://docs.aws.amazon.com/cli/latest/userguide/getting-started-source-install.html#source-getting-started-install-config
Out of scope, will not support options
--prefix --libdir --bindir
- ASDF requires these to be set to specific locations so it doesn't make sense to expose them
Is your feature request related to a problem? Please describe.
Plugin currently hard codes most options when building from source. We can be friendlier by exposing these options to the plugin users, a la https://github.com/asdf-vm/asdf-nodejs#configuration
Describe the solution you'd like
https://docs.aws.amazon.com/cli/latest/userguide/getting-started-source-install.html#source-getting-started-install-config
./configure --help--with-download-depswith-download-depsshould probably be the default though--with-install-type=system-sandboxOut of scope, will not support options
--prefix--libdir--bindir