You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2007/06/26 19:19:47 UTC

svn commit: r550866 - /activemq/activemq-cpp/trunk/configure.ac

Author: tabish
Date: Tue Jun 26 10:19:46 2007
New Revision: 550866

URL: http://svn.apache.org/viewvc?view=rev&rev=550866
Log:
http://issues.apache.org/activemq/browse/AMQCPP-115

Update the config to have a reference to AC_CONFIG_LIBTOOL, instead of AM_CONFIG_LIBTOOL which is depricated.

Modified:
    activemq/activemq-cpp/trunk/configure.ac

Modified: activemq/activemq-cpp/trunk/configure.ac
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/configure.ac?view=diff&rev=550866&r1=550865&r2=550866
==============================================================================
--- activemq/activemq-cpp/trunk/configure.ac (original)
+++ activemq/activemq-cpp/trunk/configure.ac Tue Jun 26 10:19:46 2007
@@ -53,7 +53,7 @@
 AC_PROG_CC
 AC_PROG_CXX
 ## Uncomment to use libtool for shared libs
-## AM_PROG_LIBTOOL
+## AC_PROG_LIBTOOL
 AC_PROG_RANLIB
 AM_SANITY_CHECK
 AC_LANG_CPLUSPLUS