Convert build process to autotools

Replaced the use of a manual Makefile with the use of autotools to
automatically verify and generate the necessary build files. Follow the
steps outlined within the README.md file to build the package.

Change-Id: If5d1cf54ab6f3609b5e65b361b6b389ddce5377d
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
5 files changed
tree: 4f3138866740b564dbff828f914947b654e395ff
  1. bootstrap.sh
  2. configure.ac
  3. inarp.c
  4. Makefile.am
  5. README.md
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.