From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id UAA10135; Sun, 18 Apr 2004 20:29:26 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id UAA10434 for ; Sun, 18 Apr 2004 20:29:25 +0200 (MET DST) Received: from calmail-cr.berkeley.edu (mailfarm.Berkeley.EDU [128.32.61.106]) by concorde.inria.fr (8.12.10/8.12.10) with ESMTP id i3IITNYM010173 for ; Sun, 18 Apr 2004 20:29:24 +0200 Received: from [64.162.212.212] (HELO tallman.kefka.frap.net) by calmail-cr.berkeley.edu (CommuniGate Pro SMTP 4.1.8) with SMTP id 17244175 for caml-list@inria.fr; Sun, 18 Apr 2004 11:29:23 -0700 Received: by tallman.kefka.frap.net (sSMTP sendmail emulation); Sun, 18 Apr 2004 11:28:23 -0700 Date: Sun, 18 Apr 2004 11:28:23 -0700 From: Kenneth Knowles To: caml-list@inria.fr Subject: [Caml-list] [ANNOUNCE] ocamlconf-0.4 release Message-ID: <20040418182823.GA26638@tallman.kefka.frap.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i X-Miltered: at concorde by Joe's j-chkmail ("http://j-chkmail.ensmp.fr")! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; knowles:99 tarballs:01 0.4.:01 0.4.:01 helper:01 'configure':01 toggles:01 outputs:01 dynamically:01 cygwin:01 destdir:01 destdir:01 autoconf:01 ocamlfind:01 uninstall:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk OcamlConf version 0.4 Webpage: http://kenn.frap.net/ocamlconf/ Direct links to tarballs: http://kenn.frap.net/ocamlconf/ocamlconf-0.4.tar.bz2 http://kenn.frap.net/ocamlconf/ocamlconf-0.4.tar.gz Summary of OcamlConf: OcamlConf is a build helper for ocaml programs. It takes a 'configure.ml' and creates a 'configure' script. This script prompts for compile time toggles and variable settings, ensures libraries exist, etc, and outputs an automatically generated makefile. Changes in this version: * Large improvements in mixed C/Ocaml libraries * Removed dependency on dynamically loaded code. Now instead of using the toplevel it uses the compiler. This, among other fixes, should make ocamlconf work on Cygwin. * Removed "rootdir" from the standard configuration parameters; "prefix" should be used at configure time, or use DESTDIR at "make install" time. * Changed Makefile to support "make DESTDIR=... install" style used by autoconf, Gentoo's ebuild. * Fixed Makefile so environment variable OCAMLFIND_DESTDIR is obeyed properly. * Added "cleaned" parameter to MakeMake.output for wiping up emacs backups, etc (arbitrary glob). * Added "reinstall" target that is basically "uninstall, install." (very convenient when developing a findlib package) ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners