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
- bootstrap.sh
- configure.ac
- inarp.c
- Makefile.am
- 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`.