mirror of
https://github.com/bspeice/libcvautomation
synced 2025-04-21 00:41:29 -04:00
Remove autoheader from autogen.sh, it's not doing anything
This commit is contained in:
parent
8d89cca315
commit
403a00435d
@ -19,5 +19,4 @@
|
|||||||
|
|
||||||
aclocal
|
aclocal
|
||||||
autoconf
|
autoconf
|
||||||
autoheader
|
|
||||||
automake
|
automake
|
||||||
|
@ -5,6 +5,7 @@ AC_PREREQ(2.59)
|
|||||||
AC_INIT(libcvautomation, 0.1, bspeice@uncc.edu)
|
AC_INIT(libcvautomation, 0.1, bspeice@uncc.edu)
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
|
||||||
|
#AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_SUBDIRS([libcvautomation/] [examples/])
|
AC_CONFIG_SUBDIRS([libcvautomation/] [examples/])
|
||||||
|
|
||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
|
Loading…
Reference in New Issue
Block a user