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 2008/11/19 20:30:50 UTC

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

Author: tabish
Date: Wed Nov 19 11:30:48 2008
New Revision: 719033

URL: http://svn.apache.org/viewvc?rev=719033&view=rev
Log:
Update the configure.ac input file to force a check on the version of autoconf, we are limited to 2.61 or higher.

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?rev=719033&r1=719032&r2=719033&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/configure.ac (original)
+++ activemq/activemq-cpp/trunk/configure.ac Wed Nov 19 11:30:48 2008
@@ -15,6 +15,8 @@
 # limitations under the License.
 # ---------------------------------------------------------------------------
 
+AC_PREREQ(2.61)
+
 ## --------------------------------
 ## Initialization macros.
 ## --------------------------------