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/07/11 22:42:50 UTC

svn commit: r555392 - in /activemq/activemq-cpp/trunk/src/decaf: Makefile.am configure.ac

Author: tabish
Date: Wed Jul 11 13:42:49 2007
New Revision: 555392

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

Adding on more configuration tools for getting the decaf deps in place.

Modified:
    activemq/activemq-cpp/trunk/src/decaf/Makefile.am
    activemq/activemq-cpp/trunk/src/decaf/configure.ac

Modified: activemq/activemq-cpp/trunk/src/decaf/Makefile.am
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/Makefile.am?view=diff&rev=555392&r1=555391&r2=555392
==============================================================================
--- activemq/activemq-cpp/trunk/src/decaf/Makefile.am (original)
+++ activemq/activemq-cpp/trunk/src/decaf/Makefile.am Wed Jul 11 13:42:49 2007
@@ -27,6 +27,8 @@
 #Distribute these directories:
 DIST_SUBDIRS = src/main
 
+bin_SCRIPTS = decaf-config
+
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = decaf.pc
 

Modified: activemq/activemq-cpp/trunk/src/decaf/configure.ac
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/configure.ac?view=diff&rev=555392&r1=555391&r2=555392
==============================================================================
--- activemq/activemq-cpp/trunk/src/decaf/configure.ac (original)
+++ activemq/activemq-cpp/trunk/src/decaf/configure.ac Wed Jul 11 13:42:49 2007
@@ -158,6 +158,7 @@
 AC_CONFIG_FILES(decaf.pc)
 AC_CONFIG_FILES(src/main/Makefile)
 AC_CONFIG_FILES(src/examples/Makefile)
+AC_CONFIG_FILES(decaf-config)
 
 if test x$cppunit = xyes
 then
@@ -165,4 +166,4 @@
   AC_CONFIG_FILES(src/test-benchmarks/Makefile)
 fi
 
-AC_OUTPUT([decaf-config], [chmod a+x decaf-config])
+AC_OUTPUT