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, [email protected])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_SRCDIR(src/main/activemq/core/ActiveMQConnection.cpp)
+AC_CONFIG_MACRO_DIR([m4])
 
 ## -----------------------------------------------
 ## Define the Version variables


Reply via email to