Author: shankar
Date: Mon Mar 16 10:39:13 2009
New Revision: 754858

URL: http://svn.apache.org/viewvc?rev=754858&view=rev
Log:
changing axis2 version number

Modified:
    webservices/rampart/trunk/c/samples/configure.ac

Modified: webservices/rampart/trunk/c/samples/configure.ac
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/samples/configure.ac?rev=754858&r1=754857&r2=754858&view=diff
==============================================================================
--- webservices/rampart/trunk/c/samples/configure.ac (original)
+++ webservices/rampart/trunk/c/samples/configure.ac Mon Mar 16 10:39:13 2009
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT(rampart-samples-src, 1.1.0)
+AC_INIT(rampart-samples-src, 1.3.0)
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
 dnl AM_INIT_AUTOMAKE([tar-ustar])
@@ -71,7 +71,7 @@
 [  --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.2' for AXIS2 headers.],
+    '$(AXIS2C_HOME)/include/axis2-1.6' for AXIS2 headers.],
 [ case "$withval" in
   no)
     AC_MSG_RESULT(no)
@@ -83,7 +83,7 @@
         axis2inc="-I$withval"
     dnl else find the axiom include dir in $(AXIS2C_HOME)/include
     elif test -d '$(AXIS2C_HOME)/include'; then
-        axiominc="-I$(AXIS2C_HOME)/include/axis2-1.2"
+        axiominc="-I$(AXIS2C_HOME)/include/axis2-1.6"
     else
         AC_MSG_ERROR(could not find axis2. stop)
     fi


Reply via email to