You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by nm...@apache.org on 2007/01/17 12:33:49 UTC

svn commit: r496999 - in /incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1: Makefile.am configure.ac

Author: nmittler
Date: Wed Jan 17 03:33:48 2007
New Revision: 496999

URL: http://svn.apache.org/viewvc?view=rev&rev=496999
Log:
removing doxygen files (macro file under the GPL)

Modified:
    incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1/Makefile.am
    incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1/configure.ac

Modified: incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1/Makefile.am?view=diff&rev=496999&r1=496998&r2=496999
==============================================================================
--- incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1/Makefile.am (original)
+++ incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1/Makefile.am Wed Jan 17 03:33:48 2007
@@ -29,8 +29,4 @@
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = activemq-cpp.pc
 
-## ACLOCAL_AMFLAGS = -I m4
-
-## include doxygen-include.am
-
 EXTRA_DIST=autogen.sh $(DX_CONFIG) doc/html

Modified: incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1/configure.ac
URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1/configure.ac?view=diff&rev=496999&r1=496998&r2=496999
==============================================================================
--- incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1/configure.ac (original)
+++ incubator/activemq/activemq-cpp/tags/activemq-cpp-1.1/configure.ac Wed Jan 17 03:33:48 2007
@@ -142,14 +142,14 @@
     AC_MSG_RESULT(no)
   ])
 
-DX_HTML_FEATURE(ON)
-DX_CHM_FEATURE(OFF)
-DX_CHI_FEATURE(OFF)
-DX_MAN_FEATURE(OFF)
-DX_RTF_FEATURE(OFF)
-DX_XML_FEATURE(OFF)
-DX_PDF_FEATURE(OFF)
-DX_PS_FEATURE(OFF)
+## DX_HTML_FEATURE(ON)
+## DX_CHM_FEATURE(OFF)
+## DX_CHI_FEATURE(OFF)
+## DX_MAN_FEATURE(OFF)
+## DX_RTF_FEATURE(OFF)
+## DX_XML_FEATURE(OFF)
+## DX_PDF_FEATURE(OFF)
+## DX_PS_FEATURE(OFF)
 ## DX_INIT_DOXYGEN(activemq-cpp, doxygen.cfg, doc)