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
master
Jules Villard 9 years ago committed by Facebook Github Bot 1
parent 7753bdc03c
commit 1738be0cd0

@ -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"] ]
]

Loading…
Cancel
Save