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 2009/07/01 20:02:01 UTC

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

Author: tabish
Date: Wed Jul  1 18:02:01 2009
New Revision: 790293

URL: http://svn.apache.org/viewvc?rev=790293&view=rev
Log:
Add macro AC_CONFIG_MACRO_DIR to adhere to new autotools recommendations and quiet some warnings that were seen when running autogen.sh

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

Modified: activemq/activemq-cpp/trunk/activemq-cpp/configure.ac
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/configure.ac?rev=790293&r1=790292&r2=790293&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/configure.ac (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/configure.ac Wed Jul  1 18:02:01 2009
@@ -23,6 +23,7 @@
 AC_INIT(activemq-cpp, 3.1.0, dev@activemq.apache.org)
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_SRCDIR(src/main/activemq/core/ActiveMQConnection.cpp)
+AC_CONFIG_MACRO_DIR([m4])
 
 ## -----------------------------------------------
 ## Define the Version variables