Lines Matching refs:no
15 AC_CHECK_TOOL([OCAMLC],[ocamlc],[no])
17 if test "$OCAMLC" != "no"; then
32 AC_CHECK_TOOL([OCAMLOPT],[ocamlopt],[no])
34 if test "$OCAMLOPT" = "no"; then
40 OCAMLOPT=no
49 AC_CHECK_TOOL([OCAMLCDOTOPT],[ocamlc.opt],[no])
50 if test "$OCAMLCDOTOPT" != "no"; then
60 if test "$OCAMLOPT" != "no" ; then
61 AC_CHECK_TOOL([OCAMLOPTDOTOPT],[ocamlopt.opt],[no])
62 if test "$OCAMLOPTDOTOPT" != "no"; then
78 AC_CHECK_TOOL([OCAML],[ocaml],[no])
81 AC_CHECK_TOOL([OCAMLDEP],[ocamldep],[no])
84 AC_CHECK_TOOL([OCAMLMKTOP],[ocamlmktop],[no])
87 AC_CHECK_TOOL([OCAMLMKLIB],[ocamlmklib],[no])
90 AC_CHECK_TOOL([OCAMLDOC],[ocamldoc],[no])
93 AC_CHECK_TOOL([OCAMLBUILD],[ocamlbuild],[no])
100 AC_CHECK_TOOL([OCAMLLEX],[ocamllex],[no])
101 if test "$OCAMLLEX" != "no"; then
102 AC_CHECK_TOOL([OCAMLLEXDOTOPT],[ocamllex.opt],[no])
103 if test "$OCAMLLEXDOTOPT" != "no"; then
112 AC_CHECK_TOOL([OCAMLYACC],[ocamlyacc],[no])
122 AC_CHECK_TOOL([CAMLP4],[camlp4],[no])
123 if test "$CAMLP4" != "no"; then
127 CAMLP4=no
133 AC_CHECK_TOOL([CAMLP4BOOT],[camlp4boot],[no])
134 AC_CHECK_TOOL([CAMLP4O],[camlp4o],[no])
135 AC_CHECK_TOOL([CAMLP4OF],[camlp4of],[no])
136 AC_CHECK_TOOL([CAMLP4OOF],[camlp4oof],[no])
137 AC_CHECK_TOOL([CAMLP4ORF],[camlp4orf],[no])
138 AC_CHECK_TOOL([CAMLP4PROF],[camlp4prof],[no])
139 AC_CHECK_TOOL([CAMLP4R],[camlp4r],[no])
140 AC_CHECK_TOOL([CAMLP4RF],[camlp4rf],[no])
157 AC_CHECK_TOOL([OCAMLFIND],[ocamlfind],[no])
173 found=no
182 if test "$found" = "no" ; then
184 AS_TR_SH([OCAML_PKG_$1])=no
210 $1=no