We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bdcb64 + 44f293f commit b14011bCopy full SHA for b14011b
packages/conf-autoconf/conf-autoconf.0.2/opam
@@ -5,7 +5,8 @@ authors: "https://www.gnu.org/software/autoconf/autoconf.html#maintainer"
5
bug-reports: "https://github.com/ocaml/opam-repository/issues"
6
license: "GPL-3.0-only"
7
build: [
8
- ["autoconf" "-V"]
+ ["sh" "-exc" "autoconf -V"] {os = "win32" & os-distribution != "cygwinports"}
9
+ ["autoconf" "-V"] {os != "win32" | os-distribution = "cygwinports"}
10
]
11
depexts: [
12
["autoconf"] {os-family = "debian" | os-family = "ubuntu"}
0 commit comments