libtlsrpt - Installation
************************

Create ./configure if missing
=============================
On development branches ./configure is not provided.
If ./configure does not exist, bootstrap the GNU Autotools toolchain by calling:
    autoreconf --verbose  --install --force


Basic Installation
==================
To install the libtlsrpt in /usr/local/lib and the header files to /usr/local/include:
    ./configure 
    make
    make install 
 
