[asterisk-addons-commits] branch 1.2 r202 -
/branches/1.2/asterisk-ooh323c/
asterisk-addons-commits at lists.digium.com
asterisk-addons-commits at lists.digium.com
Thu Mar 2 15:56:18 MST 2006
Author: objsys
Date: Thu Mar 2 16:56:17 2006
New Revision: 202
URL: http://svn.digium.com/view/asterisk-addons?rev=202&view=rev
Log:
updates from trunk version
Modified:
branches/1.2/asterisk-ooh323c/Makefile.am
branches/1.2/asterisk-ooh323c/Makefile.in
branches/1.2/asterisk-ooh323c/config.h
branches/1.2/asterisk-ooh323c/configure
branches/1.2/asterisk-ooh323c/configure.in
Modified: branches/1.2/asterisk-ooh323c/Makefile.am
URL: http://svn.digium.com/view/asterisk-addons/branches/1.2/asterisk-ooh323c/Makefile.am?rev=202&r1=201&r2=202&view=diff
==============================================================================
--- branches/1.2/asterisk-ooh323c/Makefile.am (original)
+++ branches/1.2/asterisk-ooh323c/Makefile.am Thu Mar 2 16:56:17 2006
@@ -18,6 +18,9 @@
debug:
$(MAKE) "CFLAGS = -g -DGNU -D_GNU_SOURCE -D_REENTRANT" all
+debugthread:
+ $(MAKE) "CFLAGS = -g -DGNU -D_GNU_SOURCE -D_REENTRANT $(DEBUG_THREADS)" all
+
install:
cp .libs/libchan_h323.so.1.0.1 /usr/lib/asterisk/modules/chan_ooh323.so
Modified: branches/1.2/asterisk-ooh323c/Makefile.in
URL: http://svn.digium.com/view/asterisk-addons/branches/1.2/asterisk-ooh323c/Makefile.in?rev=202&r1=201&r2=202&view=diff
==============================================================================
--- branches/1.2/asterisk-ooh323c/Makefile.in (original)
+++ branches/1.2/asterisk-ooh323c/Makefile.in Thu Mar 2 16:56:17 2006
@@ -69,6 +69,7 @@
AS = @AS@
AWK = @AWK@
CC = @CC@
+DEBUG_THREADS = @DEBUG_THREADS@
DEPDIR = @DEPDIR@
DLLTOOL = @DLLTOOL@
ECHO = @ECHO@
@@ -1234,6 +1235,9 @@
debug:
$(MAKE) "CFLAGS = -g -DGNU -D_GNU_SOURCE -D_REENTRANT" all
+debugthread:
+ $(MAKE) "CFLAGS = -g -DGNU -D_GNU_SOURCE -D_REENTRANT $(DEBUG_THREADS)" all
+
install:
cp .libs/libchan_h323.so.1.0.1 /usr/lib/asterisk/modules/chan_ooh323.so
Modified: branches/1.2/asterisk-ooh323c/config.h
URL: http://svn.digium.com/view/asterisk-addons/branches/1.2/asterisk-ooh323c/config.h?rev=202&r1=201&r2=202&view=diff
==============================================================================
--- branches/1.2/asterisk-ooh323c/config.h (original)
+++ branches/1.2/asterisk-ooh323c/config.h Thu Mar 2 16:56:17 2006
@@ -108,13 +108,13 @@
#define PACKAGE_NAME "ASTERISK-OOH323C"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "ASTERISK-OOH323C 0.3"
+#define PACKAGE_STRING "ASTERISK-OOH323C 0.4"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "asterisk-ooh323c"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.3"
+#define PACKAGE_VERSION "0.4"
/* Define to the type of arg 1 for `select'. */
#define SELECT_TYPE_ARG1 int
@@ -135,7 +135,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
-#define VERSION "0.3"
+#define VERSION "0.4"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
Modified: branches/1.2/asterisk-ooh323c/configure
URL: http://svn.digium.com/view/asterisk-addons/branches/1.2/asterisk-ooh323c/configure?rev=202&r1=201&r2=202&view=diff
==============================================================================
--- branches/1.2/asterisk-ooh323c/configure (original)
+++ branches/1.2/asterisk-ooh323c/configure Thu Mar 2 16:56:17 2006
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for ASTERISK-OOH323C 0.3.
+# Generated by GNU Autoconf 2.57 for ASTERISK-OOH323C 0.4.
#
# Report bugs to <Objective Systems <support at obj-sys.com>>.
#
@@ -427,8 +427,8 @@
# Identity of this package.
PACKAGE_NAME='ASTERISK-OOH323C'
PACKAGE_TARNAME='asterisk-ooh323c'
-PACKAGE_VERSION='0.3'
-PACKAGE_STRING='ASTERISK-OOH323C 0.3'
+PACKAGE_VERSION='0.4'
+PACKAGE_STRING='ASTERISK-OOH323C 0.4'
PACKAGE_BUGREPORT='Objective Systems <support at obj-sys.com>'
ac_unique_file="src/chan_h323.c"
@@ -469,7 +469,7 @@
# include <unistd.h>
#endif"
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE OOH323CDRIVERDIR INSTALLPREFIX OOH323CFLAGS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB CPP EGREP LIBTOOL LIBOBJS LTLIBOBJS'
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE OOH323CDRIVERDIR INSTALLPREFIX OOH323CFLAGS DEBUG_THREADS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE build build_cpu build_vendor build_os host host_cpu host_vendor host_os LN_S ECHO RANLIB ac_ct_RANLIB CPP EGREP LIBTOOL LIBOBJS LTLIBOBJS'
ac_subst_files=''
# Initialize some variables set by options.
@@ -938,7 +938,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures ASTERISK-OOH323C 0.3 to adapt to many kinds of systems.
+\`configure' configures ASTERISK-OOH323C 0.4 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1004,7 +1004,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of ASTERISK-OOH323C 0.3:";;
+ short | recursive ) echo "Configuration of ASTERISK-OOH323C 0.4:";;
esac
cat <<\_ACEOF
@@ -1099,7 +1099,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-ASTERISK-OOH323C configure 0.3
+ASTERISK-OOH323C configure 0.4
generated by GNU Autoconf 2.57
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -1114,7 +1114,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by ASTERISK-OOH323C $as_me 0.3, which was
+It was created by ASTERISK-OOH323C $as_me 0.4, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ $0 $@
@@ -1451,7 +1451,7 @@
PACKAGE=asterisk-ooh323c
-VERSION=0.3
+VERSION=0.4
ac_aux_dir=
for ac_dir in config $srcdir/config; do
@@ -1855,6 +1855,8 @@
OOH323CFLAGS="-DGNU -D_GNU_SOURCE -D_REENTRANT -D_COMPACT"
+
+DEBUG_THREADS="-DDUMP_SCHEDULER -DDEBUG_SCHEDULER -DDEBUG_THREADS -DDETECT_DEADLOCKS #-DDO_CRASH"
@@ -4572,7 +4574,7 @@
case $host in
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 4575 "configure"' > conftest.$ac_ext
+ echo '#line 4577 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -5101,7 +5103,7 @@
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
compiler_c_o=no
-if { (eval echo configure:5104: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
+if { (eval echo configure:5106: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
if test -s out/conftest.err; then
@@ -6285,7 +6287,7 @@
libsuff=
case "$host_cpu" in
x86_64*|s390x*)
- echo '#line 6288 "configure"' > conftest.$ac_ext
+ echo '#line 6290 "configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -6957,7 +6959,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 6960 "configure"
+#line 6962 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -7055,7 +7057,7 @@
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
-#line 7058 "configure"
+#line 7060 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -9610,7 +9612,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by ASTERISK-OOH323C $as_me 0.3, which was
+This file was extended by ASTERISK-OOH323C $as_me 0.4, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -9673,7 +9675,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-ASTERISK-OOH323C config.status 0.3
+ASTERISK-OOH323C config.status 0.4
configured by $0, generated by GNU Autoconf 2.57,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
@@ -9892,6 +9894,7 @@
s, at OOH323CDRIVERDIR@,$OOH323CDRIVERDIR,;t t
s, at INSTALLPREFIX@,$INSTALLPREFIX,;t t
s, at OOH323CFLAGS@,$OOH323CFLAGS,;t t
+s, at DEBUG_THREADS@,$DEBUG_THREADS,;t t
s, at CC@,$CC,;t t
s, at CFLAGS@,$CFLAGS,;t t
s, at LDFLAGS@,$LDFLAGS,;t t
Modified: branches/1.2/asterisk-ooh323c/configure.in
URL: http://svn.digium.com/view/asterisk-addons/branches/1.2/asterisk-ooh323c/configure.in?rev=202&r1=201&r2=202&view=diff
==============================================================================
--- branches/1.2/asterisk-ooh323c/configure.in (original)
+++ branches/1.2/asterisk-ooh323c/configure.in Thu Mar 2 16:56:17 2006
@@ -1,7 +1,7 @@
AC_PREREQ(2.57)
-AC_INIT([ASTERISK-OOH323C],[0.3],[Objective Systems <support at obj-sys.com>],[asterisk-ooh323c])
+AC_INIT([ASTERISK-OOH323C],[0.4],[Objective Systems <support at obj-sys.com>],[asterisk-ooh323c])
PACKAGE=asterisk-ooh323c
-VERSION=0.3
+VERSION=0.4
AC_CONFIG_AUX_DIR(config)
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
@@ -24,6 +24,8 @@
OOH323CFLAGS="-DGNU -D_GNU_SOURCE -D_REENTRANT -D_COMPACT"
AC_SUBST(OOH323CFLAGS)
+DEBUG_THREADS="-DDUMP_SCHEDULER -DDEBUG_SCHEDULER -DDEBUG_THREADS -DDETECT_DEADLOCKS #-DDO_CRASH"
+AC_SUBST(DEBUG_THREADS)
AC_PROG_CC
More information about the asterisk-addons-commits
mailing list