- New INSTALL document describing different ways to build "tunala" and
authorGeoff Thorpe <geoff@openssl.org>
Mon, 23 Jul 2001 19:03:48 +0000 (19:03 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Mon, 23 Jul 2001 19:03:48 +0000 (19:03 +0000)
commit3866752e7e0d1d5e15ad4b34e5dd586ac1158a22
treec3102005aec20ae586b76dbf47d99a42c215d851
parent3e3dac9f97a4f8ee5954f8ff9bec4c616e090146
- New INSTALL document describing different ways to build "tunala" and
  possible problems.
- New file breakage.c handles (so far) missing functions.
- Get rid of some signed/unsigned/const warnings thanks to solaris-cc
- Add autoconf/automake input files, and helper scripts to populate missing
  (but auto-generated) files.

This change adds a configure.in and Makefile.am to build everything using
autoconf, automake, and libtool - and adds "gunk" scripts to generate the
various files those things need (and clean then up again after). This means
that "autogunk.sh" needs to be run first on a system with the autotools,
but the resulting directory should be "configure"able and compilable on
systems without those tools.
demos/tunala/INSTALL [new file with mode: 0644]
demos/tunala/Makefile
demos/tunala/Makefile.am [new file with mode: 0644]
demos/tunala/README
demos/tunala/autogunk.sh [new file with mode: 0755]
demos/tunala/autoungunk.sh [new file with mode: 0755]
demos/tunala/breakage.c [new file with mode: 0644]
demos/tunala/configure.in [new file with mode: 0644]
demos/tunala/ip.c
demos/tunala/tunala.c
demos/tunala/tunala.h