Update configure.ac

make ZoneMinder lowercase to match the folder with the same name
This commit is contained in:
Andy Bauer
2013-10-07 09:14:53 -05:00
parent 1ac034982f
commit 01be7a8aec

View File

@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
AC_INIT(zm,1.26.4,[http://www.zoneminder.com/forums/ - Please check FAQ first],ZoneMinder,http://www.zoneminder.com/downloads.html)
AC_INIT(zm,1.26.4,[http://www.zoneminder.com/forums/ - Please check FAQ first],zoneminder,http://www.zoneminder.com/downloads.html)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR(src/zm.h)
AC_CONFIG_HEADERS(config.h)