This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to tag 0.93 in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-core.git
commit 48fb11f8a29faa8c9a99c01ee8e9e893ad508b43 Author: Don Samisa Abeysinghe <[email protected]> AuthorDate: Thu Aug 31 11:19:07 2006 +0000 Fixed version numbers and included apache2 --- axiom/configure.ac | 4 ++-- build.sh | 2 +- configure.ac | 2 +- rampart/configure.ac | 4 ++-- util/configure.ac | 2 +- woden/configure.ac | 4 ++-- xml_schema/configure.ac | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/axiom/configure.ac b/axiom/configure.ac index 0ab5100..da33d01 100644 --- a/axiom/configure.ac +++ b/axiom/configure.ac @@ -2,7 +2,7 @@ dnl run autogen.sh to generate the configure script. AC_PREREQ(2.59) -AC_INIT(axis2_axiom-src, 0.92) +AC_INIT(axis2_axiom-src, 0.93) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([tar-ustar]) @@ -24,7 +24,7 @@ AC_CHECK_LIB(z, inflate) #CFLAGS="$CFLAGS -ansi -Wall -D_LARGEFILE64_SOURCE -Wno-implicit-function-declaration" CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE" if test "$GCC" = "yes"; then - CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration -Werror" + CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration" fi LDFLAGS="-lpthread" diff --git a/build.sh b/build.sh index f024a38..31fb712 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ AXIS2C_HOME=`pwd`/deploy AXIS2C=`pwd` export AXIS2C_HOME AXIS2C -./configure --prefix=${AXIS2C_HOME} --enable-tests=yes --enable-trace=yes --enable-diclient=no --enable-static=no --enable-openssl=no --with-axis2_util=${AXIS2C}/util/include --with-axiom=${AXIS2C}/axiom/include +./configure --prefix=${AXIS2C_HOME} --enable-tests=no --enable-trace=no --enable-diclient=no --enable-static=no --enable-openssl=no --with-axis2_util=${AXIS2C}/util/include --with-axiom=${AXIS2C}/axiom/include --with-apache2=/usr/local/apache2/include --with-apr=/usr/local/apache2/include make make install diff --git a/configure.ac b/configure.ac index efcb998..f3b3089 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_CHECK_LIB(z, inflate) #CFLAGS="$CFLAGS -ansi -Wall -D_LARGEFILE64_SOURCE -Wno-implicit-function-declaration" CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE" if test "$GCC" = "yes"; then - CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration -Werror" + CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration" fi LDFLAGS="-lpthread" diff --git a/rampart/configure.ac b/rampart/configure.ac index 48cb0e8..7f76bb5 100644 --- a/rampart/configure.ac +++ b/rampart/configure.ac @@ -2,7 +2,7 @@ dnl run autogen.sh to generate the configure script. AC_PREREQ(2.59) -AC_INIT(rampartc-src, 0.91_pre) +AC_INIT(rampartc-src, 0.93) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([tar-ustar]) @@ -22,7 +22,7 @@ AC_CHECK_LIB(dl, dlopen) CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE" if test "$GCC" = "yes"; then - CFLAGS="$CFLAGS -ansi -Werror -Wall -Wno-implicit-function-declaration" + CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration" #CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration" fi LDFLAGS="-lpthread" diff --git a/util/configure.ac b/util/configure.ac index 65f3eb9..810acf4 100644 --- a/util/configure.ac +++ b/util/configure.ac @@ -2,7 +2,7 @@ dnl run autogen.sh to generate the configure script. AC_PREREQ(2.59) -AC_INIT(axis2_util-src, 0.92) +AC_INIT(axis2_util-src, 0.93) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([tar-ustar]) diff --git a/woden/configure.ac b/woden/configure.ac index e542cf7..2e28637 100644 --- a/woden/configure.ac +++ b/woden/configure.ac @@ -2,7 +2,7 @@ dnl run autogen.sh to generate the configure script. AC_PREREQ(2.59) -AC_INIT(wodenc-src, 0.91_pre) +AC_INIT(wodenc-src, 0.93) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([tar-ustar]) @@ -22,7 +22,7 @@ AC_CHECK_LIB(dl, dlopen) CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE" if test "$GCC" = "yes"; then - CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration -Werror" + CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration" fi LDFLAGS="-lpthread" diff --git a/xml_schema/configure.ac b/xml_schema/configure.ac index 90b0a12..cc775fe 100644 --- a/xml_schema/configure.ac +++ b/xml_schema/configure.ac @@ -2,7 +2,7 @@ dnl run autogen.sh to generate the configure script. AC_PREREQ(2.59) -AC_INIT(xml_schema-src, 0.91_pre) +AC_INIT(xml_schema-src, 0.93) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE([tar-ustar]) @@ -22,7 +22,7 @@ AC_CHECK_LIB(dl, dlopen) CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE" if test "$GCC" = "yes"; then - CFLAGS="$CFLAGS -ansi -Wall -Werror -Wno-implicit-function-declaration" + CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration" fi LDFLAGS="-lpthread"
