diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /scew | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'scew')
-rw-r--r-- | scew/scew-0.3.1/m4.patch | 70 | ||||
-rw-r--r-- | scew/scew_0.3.1.bb | 0 |
2 files changed, 0 insertions, 70 deletions
diff --git a/scew/scew-0.3.1/m4.patch b/scew/scew-0.3.1/m4.patch deleted file mode 100644 index 6e7fc785f7..0000000000 --- a/scew/scew-0.3.1/m4.patch +++ /dev/null @@ -1,70 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- /dev/null -+++ scew-0.3.1/m4/doxygen.m4 -@@ -0,0 +1,62 @@ -+# -+# $Id$ -+# -+# Author: Aleix Conchillo Flaque <aleix@member.fsf.org> -+# Start date: Sun Jul 06, 2003 04:41 -+# -+# Copyright (C) 2003 Aleix Conchillo Flaque -+# -+ -+# Locate doxygen and auxiliary programs. -+# SCEW_DOXYGEN declares the configure arguments -+# doxygen -+# dot -+# html-docs -+# latex-docs -+# The conditional macro DOC marks whether doxygen is enabled -+# (or found, if not disabled). In the doxyfile.in file, -+# @enable_dot@ -+# @enable_html_docs@ -+# @enable_latex_docs@ -+# can be used to setup the documentation's generation. -+ -+AC_DEFUN(SCEW_DOXYGEN, -+[ -+AC_ARG_ENABLE(doxygen, -+[ --enable-doxygen enable documentation generation with doxygen (auto)]) -+AC_ARG_ENABLE(dot, -+[ --enable-dot use 'dot' to generate graphs in doxygen (auto)]) -+AC_ARG_ENABLE(html-docs, -+[ --enable-html-docs enable HTML generation with doxygen (yes)], [], [ enable_html_docs=yes]) -+AC_ARG_ENABLE(latex-docs, -+[ --enable-latex-docs enable LaTeX documentation generation with doxygen (no)], [], [ enable_latex_docs=no]) -+ -+if test "x$enable_doxygen" = xno; then -+ enable_doc=no -+else -+ AC_PATH_PROG(DOXYGEN, doxygen, , $PATH) -+ if test x$DOXYGEN = x; then -+ if test "x$enable_doxygen" = xyes; then -+ AC_MSG_ERROR([could not find doxygen]) -+ fi -+ enable_doc=no -+ else -+ enable_doc=yes -+ AC_PATH_PROG(DOT, dot, , $PATH) -+ fi -+fi -+AM_CONDITIONAL(DOC, test x$enable_doc = xyes) -+ -+if test x$DOT = x; then -+ if test "x$enable_dot" = xyes; then -+ AC_MSG_ERROR([could not find dot]) -+ fi -+ enable_dot=no -+else -+ enable_dot=yes -+fi -+AC_SUBST(enable_dot) -+AC_SUBST(enable_html_docs) -+AC_SUBST(enable_latex_docs) -+]) -+ diff --git a/scew/scew_0.3.1.bb b/scew/scew_0.3.1.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/scew/scew_0.3.1.bb +++ /dev/null |