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 23:24:43 UTC

svn commit: r555401 - in /activemq/activemq-cpp/trunk: Makefile.am configure.ac

Author: tabish
Date: Wed Jul 11 14:24:42 2007
New Revision: 555401

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

fixing up activemqcpp-config install

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

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

Modified: activemq/activemq-cpp/trunk/configure.ac
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/configure.ac?view=diff&rev=555401&r1=555400&r2=555401
==============================================================================
--- activemq/activemq-cpp/trunk/configure.ac (original)
+++ activemq/activemq-cpp/trunk/configure.ac Wed Jul 11 14:24:42 2007
@@ -163,6 +163,7 @@
 AC_CONFIG_FILES(activemq-cpp.pc)
 AC_CONFIG_FILES(src/main/Makefile)
 AC_CONFIG_FILES(src/examples/Makefile)
+AC_CONFIG_FILES(activemqcpp-config)
 
 if test x$cppunit = xyes
 then
@@ -171,4 +172,4 @@
   AC_CONFIG_FILES(src/test-benchmarks/Makefile)
 fi
 
-AC_OUTPUT([activemqcpp-config], [chmod a+x activemqcpp-config])
+AC_OUTPUT