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 2006/12/20 09:53:50 UTC

svn commit: r488976 - in /webservices/axis2/trunk/c/tools/codegen/samples: INSTALL configure.ac

Author: pini
Date: Wed Dec 20 00:53:50 2006
New Revision: 488976

URL: http://svn.apache.org/viewvc?view=rev&rev=488976
Log:
Added the INSTALL file

Added:
    webservices/axis2/trunk/c/tools/codegen/samples/INSTALL
Modified:
    webservices/axis2/trunk/c/tools/codegen/samples/configure.ac

Added: webservices/axis2/trunk/c/tools/codegen/samples/INSTALL
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/codegen/samples/INSTALL?view=auto&rev=488976
==============================================================================
--- webservices/axis2/trunk/c/tools/codegen/samples/INSTALL (added)
+++ webservices/axis2/trunk/c/tools/codegen/samples/INSTALL Wed Dec 20 00:53:50 2006
@@ -0,0 +1,14 @@
+Getting Axis2/C Codegen samples source working on Linux
+=============================================
+Build the source
+This can be done using the following command sequence:
+        ./configure
+        make
+        make install
+        use './configure --help' for options
+
+NOTE: If you don't provide a --prefix configure option, it will by default 
+install into /usr/local/axis2c/samples directory.
+
+
+

Modified: webservices/axis2/trunk/c/tools/codegen/samples/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/codegen/samples/configure.ac?view=diff&rev=488976&r1=488975&r2=488976
==============================================================================
--- webservices/axis2/trunk/c/tools/codegen/samples/configure.ac (original)
+++ webservices/axis2/trunk/c/tools/codegen/samples/configure.ac Wed Dec 20 00:53:50 2006
@@ -2,11 +2,11 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT(wodenc-samples-src, 0.95)
+AC_INIT(wodenc-samples-src, 0.96)
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([tar-ustar])
-AC_PREFIX_DEFAULT(/usr/local/wodenc/samples)
+AC_PREFIX_DEFAULT(/usr/local/axis2c/samples)
 
 dnl Checks for programs.
 AC_PROG_CC



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