opam-version: "2.0"
maintainer: "unixjunkie@sdf.org"
authors: "https://git.savannah.gnu.org/cgit/automake.git/tree/AUTHORS"
homepage: "http://www.gnu.org/software/automake/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "GPL-1.0-or-later"
build: [["which" "aclocal"]]
depexts: [
  ["automake"] {os-distribution = "alpine"}
  ["automake"] {os-distribution = "centos"}
  ["automake"] {os-distribution = "fedora"}
  ["automake"] {os-family = "suse"}
  ["automake"] {os-family = "debian"}
  ["automake"] {os-distribution = "nixos"}
  ["automake"] {os-distribution = "arch"}
]
depends: ["conf-which" {build}]
synopsis: "Virtual package relying on aclocal"
description:
  "This package can only install if the aclocal program is installed on the system."
flags: conf
