Skip to content

Commit 44f293f

Browse files
author
Basile Desloges
committed
Add configuration for autoconf under cygwin
1 parent 175a8ca commit 44f293f

File tree

1 file changed

+2
-1
lines changed
  • packages/conf-autoconf/conf-autoconf.0.2

1 file changed

+2
-1
lines changed

packages/conf-autoconf/conf-autoconf.0.2/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ authors: "https://www.gnu.org/software/autoconf/autoconf.html#maintainer"
55
bug-reports: "https://github.com/ocaml/opam-repository/issues"
66
license: "GPL-3.0-only"
77
build: [
8-
["autoconf" "-V"]
8+
["sh" "-exc" "autoconf -V"] {os = "win32" & os-distribution != "cygwinports"}
9+
["autoconf" "-V"] {os != "win32" | os-distribution = "cygwinports"}
910
]
1011
depexts: [
1112
["autoconf"] {os-family = "debian" | os-family = "ubuntu"}

0 commit comments

Comments
 (0)