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: I85d6b0233b287ad446a9c4296e56e7bbdf218195
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
5 files changed
tree: debe30639b2a7ab2eb68150e2263cd2091ed31be
  1. bootstrap.sh
  2. configure.ac
  3. LICENSE
  4. logman.py
  5. Makefile.am
  6. netman.py
  7. netman_watch_dns.c
  8. README.md
  9. userman.py
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`.