You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by da...@apache.org on 2007/09/20 11:06:01 UTC

svn commit: r577646 - /webservices/savan/trunk/c/configure.ac

Author: damitha
Date: Thu Sep 20 02:06:00 2007
New Revision: 577646

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

updating build files

Modified:
    webservices/savan/trunk/c/configure.ac

Modified: webservices/savan/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/configure.ac?rev=577646&r1=577645&r2=577646&view=diff
==============================================================================
--- webservices/savan/trunk/c/configure.ac (original)
+++ webservices/savan/trunk/c/configure.ac Thu Sep 20 02:06:00 2007
@@ -2,11 +2,11 @@
 
 AC_PREREQ(2.59)
 
-AC_INIT(rampartc-src, 0.93)
+AC_INIT(savanc-src, 0.90)
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([tar-ustar])
-AC_PREFIX_DEFAULT(/usr/local/rampartc)
+AC_PREFIX_DEFAULT(/usr/local/savanc)
 
 dnl Checks for programs.
 AC_PROG_CC