opam-version: "1.2"
maintainer: "unixjunkie@sdf.org"
homepage: "http://www.gnu.org/software/autoconf"
authors: "https://www.gnu.org/software/autoconf/autoconf.html#maintainer"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "GPL-3.0"
build: [
  ["which" "autoconf"]
]
depends: [
  "conf-which" {build}
]
depexts: [
  [["debian"] ["autoconf"]]
  [["ubuntu"] ["autoconf"]]
  [["centos"] ["autoconf"]]
  [["fedora"] ["autoconf"]]
  [["archlinux"] ["autoconf"]]
  [["gentoo"] ["sys-devel/autoconf"]]
  [["nixpkgs"] ["autoconf"]]
  [["osx" "homebrew"] ["autoconf"]]
  [["openbsd"] ["devel/autoconf"]]
  [["freebsd"] ["autoconf"]]
  [["netbsd"] ["autoconf"]]
  [["alpine"] ["autoconf"]]
  [["oraclelinux"] ["autoconf"]]
  [["rhel"] ["autoconf"]]
  [["win32" "cygwinports"] ["system:autoconf"]]
]
