Remove autoheader from autogen.sh, it's not doing anything

This commit is contained in:
Bradlee Speice 2012-06-22 16:26:47 -04:00
parent 8d89cca315
commit 403a00435d
2 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,4 @@
aclocal
autoconf
autoheader
automake

View File

@ -5,6 +5,7 @@ AC_PREREQ(2.59)
AC_INIT(libcvautomation, 0.1, bspeice@uncc.edu)
AM_INIT_AUTOMAKE
#AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SUBDIRS([libcvautomation/] [examples/])
# Checks for programs.