Closed jgabaut closed 10 months ago
The configure.ac file generated by init checks for macOS hosts with a darwin literal.
configure.ac
init
macOS
darwin
To fix this, an improved file should be generated, using a switch statement with cases using wildcards (ie. darwin*).
darwin*
OS: macOS Version: 2.0
2.0
The
configure.ac
file generated byinit
checks formacOS
hosts with adarwin
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