Changed configure/build procedure to allow specified run, tmp and log dirs and avoid early replacement of configure variables in SQL defautl config.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3222 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan
2011-01-07 11:10:18 +00:00
parent 215884ecc5
commit 46358c84e9
43 changed files with 158 additions and 343 deletions

View File

@@ -25,13 +25,13 @@
#
use strict;
@EXTRA_PERL_LIB@
use ZoneMinder::ConfigAdmin qw( :data );
use lib './scripts/ZoneMinder/lib';
use ZoneMinder::ConfigAdmin qw/:data/;
$| = 1;
my $config_header = "src/zm_config_defines.h";
my $config_sql = "db/zm_create.sql.in";
my $config_sql = "db/zm_create.sql";
generateConfigFiles();