X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=configure;h=791a088b550470e9e9d6c16621a3d6d64540b686;hb=a6baedc6c67cb1de0587a779f8bcddf276b0bf4c;hp=fafe839f316546d0df6a0e420349af7ad7394631;hpb=e4a9d72f66f5fc248afe32ec0340e34c2448623f;p=SXSI%2Fxpathcomp.git diff --git a/configure b/configure index fafe839..791a088 100755 --- a/configure +++ b/configure @@ -18,13 +18,13 @@ Conf.check_prog "camlp4" "ocamlfind query camlp4";; Conf.check_prog "ulex" "ocamlfind query ulex";; Conf.check_prog "expat" "ocamlfind query expat";; -Conf.check "XMLTree" (Conf.absolute) ("%s/src/XMLTree/libXMLTree.a") (Sys.file_exists);; +Conf.check "XMLTree" (Conf.absolute) ("%s/../XMLTree/libXMLTree.a") (Sys.file_exists);; -let libXMLTreeI = [ Conf.absolute "-I%s/src/XMLTree"; - Conf.absolute "-I%s/src/XMLTree/libcds/includes"; - Conf.absolute "-I%s/src/XMLTree/TextCollection" ] +let libXMLTreeI = [ Conf.absolute "-I%s/../XMLTree"; + Conf.absolute "-I%s/../XMLTree/libcds/includes"; + Conf.absolute "-I%s/../XMLTree/TextCollection" ] ;; -let libXMLTreeL = [ Conf.absolute "-L%s/src/XMLTree" ];; +let libXMLTreeL = [ Conf.absolute "-L%s/../XMLTree" ];; let libXMLTreel = [ "-lXMLTree" ];; let _,ocamlI,_ = Conf.exec "ocamlc -where";;