mirror of
https://github.com/bspeice/libcvautomation
synced 2025-07-01 22:07:38 -04:00
Formalize the build process and integrate autotools
This commit is contained in:
23
autogen.sh
Executable file
23
autogen.sh
Executable 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
|
Reference in New Issue
Block a user