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:54:32 UTC

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

Author: pini
Date: Wed Dec 20 00:54:31 2006
New Revision: 488980

URL: http://svn.apache.org/viewvc?view=rev&rev=488980
Log:
Changed the default install location.

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

Modified: webservices/axis2/trunk/c/tools/codegen/samples/INSTALL
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/codegen/samples/INSTALL?view=diff&rev=488980&r1=488979&r2=488980
==============================================================================
--- webservices/axis2/trunk/c/tools/codegen/samples/INSTALL (original)
+++ webservices/axis2/trunk/c/tools/codegen/samples/INSTALL Wed Dec 20 00:54:31 2006
@@ -8,7 +8,7 @@
         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.
+install into /usr/local/codegen/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=488980&r1=488979&r2=488980
==============================================================================
--- webservices/axis2/trunk/c/tools/codegen/samples/configure.ac (original)
+++ webservices/axis2/trunk/c/tools/codegen/samples/configure.ac Wed Dec 20 00:54:31 2006
@@ -6,7 +6,7 @@
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([tar-ustar])
-AC_PREFIX_DEFAULT(/usr/local/axis2c/samples)
+AC_PREFIX_DEFAULT(/usr/local/codegen/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