From 1738be0cd05e1d36d48d2682ebb8b7f1c455bd5a Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Thu, 31 Mar 2016 07:44:14 -0700 Subject: [PATCH] add autoconf and jdk dependencies Summary:public With these two extra dependencies the user can blindly follow opam's suggestions to get infer to compile. Reviewed By: jberdine Differential Revision: D3120523 fb-gh-sync-id: 429ccc2 fbshipit-source-id: 429ccc2 --- opam | 3 +++ 1 file changed, 3 insertions(+) diff --git a/opam b/opam index 213511bad..ac2d010b8 100644 --- a/opam +++ b/opam @@ -26,6 +26,7 @@ remove: [ ] ocaml-version: [ >= "4.02.1" ] depends: [ + "conf-autoconf" "ocamlfind" {build} "sawja" {>="1.5.1"} "atdgen" {>="1.6.0"} @@ -36,4 +37,6 @@ depends: [ depexts: [ [ ["ubuntu"] ["python2.7-dev"] ] [ ["debian"] ["python2.7-dev"] ] + [ ["ubuntu"] ["default-jdk"] ] + [ ["debian"] ["default-jdk"] ] ]