Author: kaushalye
Date: Fri Jul  6 00:53:28 2007
New Revision: 553779

URL: http://svn.apache.org/viewvc?view=rev&rev=553779
Log:
Fixed libtool config

Modified:
    webservices/rampart/trunk/c/configure.ac
    webservices/rampart/trunk/c/samples/configure.ac

Modified: webservices/rampart/trunk/c/configure.ac
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/configure.ac?view=diff&rev=553779&r1=553778&r2=553779
==============================================================================
--- webservices/rampart/trunk/c/configure.ac (original)
+++ webservices/rampart/trunk/c/configure.ac Fri Jul  6 00:53:28 2007
@@ -14,7 +14,7 @@
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_CPP
-AM_PROG_LIBTOOL
+AC_PROG_LIBTOOL
 AC_PROG_INSTALL
 AC_PROG_LN_S
 AC_PROG_MAKE_SET

Modified: webservices/rampart/trunk/c/samples/configure.ac
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/samples/configure.ac?view=diff&rev=553779&r1=553778&r2=553779
==============================================================================
--- webservices/rampart/trunk/c/samples/configure.ac (original)
+++ webservices/rampart/trunk/c/samples/configure.ac Fri Jul  6 00:53:28 2007
@@ -14,7 +14,7 @@
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_CPP
-AM_PROG_LIBTOOL
+AC_PROG_LIBTOOL
 AC_PROG_INSTALL
 AC_PROG_LN_S
 AC_PROG_MAKE_SET


Reply via email to