Updated by autoconf/automake

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3038 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2010-02-28 17:39:38 +00:00
parent 2b375ef264
commit 255c311ef1
4 changed files with 165 additions and 7 deletions

View File

@ -37,7 +37,8 @@ POST_UNINSTALL = :
subdir = .
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(srcdir)/zm.conf.in $(top_srcdir)/configure \
$(srcdir)/zm.conf.in $(srcdir)/zmconfgen.pl.in \
$(top_srcdir)/configure \
$(top_srcdir)/scripts/ZoneMinder/lib/ZoneMinder/Base.pm.in \
$(top_srcdir)/scripts/ZoneMinder/lib/ZoneMinder/Config.pm.in \
$(top_srcdir)/scripts/ZoneMinder/lib/ZoneMinder/ConfigAdmin.pm.in \
@ -53,7 +54,8 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno configure.status.lineno
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES = zm.conf scripts/ZoneMinder/lib/ZoneMinder/Base.pm \
CONFIG_CLEAN_FILES = zm.conf zmconfgen.pl \
scripts/ZoneMinder/lib/ZoneMinder/Base.pm \
scripts/ZoneMinder/lib/ZoneMinder/Config.pm \
scripts/ZoneMinder/lib/ZoneMinder/Memory.pm \
scripts/ZoneMinder/lib/ZoneMinder/ConfigAdmin.pm
@ -280,6 +282,8 @@ distclean-hdr:
-rm -f config.h stamp-h1
zm.conf: $(top_builddir)/config.status $(srcdir)/zm.conf.in
cd $(top_builddir) && $(SHELL) ./config.status $@
zmconfgen.pl: $(top_builddir)/config.status $(srcdir)/zmconfgen.pl.in
cd $(top_builddir) && $(SHELL) ./config.status $@
scripts/ZoneMinder/lib/ZoneMinder/Base.pm: $(top_builddir)/config.status $(top_srcdir)/scripts/ZoneMinder/lib/ZoneMinder/Base.pm.in
cd $(top_builddir) && $(SHELL) ./config.status $@
scripts/ZoneMinder/lib/ZoneMinder/Config.pm: $(top_builddir)/config.status $(top_srcdir)/scripts/ZoneMinder/lib/ZoneMinder/Config.pm.in

View File

@ -334,7 +334,7 @@
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at runtime.
automatically deduced at run-time.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown */
@ -382,7 +382,7 @@
/* Define to `int' if <sys/types.h> does not define. */
#undef mode_t
/* Define to `unsigned int' if <sys/types.h> does not define. */
/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t
/* Define to `int' if <sys/types.h> doesn't define. */

156
configure vendored
View File

