Author: damitha
Date: Sun Dec 30 19:17:48 2007
New Revision: 607654
URL: http://svn.apache.org/viewvc?rev=607654&view=rev
Log:
working on the sandesha2c binrary and source distribution script files
Modified:
webservices/sandesha/trunk/c/bindist.sh
webservices/sandesha/trunk/c/configure.ac
webservices/sandesha/trunk/c/samples/configure.ac
Modified: webservices/sandesha/trunk/c/bindist.sh
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/bindist.sh?rev=607654&r1=607653&r2=607654&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/bindist.sh (original)
+++ webservices/sandesha/trunk/c/bindist.sh Sun Dec 30 19:17:48 2007
@@ -8,7 +8,7 @@
echo "Build Sandesha2C"
./autogen.sh
-./configure --prefix=${AXIS2C_HOME} --enable-static=no
--with-axis2=${AXIS2C_HOME}/include/axis2-1.2
+./configure --prefix=${SANDESHA2C_HOME} --enable-static=no
--with-axis2=${AXIS2C_HOME}/include/axis2-1.2
make
make install
make dist
@@ -16,7 +16,7 @@
echo "Build samples"
cd samples
./autogen.sh
-./configure --prefix=${AXIS2C_HOME}
--with-axis2=${AXIS2C_HOME}/include/axis2-1.2
+./configure --prefix=${SANDESHA2C_HOME}
--with-axis2=${AXIS2C_HOME}/include/axis2-1.2
make
make install
make dist
Modified: webservices/sandesha/trunk/c/configure.ac
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/configure.ac?rev=607654&r1=607653&r2=607654&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/configure.ac (original)
+++ webservices/sandesha/trunk/c/configure.ac Sun Dec 30 19:17:48 2007
@@ -1,7 +1,7 @@
dnl run autogen.sh to generate the configure script.
AC_PREREQ(2.59)
-AC_INIT(sandesha2c-src, 0.91)
+AC_INIT(sandesha2c-src, 0.92)
AC_CANONICAL_SYSTEM
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
Modified: webservices/sandesha/trunk/c/samples/configure.ac
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/configure.ac?rev=607654&r1=607653&r2=607654&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/samples/configure.ac (original)
+++ webservices/sandesha/trunk/c/samples/configure.ac Sun Dec 30 19:17:48 2007
@@ -2,7 +2,7 @@
AC_PREREQ(2.59)
-AC_INIT(sandesha2-sample-src, 0.93)
+AC_INIT(sandesha2-sample-src, 0.94)
AC_CANONICAL_SYSTEM
AM_CONFIG_HEADER(config.h)
dnl AM_INIT_AUTOMAKE([tar-ustar])
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]