This package is:
 -    How to build a jumptable version of librl.a

It is based on:
 -    HJ Lu's package: How to build the Linux Shared Libs (shlib....TZ)

It contains:
 -    Modified sources of the gnu READLINE package as it came with BASH 1.12
      without any of the supporting documents or examples. All global data
      has been moved to 00_DATA.c
 -    Modified scripts for building this specific jump lib. Due to many
      simplifications it is absolutely NOT suited to replace anything HLU
      has released.

It was designed by:
 -    Rob Hooft (hooft@chem.ruu.nl)

With help of:
 -    David Engel (david@ods.com), the original author of the JumpTables.
 -    H.J. Lu (hlu@eecs.wsu.edu), the maintainer of our GCC and libc.

To build the lib:
 -    cd to the 'jump' directory.
 -    modify the Makefile, it needs to know the directory where it is running.
 -    Type 'make clean' (if desired).
 -    Type 'make'.
      in the final stages the resolver will complain about undefined externals.
      I don't know what to do about it.

To install the lib:
 -    copy jump/libreadline.a to /usr/lib/shlib/jump
 -    copy jump/librl.so.0.1 to /lib
 -    ln -s /lib/librl.so.0.1 /lib/librl.so.0
 -    copy ./libreadline.a to /usr/lib
 -    probably copy readline/readline.h and readline/history.h to a 
      standard place.

Warning:
 -   If you modify any of the scripts, you better know what you're doing...
 -   Be careful: This is a first test of this lib, as is indicated by
     the version number 0.1. There are probably bugs.....
