Date: Thu, 8 Sep 2005 09:49:35 -0300 From: romildo at uber.com.br To: lablgtk at math.nagoya-u.ac.jp Subject: Automatically generating the configure script Message-ID: <20050908124935.GB28734 at malaquias> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi. Is the configure script automatically generated by autoconf in the lablgtk2 distribution? I have done some modifications to configure.in in order to support gtkdatabox and want to regenerate configure.in. In the distributed package, the configure script generated by autoconf-2.13 fails: $ autoconf-2.13 $ ./configure loading cache ./config.cache checking for ocamlc... ocamlc ocaml version is 3.08.3 ocaml library path is /usr/lib64/ocaml Default install dirs are : /usr/lib64/ocaml/lablgtk2 and /usr/lib64/ocaml/stublibs Compile with ocamlc -I +lablgtk2 checking for ocamlopt... ocamlopt checking ocamlopt version... ok checking for ocamlc.opt... ocamlc.opt checking ocamlc.opt version... ok checking for ocamlopt.opt... ocamlopt.opt checking ocamlc.opt version... ok checking for ocamlrun... ocamlrun checking for ocamldep... ocamldep checking for ocamldoc... ocamldoc checking for ocamllex... ocamllex checking for ocamllex.opt... ocamllex.opt checking for ocamlyacc... ocamlyacc checking for ocamlmktop... ocamlmktop checking for ocamlmklib... ocamlmklib checking for camlp4o... camlp4o checking for ocaml threads... system checking for ocaml dll support... yes checking for ranlib... ranlib OCaml uses gcc to compile C files checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking platform... Unix ./configure: line 1350: syntax error near unexpected token `PKG_CHECK_MODULES' ./configure: line 1350: `PKG_CHECK_MODULES(GTK,$GTKPKG)' Romildo