mirror of
https://github.com/bspeice/libcvautomation
synced 2024-12-12 09:48:09 -05:00
23 lines
505 B
Bash
23 lines
505 B
Bash
|
#!/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
|
||
|
automake
|