@ -7932,6 +7932,80 @@ echo "$as_me: WARNING: libpcre.a may be required for remote/network camera suppo
fi
echo "$as_me:$LINENO: checking for x264_predict_16x16_init in -lx264" >&5
echo $ECHO_N "checking for x264_predict_16x16_init in -lx264... $ECHO_C" >&6
if test "${ac_cv_lib_x264_x264_predict_16x16_init+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lx264 $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char x264_predict_16x16_init ();
int
main ()
{
x264_predict_16x16_init ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
(eval $ac_link) 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -z "$ac_cxx_werror_flag"
|| test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_x264_x264_predict_16x16_init=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_x264_x264_predict_16x16_init=no
fi
rm -f conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
echo "$as_me:$LINENO: result: $ac_cv_lib_x264_x264_predict_16x16_init" >&5
echo "${ECHO_T}$ac_cv_lib_x264_x264_predict_16x16_init" >&6
if test $ac_cv_lib_x264_x264_predict_16x16_init = yes; then
cat >>confdefs.h <<_ACEOF
#define HAVE_LIBX264 1
_ACEOF
LIBS="-lx264 $LIBS"
fi
echo "$as_me:$LINENO: checking for av_malloc in -lavutil" >&5
echo $ECHO_N "checking for av_malloc in -lavutil... $ECHO_C" >&6
if test "${ac_cv_lib_avutil_av_malloc+set}" = set; then
@ -8092,7 +8166,7 @@ if test "${ac_cv_lib_avformat_av_new_stream+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lavformat -lavcodec -lavutil $LIBS"
LIBS="-lavformat $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@ -8163,6 +8237,83 @@ echo "$as_me: WARNING: libavformat.a is required for MPEG streaming" >&2;}
fi
echo "$as_me:$LINENO: checking for avdevice_register_all in -lavdevice" >&5
echo $ECHO_N "checking for avdevice_register_all in -lavdevice... $ECHO_C" >&6
if test "${ac_cv_lib_avdevice_avdevice_register_all+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lavdevice $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char avdevice_register_all ();
int
main ()
{
avdevice_register_all ();
;
return 0;
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
(eval $ac_link) 2>conftest.er1
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
cat conftest.err >&5
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); } &&
{ ac_try='test -z "$ac_cxx_werror_flag"
|| test ! -s conftest.err'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; } &&
{ ac_try='test -s conftest$ac_exeext'
{ (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
(eval $ac_try) 2>&5
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
ac_cv_lib_avdevice_avdevice_register_all=yes
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
ac_cv_lib_avdevice_avdevice_register_all=no
fi
rm -f conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext
LIBS=$ac_check_lib_save_LIBS
fi
echo "$as_me:$LINENO: result: $ac_cv_lib_avdevice_avdevice_register_all" >&5
echo "${ECHO_T}$ac_cv_lib_avdevice_avdevice_register_all" >&6
if test $ac_cv_lib_avdevice_avdevice_register_all = yes; then
cat >>confdefs.h <<_ACEOF
#define HAVE_LIBAVDEVICE 1
_ACEOF
LIBS="-lavdevice $LIBS"
else
{ echo "$as_me:$LINENO: WARNING: libavdevice.a may be required for MPEG streaming" >&5
echo "$as_me: WARNING: libavdevice.a may be required for MPEG streaming" >&2;}
fi
echo "$as_me:$LINENO: checking for sws_scale in -lswscale" >&5
echo $ECHO_N "checking for sws_scale in -lswscale... $ECHO_C" >&6
if test "${ac_cv_lib_swscale_sws_scale+set}" = set; then
@ -13531,7 +13682,7 @@ fi
ac_config_files="$ac_config_files Makefile zm.conf db/Makefile db/zm_create.sql scripts/Makefile scripts/zm scripts/zmaudit.pl scripts/zmcontrol.pl scripts/zmdc.pl scripts/zmfilter.pl scripts/zmpkg.pl scripts/zmtrack.pl scripts/zmtrigger.pl scripts/zmupdate.pl scripts/zmvideo.pl scripts/zmwatch.pl scripts/zmx10.pl scripts/zmdbbackup scripts/zmdbrestore scripts/zmeventdump scripts/zmlogrotate.conf scripts/ZoneMinder/lib/ZoneMinder/Base.pm scripts/ZoneMinder/lib/ZoneMinder/Config.pm scripts/ZoneMinder/lib/ZoneMinder/Memory.pm scripts/ZoneMinder/lib/ZoneMinder/ConfigAdmin.pm src/Makefile src/zm_config.h web/Makefile web/ajax/Makefile web/css/Makefile web/graphics/Makefile web/includes/Makefile web/includes/config.php web/js/Makefile web/lang/Makefile web/skins/Makefile web/skins/classic/Makefile web/skins/classic/ajax/Makefile web/skins/classic/css/Makefile web/skins/classic/graphics/Makefile web/skins/classic/includes/Makefile web/skins/classic/js/Makefile web/skins/classic/lang/Makefile web/skins/classic/views/Makefile web/skins/classic/views/css/Makefile web/skins/classic/views/js/Makefile web/skins/mobile/Makefile web/skins/mobile/ajax/Makefile web/skins/mobile/css/Makefile web/skins/mobile/graphics/Makefile web/skins/mobile/includes/Makefile web/skins/mobile/lang/Makefile web/skins/mobile/views/Makefile web/skins/mobile/views/css/Makefile web/tools/Makefile web/tools/mootools/Makefile web/views/Makefile"
ac_config_files="$ac_config_files Makefile zm.conf zmconfgen.pl db/Makefile db/zm_create.sql scripts/Makefile scripts/zm scripts/zmaudit.pl scripts/zmcontrol.pl scripts/zmdc.pl scripts/zmfilter.pl scripts/zmpkg.pl scripts/zmtrack.pl scripts/zmtrigger.pl scripts/zmupdate.pl scripts/zmvideo.pl scripts/zmwatch.pl scripts/zmx10.pl scripts/zmdbbackup scripts/zmdbrestore scripts/zmeventdump scripts/zmlogrotate.conf scripts/ZoneMinder/lib/ZoneMinder/Base.pm scripts/ZoneMinder/lib/ZoneMinder/Config.pm scripts/ZoneMinder/lib/ZoneMinder/Memory.pm scripts/ZoneMinder/lib/ZoneMinder/ConfigAdmin.pm src/Makefile src/zm_config.h web/Makefile web/ajax/Makefile web/css/Makefile web/graphics/Makefile web/includes/Makefile web/includes/config.php web/js/Makefile web/lang/Makefile web/skins/Makefile web/skins/classic/Makefile web/skins/classic/ajax/Makefile web/skins/classic/css/Makefile web/skins/classic/graphics/Makefile web/skins/classic/includes/Makefile web/skins/classic/js/Makefile web/skins/classic/lang/Makefile web/skins/classic/views/Makefile web/skins/classic/views/css/Makefile web/skins/classic/views/js/Makefile web/skins/mobile/Makefile web/skins/mobile/ajax/Makefile web/skins/mobile/css/Makefile web/skins/mobile/graphics/Makefile web/skins/mobile/includes/Makefile web/skins/mobile/lang/Makefile web/skins/mobile/views/Makefile web/skins/mobile/views/css/Makefile web/tools/Makefile web/tools/mootools/Makefile web/views/Makefile"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@ -14091,6 +14242,7 @@ do
# Handling of arguments.
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"zm.conf" ) CONFIG_FILES="$CONFIG_FILES zm.conf" ;;
"zmconfgen.pl" ) CONFIG_FILES="$CONFIG_FILES zmconfgen.pl" ;;
"db/Makefile" ) CONFIG_FILES="$CONFIG_FILES db/Makefile" ;;
"db/zm_create.sql" ) CONFIG_FILES="$CONFIG_FILES db/zm_create.sql" ;;
"scripts/Makefile" ) CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;

View File

@ -178,7 +178,9 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
AUTOMAKE_OPTIONS = gnu
webdir = @WEB_PREFIX@/views
dist_web_DATA = # No files here
dist_web_DATA = file.php \
image.php
all: all-am
.SUFFIXES: