Downgrade the autoconf version to support RHEL5

This commit is contained in:
Bradlee Speice 2012-06-22 16:15:59 -04:00
parent dab4d28932
commit 8d89cca315

View File

@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.62)
AC_PREREQ(2.59)
AC_INIT(libcvautomation, 0.1, bspeice@uncc.edu)
AM_INIT_AUTOMAKE