/[marvin]/marvin/src/libnn/configure.in
ViewVC logotype

Diff of /marvin/src/libnn/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by srv89, Thu Jul 31 02:12:07 2003 UTC revision 1.10 by srv89, Mon Sep 8 12:45:49 2003 UTC
# Line 129  if test "$OCAMLOPT" != no ; then Line 129  if test "$OCAMLOPT" != no ; then
129      fi      fi
130  fi  fi
131    
132  # ocamldep, ocamllex and ocamlyacc should also be present in the path  # ocamldep, ocamllex and ocamlyacc should be present in the path
133  AC_CHECK_PROG(OCAMLDEP,ocamldep,ocamldep,no)  AC_CHECK_PROG(OCAMLDEP,ocamldep,ocamldep,no)
134  if test "$OCAMLDEP" = no ; then  if test "$OCAMLDEP" = no ; then
135          AC_MSG_ERROR(Cannot find ocamldep.)          AC_MSG_ERROR(Cannot find ocamldep.)
136  fi  fi
137    
138    # ocamlfind should be present in the path
139    AC_CHECK_PROG(OCAMLFIND,ocamlfind,ocamlfind,no)
140    if test "$OCAMLFIND" = no ; then
141            AC_MSG_ERROR(Cannot find ocamlfind.)
142    fi
143    
144  #! AC_CHECK_PROG(OCAMLLEX,ocamllex,ocamllex,no)  #! AC_CHECK_PROG(OCAMLLEX,ocamllex,ocamllex,no)
145  #!if test "$OCAMLLEX" = no ; then  #!if test "$OCAMLLEX" = no ; then
146  #!    AC_MSG_ERROR(Cannot find ocamllex.)  #!    AC_MSG_ERROR(Cannot find ocamllex.)
# Line 197  fi Line 203  fi
203  AC_SUBST(OCAMLC)  AC_SUBST(OCAMLC)
204  AC_SUBST(OCAMLOPT)  AC_SUBST(OCAMLOPT)
205  AC_SUBST(OCAMLDEP)  AC_SUBST(OCAMLDEP)
206    AC_SUBST(OCAMLFIND)
207  AC_SUBST(OCAMLLEX)  AC_SUBST(OCAMLLEX)
208  AC_SUBST(OCAMLYACC)  AC_SUBST(OCAMLYACC)
209  AC_SUBST(BYTE)  AC_SUBST(BYTE)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26