diff options
author | shankar | 2010-03-03 12:55:10 +0000 |
---|---|---|
committer | shankar | 2010-03-03 12:55:10 +0000 |
commit | dacbe9d14f0367fc8df8d6338467bd3e8b6fdbd0 (patch) | |
tree | c696c8a35eaf1d6a72b3cd4083e2355c6aa03e72 /samples | |
parent | 954437e18f08457dac4d3446cec50b6979a14feb (diff) | |
download | axis2c-dacbe9d14f0367fc8df8d6338467bd3e8b6fdbd0.tar.gz axis2c-dacbe9d14f0367fc8df8d6338467bd3e8b6fdbd0.tar.bz2 |
changing version number
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@918454 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'samples')
-rw-r--r-- | samples/configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/samples/configure.ac b/samples/configure.ac index 17ad027..81e4a86 100644 --- a/samples/configure.ac +++ b/samples/configure.ac @@ -2,7 +2,7 @@ dnl run autogen.sh to generate the configure script. AC_PREREQ(2.59) -AC_INIT(axis2c-sample-src, 1.6.0) +AC_INIT(axis2c-sample-src, 1.7.0) AC_CANONICAL_SYSTEM AM_CONFIG_HEADER(config.h) dnl AM_INIT_AUTOMAKE([tar-ustar]) @@ -86,7 +86,7 @@ AC_ARG_WITH(axis2, [ --with-axis2[=PATH] Find the AXIS2 header files in 'PATH'. 'PATH' should point to AXIS2 include files location. If you omit the '=PATH' part completely, the configure script will search - '${AXIS2C_HOME}/include/axis2-1.6.0' for AXIS2 headers.], + '${AXIS2C_HOME}/include/axis2-1.7.0' for AXIS2 headers.], [ case "$withval" in no) AC_MSG_RESULT(no) @@ -98,14 +98,14 @@ AC_ARG_WITH(axis2, axis2inc="-I$withval" dnl else find the axiom include dir in ${AXIS2C_HOME}/include elif test -d "${AXIS2C_HOME}/include"; then - axis2inc="-I${AXIS2C_HOME}/include/axis2-1.6.0" + axis2inc="-I${AXIS2C_HOME}/include/axis2-1.7.0" else AC_MSG_ERROR(could not find axis2. stop) fi ;; esac ], if test -d "${AXIS2C_HOME}/include"; then - axis2inc="-I${AXIS2C_HOME}/include/axis2-1.6.0" + axis2inc="-I${AXIS2C_HOME}/include/axis2-1.7.0" fi AC_MSG_RESULT(no) ) |