You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by pi...@apache.org on 2008/02/07 17:28:19 UTC

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

Author: pini
Date: Thu Feb  7 08:28:17 2008
New Revision: 619483

URL: http://svn.apache.org/viewvc?rev=619483&view=rev
Log:
Changed the version number

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=619483&r1=619482&r2=619483&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/configure.ac (original)
+++ webservices/axis2/trunk/c/samples/configure.ac Thu Feb  7 08:28:17 2008
@@ -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.2' for AXIS2 headers.],
+    '$(AXIS2C_HOME)/include/axis2-1.3.0' 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.2"
+        axiominc="-I$(AXIS2C_HOME)/include/axis2-1.3.0"
     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