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/10/31 13:59:47 UTC

svn commit: r590656 - /activemq/activemq-cpp/decaf/trunk/configure.ac

Author: tabish
Date: Wed Oct 31 05:59:46 2007
New Revision: 590656

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

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

Modified: activemq/activemq-cpp/decaf/trunk/configure.ac
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/decaf/trunk/configure.ac?rev=590656&r1=590655&r2=590656&view=diff
==============================================================================
--- activemq/activemq-cpp/decaf/trunk/configure.ac (original)
+++ activemq/activemq-cpp/decaf/trunk/configure.ac Wed Oct 31 05:59:46 2007
@@ -40,7 +40,7 @@
 PACKAGE=$DECAF_LIBRARY_NAME
 VERSION=$DECAF_VERSION
 
-AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
+AM_INIT_AUTOMAKE([subdir-objects])
 AM_CONFIG_HEADER(config.h)
 
 # Gives us access to the host_os environment variable
@@ -59,6 +59,12 @@
 AM_SANITY_CHECK
 AC_LANG_CPLUSPLUS
 
+AC_FUNC_MEMCMP
+AC_FUNC_VPRINTF
+AC_HEADER_STDC
+AC_C_CONST
+AC_TYPE_SIZE_T
+AC_C_BIGENDIAN
 AC_C_BIGENDIAN
 AC_CHECK_SIZEOF(short)
 AC_CHECK_SIZEOF(int)