From 1dfd452b1b044fbd7e3a9e7907ab96c82a87548d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 2 Apr 2008 13:59:47 +0000 Subject: [PATCH] Some fixes to the META file, still doesn't work. --- META.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/META.in b/META.in index 886dda4..886952e 100644 --- a/META.in +++ b/META.in @@ -1,12 +1,11 @@ name="bitmatch" version="@PACKAGE_VERSION@" description="Bitstrings and bitstring matching" -requires="camlp4" archive(byte)="bitmatch.cma" archive(native)="bitmatch.cmxa" package "syntax" ( - requires = "bitmatch,camlp4" + requires = "camlp4.quotations.o" version = "@PACKAGE_VERSION@" description = "Syntax extension: bitmatch operators" archive(syntax,preprocessor) = "pa_bitmatch.cmo" -- 1.8.3.1