mirror of
https://github.com/bspeice/libcvautomation
synced 2026-05-30 19:50:58 -04:00
Implement a cleaner way of tracking version number
This commit is contained in:
@ -2,10 +2,10 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.59)
|
||||
AC_INIT(libcvautomation, 0.1, bspeice@uncc.edu)
|
||||
AC_INIT(libcvautomation, 1.0, bspeice@uncc.edu)
|
||||
#AC_CONFIG_HEADERS([config.h])
|
||||
AM_INIT_AUTOMAKE
|
||||
|
||||
#AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
#path intelc110 /opt/coe/intelc110
|
||||
# Checks for programs.
|
||||
|
||||
Reference in New Issue
Block a user