From 16dcbbcd99620dc90fe36eb5124f680825b9cab3 Mon Sep 17 00:00:00 2001 From: Shon Feder Date: Mon, 29 Jun 2026 17:14:34 -0400 Subject: [PATCH] config-file 1.1 and 1.2 use autoconf too Follows https://github.com/ocaml/opam-repository/pull/24028 observed on https://github.com/ocaml/opam-repository/pull/30092 --- packages/config-file/config-file.1.1/opam | 2 +- packages/config-file/config-file.1.2/opam | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/config-file/config-file.1.1/opam b/packages/config-file/config-file.1.1/opam index e0b9c897305f..d70b5d242256 100644 --- a/packages/config-file/config-file.1.1/opam +++ b/packages/config-file/config-file.1.1/opam @@ -10,7 +10,7 @@ remove: [ ["./configure" "--prefix" prefix] [make "uninstall"] ] -depends: ["ocaml" {< "5.0"} "ocamlfind" "camlp4"] +depends: ["ocaml" {< "5.0"} "ocamlfind" "camlp4" "conf-autoconf"] install: [make "install"] synopsis: "Small library to define, load and save options files." url { diff --git a/packages/config-file/config-file.1.2/opam b/packages/config-file/config-file.1.2/opam index b8e81bda2a08..ed47a67e1dc8 100644 --- a/packages/config-file/config-file.1.2/opam +++ b/packages/config-file/config-file.1.2/opam @@ -14,6 +14,7 @@ depends: [ "ocaml" {>= "4.00" & < "5.0"} "ocamlfind" "camlp4" + "conf-autoconf" ] install: [make "install"] synopsis: "Small library to define, load and save options files."