From 01be7a8aecb58618a1bfe9002dbcc0a270f0f33b Mon Sep 17 00:00:00 2001 From: Andy Bauer Date: Mon, 7 Oct 2013 09:14:53 -0500 Subject: [PATCH] Update configure.ac make ZoneMinder lowercase to match the folder with the same name --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 55e7c8a1c..68bf3ca79 100644 --- a/configure.ac +++ b/configure.ac @@ -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)