To install multifario:
        edit share/config.site to give local lib and include dirs 
	./configure
	make

   if you want to install the libraries, includes and binaries somewhere else, you can use something like

        ./configure --prefix=/usr/local

   and then

        make install

   will copy them there. "./configure --help" explains all this. Or just copy the things yourself.

contact: mhender@us.ibm.com
