autogen, configure, build_with_make, install_with_make, etc should take a argument that specifies what the command will create. The configure action does this already, but its limited to a single hardcoded entry. Some software may create the Makefiles themselves, and we do want to verify that the commands have installed the software appropriate.
Fixing this problem should help make this cookbook more idempotent.
autogen, configure, build_with_make, install_with_make, etc should take a argument that specifies what the command will create. The configure action does this already, but its limited to a single hardcoded entry. Some software may create the Makefiles themselves, and we do want to verify that the commands have installed the software appropriate.
Fixing this problem should help make this cookbook more idempotent.