jgabaut / amboso

Build tool wrapping make. Written in bash.
GNU General Public License v3.0
4 stars 0 forks source link

[FEATURE] The configure call in automake mode has no arguments #63

Closed jgabaut closed 10 months ago

jgabaut commented 11 months ago

Situation

jgabaut commented 10 months ago

From 1.9.8, -C was repurposed to pass a string to the configure call.

jgabaut commented 10 months ago

It seems invil has a hard time accepting flag arguments having leading double-dash (eg. --enable-debug=yes). I think it would be wiser to change -C behaviour to use flag argument as a file to try getting the configure arguments.

jgabaut commented 10 months ago

Version 1.9.9 makes -C flag behave as expected by invil, taking a filename and reading its contents to pass them to ./configure. Closing.

jgabaut commented 10 months ago

It seems I forgot to ensure the wanted configuration gets passed to all builds when using init. It shall be included in 2.0.0.