Formalize the build process and integrate autotools

This commit is contained in:
Bradlee Speice
2012-06-22 13:22:16 -04:00
parent 0a10dc798c
commit df26d0a95c
24 changed files with 11786 additions and 123 deletions

23
autogen.sh Executable file
View File

@ -0,0 +1,23 @@
#!/bin/sh
#===============================================================================
#
# FILE: autogen.sh
#
# USAGE: ./autogen.sh
#
# DESCRIPTION:
#
# OPTIONS: ---
# REQUIREMENTS: ---
# BUGS: ---
# NOTES: ---
# AUTHOR: Bradlee Speice, bspeice@uncc.edu
# ORGANIZATION:
# CREATED: 06/22/2012 11:05:47 AM EDT
# REVISION: ---
#===============================================================================
aclocal
autoconf
autoheader
automake