public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-cluster/torque/files: 0003-disable-automagic-doc-building-2.4.12.patch
@ 2011-03-14 20:30 Justin Bronder (jsbronder)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Bronder (jsbronder) @ 2011-03-14 20:30 UTC (permalink / raw
  To: gentoo-commits

jsbronder    11/03/14 20:30:21

  Added:                0003-disable-automagic-doc-building-2.4.12.patch
  Log:
  2.4 series version bump.
  
  (Portage version: 2.1.9.33/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-cluster/torque/files/0003-disable-automagic-doc-building-2.4.12.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/files/0003-disable-automagic-doc-building-2.4.12.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/files/0003-disable-automagic-doc-building-2.4.12.patch?rev=1.1&content-type=text/plain

Index: 0003-disable-automagic-doc-building-2.4.12.patch
===================================================================
From 04aa4597a88c1fae7836b3bda547856ba57d81bf Mon Sep 17 00:00:00 2001
From: Justin Bronder <jsbronder@gmail.com>
Date: Mon, 14 Mar 2011 16:18:16 -0400
Subject: [PATCH] disable automagic doc building 2.4.12

---
 configure.ac |   24 +++++++++++++++---------
 1 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1a98312..f6095bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1321,8 +1321,6 @@ dnl
 if test "$build_drmaa" = "yes" ;then
 AC_MSG_NOTICE([Configuring DRMAA ...])
 AC_PATH_PROG(GPERF, "gperf")
-AX_PROG_DOT
-AC_PATH_PROG(DOXYGEN, "doxygen", "none")
 AC_C_BIGENDIAN_CROSS
 ACX_PTHREAD(,[AC_MSG_ERROR([POSIX threads library is required by DRMAA.])])
 
@@ -1365,13 +1363,21 @@ AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <stdarg.h>]],
   ], [
   AC_MSG_RESULT([no])
 ])
-
-  build_drmaa_docs=yes
-  RPM_AC_OPTS="$RPM_AC_OPTS --with drmaa"
-else  
-  DOXYGEN=none
-  build_drmaa_docs=no
-  RPM_AC_OPTS="$RPM_AC_OPTS --without drmaa"
+AC_ARG_ENABLE([apidocs],
+    AS_HELP_STRING([--enable-apidocs],[Build DRMAA documentation])
+)
+AS_IF([test "x$enable_apidocs" = "xyes"],
+    [ AX_PROG_DOT
+      AC_PATH_PROG(DOXYGEN, "doxygen", "none")
+      RPM_AC_OPTS="$RPM_AC_OPTS --with drmaa"
+      build_drmaa_docs=yes ],
+    [ build_drmaa_docs=no
+      DOXYGEN=none ]
+)
+else
+    DOXYGEN="none"
+    build_drmaa_docs=no
+    RPM_AC_OPTS="$RPM_AC_OPTS --without drmaa"
 fi
 AM_CONDITIONAL(DRMAA_DOCS, [test "$DOXYGEN" != "none"])
 AC_SUBST(build_drmaa_docs)
-- 
1.7.3.4







^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-cluster/torque/files: 0003-disable-automagic-doc-building-2.4.12.patch
@ 2012-03-07  1:40 Justin Bronder (jsbronder)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Bronder (jsbronder) @ 2012-03-07  1:40 UTC (permalink / raw
  To: gentoo-commits

jsbronder    12/03/07 01:40:26

  Removed:              0003-disable-automagic-doc-building-2.4.12.patch
  Log:
  cleanup old
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-07  1:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-14 20:30 [gentoo-commits] gentoo-x86 commit in sys-cluster/torque/files: 0003-disable-automagic-doc-building-2.4.12.patch Justin Bronder (jsbronder)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-07  1:40 Justin Bronder (jsbronder)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox