jgabaut / amboso

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

[BUG] The configure.ac generated by init subcommand does not recognize macOS hosts #95

Closed jgabaut closed 10 months ago

jgabaut commented 10 months ago

The configure.ac file generated by init checks for macOS hosts with a darwin literal.

To fix this, an improved file should be generated, using a switch statement with cases using wildcards (ie. darwin*).

OS: macOS Version: 2.0