Boost logo

Boost :

From: Braden N. McDaniel (braden_at_[hidden])
Date: 2000-02-23 20:39:06


On Wed, 23 Feb 2000, Beman Dawes wrote:

> Isn't the issue of how to configure for a given platform separable
> from how to build the binary library for the platform? Of course, if
> any configuration has to be done, it must be done first.

I don't think autoconf/automake/libtool are sufficiently non-intrusive to
fully mesh with the process you described in your other posting. Here is a
rough overview of the process...

If one is using automake, one writes Makefile.am scripts. You'll need one
of these in each directory involved in the build process. Running automake
in the top-level directory recurses the subdirectories and generates a
Makefile.in from each Makefile.am. If you're not using automake, you
author the Makefile.in's directly.

In the top-level directory, you write a script called configure.in.
Running autoconf on this yields the configure script. Running the
configure script checks a bunch of stuff about your system, and generates
Makefile's from the Makefile.in's. If you're using an autoconf config
header, it gets generated at this point, too.

-- 
Braden N. McDaniel
braden_at_[hidden]
<URL:http://www.endoframe.com>

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk