libtools Build Instructions
***********************************

   Briefly, the shell commands `./configure; make; make install' should
configure, build, and install this package.

The simplest way to compile this package is:

  1. `cd' to the directory containing the package's source code and type
     `./configure' to configure the package for your system.

     Running `configure' might take a while.  While running, it prints
     some messages telling which features it is checking for.

  2. Type `make' to compile the package.

  3. You can remove the program binaries and object files from the
     source code directory by typing `make clean'.  To also remove the
     files that `configure' created (so you can compile the package for
     a different kind of computer), type `make distclean'.  There is
     also a `make maintainer-clean' target, but that is intended mainly
     for the package's developers.  If you use it, you may have to get
     all sorts of other programs in order to regenerate files that came
     with the distribution.

  4. Often, you can also type `make uninstall' to remove the installed
     files again.

Installing into non-standard location
=====================================
If you need the tools library to be installed into a non-standard location (other than /usr/lib and /usr/include) run the configure command as:
   ./configure --prefix="$install-dir"

Requirements
============
The tools library requires header files for the libfftw3 directory. By default, the installation will search in the standard locations. To specify a different location run the the configure command as:
    ./configure --CXXFLAGS="$fftw3hlocation"
