X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=configure;h=e53f05322342d7065633f475c3f78ea4cad4c18c;hb=2a7218fd2a985ed57732f9f7b9a0b62f4b2c83df;hp=f0540b7c177f92e748e38cfb3028592659e458ed;hpb=dabbda9e7f33734a3be4125f029b850ea39e2f19;p=SXSI%2Fxpathcomp.git diff --git a/configure b/configure index f0540b7..e53f053 100755 --- a/configure +++ b/configure @@ -22,7 +22,6 @@ Conf.check "bp" (Conf.absolute) ("%s/../bp/libbp.a") (Sys.file_exists);; Conf.check "libcds" (Conf.absolute) ("%s/../libcds/lib/libcds.a") (Sys.file_exists);; Conf.check "XMLTree" (Conf.absolute) ("%s/../XMLTree/libXMLTree.a") (Sys.file_exists);; Conf.check "TextCollection" (Conf.absolute) ("%s/../TextCollection/libTextCollection.a") (Sys.file_exists);; -Conf.check "Grammar" (Conf.absolute) ("%s/../Grammar/libGrammar.a") (Sys.file_exists);; let libs_I= [ @@ -30,7 +29,6 @@ let libs_I= [ Conf.absolute "-I%s/../libcds/includes"; Conf.absolute "-I%s/../XMLTree"; Conf.absolute "-I%s/../TextCollection"; - Conf.absolute "-I%s/../Grammar"; Conf.absolute "-I%s/.."; ] @@ -39,13 +37,11 @@ let libs_L = [ Conf.absolute "-L%s/../libcds/lib"; Conf.absolute "-L%s/../XMLTree"; Conf.absolute "-L%s/../TextCollection"; - Conf.absolute "-L%s/../Grammar"; Conf.absolute "-L%s/.."; ] (* Order is relevant *) let libs_l = [ - "-lGrammar"; "-lXMLTree"; "-lTextCollection"; "-lbp";