mirror of
https://github.com/bspeice/libcvautomation
synced 2024-12-04 13:58:11 -05:00
24 lines
544 B
Bash
Executable File
24 lines
544 B
Bash
Executable File
#!/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
|
|
libtoolize --copy
|
|
automake --copy --add-missing
|