From: Kim Nguyễn Date: Mon, 3 Mar 2014 16:00:05 +0000 (+0100) Subject: Modify configure.in and Remakefile.in to use menhir instead of ocamlyacc. X-Git-Url: http://git.nguyen.vg/gitweb/?a=commitdiff_plain;ds=inline;h=91d60f0cf46661abde8df94fead3688ec43a2db9;hp=91d60f0cf46661abde8df94fead3688ec43a2db9;p=tatoo.git Modify configure.in and Remakefile.in to use menhir instead of ocamlyacc. (This only modify the build process, not the parser itself, so the parser is still a plain ocamlyacc file). ---