This is a port of GNU Bool 0.2 to MSDOS/DJGPP.

1.:     DJGPP specific changes.
        =======================

        Minor changes needed to make the testsuite run from
        a different partition than where the sources are located.


2.:     Installing the binary package.
        ==============================

2.1.:   Copy the binary distribution into the top DJGPP installation directory
        and unzip it running *ONE* of the following commands:
          unzip32 bool02b.zip      or
          djtarx bool02b.zip       or
          pkunzip -d bool02b.zip

        For futher information about GNU Bool please read the man pages and
        the README and NEWS files.


3.:     Building the binaries from sources.
        ===================================

3.1.:   To build the binaries you will need the following binary packages:
          djdev203.zip (NOT a prior version)
          bsh203b.zip  (NOT a prior version)
          gcc2952b.zip, bnu2951b.zip, mak3791b.zip,
          fil316b.zip, shl112b.zip, txt20b.zip,
          txi40b.zip, grep24b.zip, sed302b.zip
          and gwk306b.zip to run the testsuite.


        All this packages can be found in the v2gnu directory of any
        Simtel.NET mirror.
        You will need bsh203b.zip and *NOT* a prior version or the build will fail.
        The same applies to djdev203.zip. You *MUST* use the updated version of
        fil316b.zip (date: 2000-05-30) and shl112b.zip (date: 2000-08-11).
        This updated versions have been recompiled with djdev203.zip and know
        about the "/dev/env" functionality introduced with djdev203.zip. Later
        versions of file utils and shell utils will to the job as well. All the
        other packages are the ones I have used to build the binaries from this
        sources. Previuos versions of this packages may do the job as well but
        I have not tested this.

3.2.:   Create a temporary directory. Copy the source package: bool02s.zip
        into the directory and unzip it runnig ONE of the following commands:
          unzip32 bool02s.zip      or
          djtarx bool02s.zip       or
          pkunzip -d bool02s.zip

3.3.:   This package is already preconfigured for djdev203. To compile the
        sources run the command:
          make

        To start the testsuite run the command:
          make check

        To install the products run the command:
          make install

        This will install the products into your DJGPP directory tree specified
        by the value of DJDIR. If you prefer to install into some other directory
        then run a command like this:
          make install prefix=z:/some/other/dir

        This will install the products into the derectory specified by the value
        of prefix.

3.4.:   If for some reason you want to reconfigure the package, change into the
        top srcdir (bool-0.2) and run the following commands:
          make distclean
          djgpp\config

        Please note that you *MUST* use the "distclean" option or the config.cache
        file will *NOT* be deleted. In this case you are *NOT* reconfiguring
        because the configuration informations is read from the cache file
        instead of being newly computed.
        To build the programs in a directory other than where the sources are,
        you must add the parameter that specifies the source directory,
        e.g:
          x:\src\gnu\bool-0.2\djgpp\configdj x:/src/gnu/bool-0.2

        Lets assume you want to build the binaries in a directory placed on a 
        different drive (z:\build in this case) from where the sources are,
        then you will run the following commands:
          z:
          md \build
          cd \build
          x:\src\gnu\bool-0.2\djgpp\config x:/src/gnu/bool-0.2



        Send bool specific bug reports to <bug-bool@gnu.org>.
        Send suggestions and bug reports concerning the DJGPP port
        to comp.os.msdos.djgpp or <djgpp@delorie.com>.

Enjoy.

          Guerrero, Juan Manuel <st001906@hrz1.hrz.tu-darmstadt.de>
