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.
## --------------------------------