You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2007/11/29 07:02:05 UTC

svn commit: r599288 - /webservices/axis2/trunk/c/samples/configure.ac

Author: damitha
Date: Wed Nov 28 22:02:04 2007
New Revision: 599288

URL: http://svn.apache.org/viewvc?rev=599288&view=rev
Log:

updating to axis2c-1.2

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

Modified: webservices/axis2/trunk/c/samples/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/configure.ac?rev=599288&r1=599287&r2=599288&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/configure.ac (original)
+++ webservices/axis2/trunk/c/samples/configure.ac Wed Nov 28 22:02:04 2007
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT(axis2c-sample-src, 1.1.0)
+AC_INIT(axis2c-sample-src, 1.2.0)
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
 dnl AM_INIT_AUTOMAKE([tar-ustar])
@@ -86,7 +86,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.1' for AXIS2 headers.],
+    '$(AXIS2C_HOME)/include/axis2-1.2' for AXIS2 headers.],
 [ case "$withval" in
   no)
     AC_MSG_RESULT(no)
@@ -98,7 +98,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.1"
+        axiominc="-I$(AXIS2C_HOME)/include/axis2-1.2"
     else
         AC_MSG_ERROR(could not find axis2. stop)
     fi



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org