this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add configuration for autoconf under cygwin

+2 -1
+2 -1
packages/conf-autoconf/conf-autoconf.0.2/opam
··· 5 5 bug-reports: "https://github.com/ocaml/opam-repository/issues" 6 6 license: "GPL-3.0-only" 7 7 build: [ 8 - ["autoconf" "-V"] 8 + ["sh" "-exc" "autoconf -V"] {os = "win32" & os-distribution != "cygwinports"} 9 + ["autoconf" "-V"] {os != "win32" | os-distribution = "cygwinports"} 9 10 ] 10 11 depexts: [ 11 12 ["autoconf"] {os-family = "debian" | os-family = "ubuntu"}