foretspaisibles / bsdowl

A highly portable build system targeting modern UNIX systems. Supports C, OCaml, TeX, METAPOST, NOWEB, M4, and more. Based on BSD Make.
http://michipili.github.io/bsdowl/
Other
102 stars 6 forks source link

Appropriately detect OpenBSD and NetBSD in configure #141

Closed foretspaisibles closed 9 years ago

foretspaisibles commented 9 years ago

The ./configure script of v2.2.1 dies under OpenBSD with the message

configure: error: *** BSD Make not found.

This is absurd.

A similar behaviour is expected under NetBSD.

foretspaisibles commented 9 years ago

Fixed in 25b928d.