libcvautomation/autogen.sh

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