Hello community, here is the log from the commit of package mm-common for openSUSE:Factory checked in at 2018-02-14 09:20:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mm-common (Old) and /work/SRC/openSUSE:Factory/.mm-common.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mm-common" Wed Feb 14 09:20:23 2018 rev:2 rq:575534 version:0.9.11 Changes: -------- --- /work/SRC/openSUSE:Factory/mm-common/mm-common.changes 2016-09-20 13:26:01.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mm-common.new/mm-common.changes 2018-02-14 09:20:29.971664986 +0100 @@ -1,0 +2,9 @@ +Sun Feb 4 17:50:58 UTC 2018 - [email protected] + +- Update to version 0.9.11: + + Fix silent build (bgo#768797). + + Build: don't save time stamps in skeletonmm.tar.gz + (bgo#765108). +- Correct Group for docs sub package. + +------------------------------------------------------------------- Old: ---- mm-common-0.9.10.tar.xz New: ---- mm-common-0.9.11.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mm-common.spec ++++++ --- /var/tmp/diff_new_pack.G3JpQt/_old 2018-02-14 09:20:30.863632656 +0100 +++ /var/tmp/diff_new_pack.G3JpQt/_new 2018-02-14 09:20:30.867632511 +0100 @@ -1,7 +1,7 @@ # # spec file for package mm-common # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 Bjørn Lie, Bryne, Norway. # # All modifications and additions to the file contributed by third parties @@ -16,13 +16,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: mm-common -Version: 0.9.10 +Version: 0.9.11 Release: 0 -License: GPL-2.0+ Summary: Common build files of the C++ bindings -Url: http://gtkmm.org +License: GPL-2.0+ Group: Development/Libraries/C and C++ +Url: http://gtkmm.org Source: http://download.gnome.org/sources/%{name}/0.9/%{name}-%{version}.tar.xz Source99: mm-common-rpmlintrc BuildRequires: pkgconfig @@ -36,7 +37,7 @@ %package docs Summary: Documentation for %{name}, includes example mm module skeleton -Group: Documentation +Group: Documentation/Other Requires: %{name} = %{version} %description docs ++++++ mm-common-0.9.10.tar.xz -> mm-common-0.9.11.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mm-common-0.9.10/ChangeLog new/mm-common-0.9.11/ChangeLog --- old/mm-common-0.9.10/ChangeLog 2016-02-06 21:46:05.000000000 +0100 +++ new/mm-common-0.9.11/ChangeLog 2017-08-25 14:08:04.000000000 +0200 @@ -1,3 +1,29 @@ +2017-08-25 Murray Cumming <[email protected]> + + 0.9.11 + +2016-07-19 Kjell Ahlstedt <[email protected]> + + Build: Fix silent builds + + * configure.ac: Pass yes to AM_SILENT_RULES, thus enabling silent builds. + * skeletonmm/configure.ac: Pass yes to AM_SILENT_RULES, thus enabling silent + builds. Require mm-common 0.9.10 (not necessary for silent builds, + but necessary when MM_AX_CXX_COMPILE_STDCXX is used). + * skeletonmm/doc/reference/Doxyfile.in: Set QUIET=YES. + Update for doxygen 1.8.11 (not necessary for silent builds). + Bug #768797 + +2016-04-17 Michael Biebl <[email protected]> + + Build: don't save time stamps in skeletonmm.tar.gz + + Bug: https://bugzilla.gnome.org/show_bug.cgi?id=765108 + +2016-02-06 Murray Cumming <[email protected]> + + 0.9.10 + 2016-01-08 Murray Cumming <[email protected]> Add MM_ prefix to AX_CXX_COMPILE_STDCXX m4 macro. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mm-common-0.9.10/Makefile.am new/mm-common-0.9.11/Makefile.am --- old/mm-common-0.9.10/Makefile.am 2016-01-08 11:05:27.000000000 +0100 +++ new/mm-common-0.9.11/Makefile.am 2016-09-10 10:13:56.000000000 +0200 @@ -163,7 +163,7 @@ # Create tar archive of skeletonmm for installation. skeletonmm.tar.gz: $(skeletonmm_files) - $(AM_V_GEN)($(srctar_stdout) $(skeletonmm_files)) | gzip -c >$@ + $(AM_V_GEN)($(srctar_stdout) $(skeletonmm_files)) | gzip -c -n >$@ include $(top_srcdir)/build/dist-changelog.am diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mm-common-0.9.10/Makefile.in new/mm-common-0.9.11/Makefile.in --- old/mm-common-0.9.10/Makefile.in 2016-02-06 21:46:03.000000000 +0100 +++ new/mm-common-0.9.11/Makefile.in 2017-08-25 14:07:58.000000000 +0200 @@ -264,6 +264,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -1054,7 +1055,7 @@ # Create tar archive of skeletonmm for installation. skeletonmm.tar.gz: $(skeletonmm_files) - $(AM_V_GEN)($(srctar_stdout) $(skeletonmm_files)) | gzip -c >$@ + $(AM_V_GEN)($(srctar_stdout) $(skeletonmm_files)) | gzip -c -n >$@ @MAINTAINER_MODE_TRUE@dist-hook: dist-changelog @MAINTAINER_MODE_FALSE@dist-hook: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mm-common-0.9.10/NEWS new/mm-common-0.9.11/NEWS --- old/mm-common-0.9.10/NEWS 2016-02-06 21:45:48.000000000 +0100 +++ new/mm-common-0.9.11/NEWS 2017-08-25 14:07:42.000000000 +0200 @@ -1,3 +1,10 @@ +mm-common 0.9.11 (2017-08-25) + +* Fix silent build. + (Kjell Ahlstedt) Bug #768797 (Sebastian) +* Build: don't save time stamps in skeletonmm.tar.gz + (Michael Bielb) Bug #765108 + mm-common 0.9.10 (2016-02-06) * Add the MM_AX_CXX_COMPILE_STDCXX() m4 macro, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mm-common-0.9.10/configure new/mm-common-0.9.11/configure --- old/mm-common-0.9.10/configure 2016-02-06 21:46:03.000000000 +0100 +++ new/mm-common-0.9.11/configure 2017-08-25 14:07:57.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for mm-common 0.9.10. +# Generated by GNU Autoconf 2.69 for mm-common 0.9.11. # # Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common>. # @@ -581,8 +581,8 @@ # Identity of this package. PACKAGE_NAME='mm-common' PACKAGE_TARNAME='mm-common' -PACKAGE_VERSION='0.9.10' -PACKAGE_STRING='mm-common 0.9.10' +PACKAGE_VERSION='0.9.11' +PACKAGE_STRING='mm-common 0.9.11' PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common' PACKAGE_URL='http://www.gtkmm.org/' @@ -644,6 +644,7 @@ docdir oldincludedir includedir +runstatedir localstatedir sharedstatedir sysconfdir @@ -714,6 +715,7 @@ sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' @@ -966,6 +968,15 @@ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ @@ -1103,7 +1114,7 @@ for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ - libdir localedir mandir + libdir localedir mandir runstatedir do eval ac_val=\$$ac_var # Remove trailing slashes. @@ -1216,7 +1227,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures mm-common 0.9.10 to adapt to many kinds of systems. +\`configure' configures mm-common 0.9.11 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1256,6 +1267,7 @@ --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] @@ -1282,7 +1294,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of mm-common 0.9.10:";; + short | recursive ) echo "Configuration of mm-common 0.9.11:";; esac cat <<\_ACEOF @@ -1371,7 +1383,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -mm-common configure 0.9.10 +mm-common configure 0.9.11 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1388,7 +1400,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by mm-common $as_me 0.9.10, which was +It was created by mm-common $as_me 0.9.11, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2254,7 +2266,7 @@ # Define the identity of the package. PACKAGE='mm-common' - VERSION='0.9.10' + VERSION='0.9.11' # Some tools Automake needs. @@ -2338,6 +2350,8 @@ fi fi +# Support silent build rules. +# Disable by either passing --disable-silent-rules to configure or passing V=1 to make. # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; @@ -2346,7 +2360,7 @@ case $enable_silent_rules in # ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; - *) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=0;; esac am_make=${MAKE-make} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 @@ -3171,7 +3185,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by mm-common $as_me 0.9.10, which was +This file was extended by mm-common $as_me 0.9.11, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3225,7 +3239,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -mm-common config.status 0.9.10 +mm-common config.status 0.9.11 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mm-common-0.9.10/configure.ac new/mm-common-0.9.11/configure.ac --- old/mm-common-0.9.10/configure.ac 2016-02-06 21:44:22.000000000 +0100 +++ new/mm-common-0.9.11/configure.ac 2017-08-25 14:04:27.000000000 +0200 @@ -15,13 +15,15 @@ ## You should have received a copy of the GNU General Public License ## along with mm-common. If not, see <http://www.gnu.org/licenses/>. -AC_INIT([mm-common], [0.9.10], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common], +AC_INIT([mm-common], [0.9.11], [https://bugzilla.gnome.org/enter_bug.cgi?product=mm-common], [mm-common], [http://www.gtkmm.org/]) AC_PREREQ([2.59]) AC_CONFIG_SRCDIR([util/mm-common-prepare.in]) AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define std-options]) -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) +# Support silent build rules. +# Disable by either passing --disable-silent-rules to configure or passing V=1 to make. +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_MAINTAINER_MODE AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mm-common-0.9.10/install-sh new/mm-common-0.9.11/install-sh --- old/mm-common-0.9.10/install-sh 2016-02-06 21:46:03.000000000 +0100 +++ new/mm-common-0.9.11/install-sh 2017-08-25 14:07:57.000000000 +0200 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2013-12-25.23; # UTC +scriptversion=2014-09-12.12; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -324,34 +324,41 @@ # is incompatible with FreeBSD 'install' when (umask & 300) != 0. ;; *) + # $RANDOM is not portable (e.g. dash); use it when possible to + # lower collision chance tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0 + # As "mkdir -p" follows symlinks and we work in /tmp possibly; so + # create the $tmpdir first (and fail if unsuccessful) to make sure + # that nobody tries to guess the $tmpdir name. if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + $mkdirprog $mkdir_mode "$tmpdir" && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 then if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or # other-writable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` + test_tmpdir="$tmpdir/a" + ls_ld_tmpdir=`ls -ld "$test_tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi - rmdir "$tmpdir/d" "$tmpdir" + rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null fi trap '' 0;; esac;; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mm-common-0.9.10/skeletonmm/configure.ac new/mm-common-0.9.11/skeletonmm/configure.ac --- old/mm-common-0.9.10/skeletonmm/configure.ac 2016-01-08 11:24:47.000000000 +0100 +++ new/mm-common-0.9.11/skeletonmm/configure.ac 2016-09-10 10:13:56.000000000 +0200 @@ -25,11 +25,13 @@ AC_CONFIG_HEADERS([build/config.h skeleton/skeletonmmconfig.h]) AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define nostdinc tar-pax]) -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) +# Support silent build rules. +# Disable by either passing --disable-silent-rules to configure or passing V=1 to make. +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_MAINTAINER_MODE AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>]) -MM_PREREQ([0.9]) +MM_PREREQ([0.9.10]) MM_INIT_MODULE([skeletonmm-1.0]) # Copy the mm-common .pl scripts into doc/, and use them from there, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mm-common-0.9.10/skeletonmm/doc/reference/Doxyfile.in new/mm-common-0.9.11/skeletonmm/doc/reference/Doxyfile.in --- old/mm-common-0.9.10/skeletonmm/doc/reference/Doxyfile.in 2014-12-09 08:58:18.000000000 +0100 +++ new/mm-common-0.9.11/skeletonmm/doc/reference/Doxyfile.in 2016-09-10 10:13:56.000000000 +0200 @@ -1,4 +1,4 @@ -# Doxyfile 1.8.3 +# Doxyfile 1.8.11 # @configure_input@ #--------------------------------------------------------------------------- @@ -11,6 +11,7 @@ PROJECT_LOGO = OUTPUT_DIRECTORY = reference CREATE_SUBDIRS = NO +ALLOW_UNICODE_NAMES = NO OUTPUT_LANGUAGE = English BRIEF_MEMBER_DESC = YES REPEAT_BRIEF = YES @@ -48,11 +49,11 @@ SIP_SUPPORT = NO IDL_PROPERTY_SUPPORT = YES DISTRIBUTE_GROUP_DOC = NO +GROUP_NESTED_COMPOUNDS = NO SUBGROUPING = YES INLINE_GROUPED_CLASSES = NO INLINE_SIMPLE_STRUCTS = NO TYPEDEF_HIDES_STRUCT = NO -SYMBOL_CACHE_SIZE = 0 LOOKUP_CACHE_SIZE = 0 #--------------------------------------------------------------------------- # Build related configuration options @@ -71,7 +72,9 @@ INTERNAL_DOCS = NO CASE_SENSE_NAMES = YES HIDE_SCOPE_NAMES = NO +HIDE_COMPOUND_REFERENCE= NO SHOW_INCLUDE_FILES = YES +SHOW_GROUPED_MEMB_INC = NO FORCE_LOCAL_INCLUDES = NO INLINE_INFO = YES SORT_MEMBER_DOCS = YES @@ -93,17 +96,18 @@ LAYOUT_FILE = CITE_BIB_FILES = #--------------------------------------------------------------------------- -# configuration options related to warning and progress messages +# Configuration options related to warning and progress messages #--------------------------------------------------------------------------- -QUIET = NO +QUIET = YES WARNINGS = YES WARN_IF_UNDOCUMENTED = YES WARN_IF_DOC_ERROR = YES WARN_NO_PARAMDOC = NO +WARN_AS_ERROR = NO WARN_FORMAT = "$file:$line: $text" WARN_LOGFILE = reference/doxygen.log #--------------------------------------------------------------------------- -# configuration options related to the input files +# Configuration options related to the input files #--------------------------------------------------------------------------- INPUT = INPUT_ENCODING = UTF-8 @@ -132,7 +136,7 @@ FILTER_SOURCE_PATTERNS = USE_MDFILE_AS_MAINPAGE = #--------------------------------------------------------------------------- -# configuration options related to source browsing +# Configuration options related to source browsing #--------------------------------------------------------------------------- SOURCE_BROWSER = NO INLINE_SOURCES = NO @@ -140,16 +144,19 @@ REFERENCED_BY_RELATION = NO REFERENCES_RELATION = NO REFERENCES_LINK_SOURCE = YES +SOURCE_TOOLTIPS = YES USE_HTAGS = NO VERBATIM_HEADERS = NO +CLANG_ASSISTED_PARSING = NO +CLANG_OPTIONS = #--------------------------------------------------------------------------- -# configuration options related to the alphabetical class index +# Configuration options related to the alphabetical class index #--------------------------------------------------------------------------- ALPHABETICAL_INDEX = YES COLS_IN_ALPHA_INDEX = 5 IGNORE_PREFIX = #--------------------------------------------------------------------------- -# configuration options related to the HTML output +# Configuration options related to the HTML output #--------------------------------------------------------------------------- GENERATE_HTML = YES HTML_OUTPUT = html @@ -198,14 +205,16 @@ MATHJAX_FORMAT = HTML-CSS MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest MATHJAX_EXTENSIONS = +MATHJAX_CODEFILE = SEARCHENGINE = NO SERVER_BASED_SEARCH = NO EXTERNAL_SEARCH = NO SEARCHENGINE_URL = SEARCHDATA_FILE = searchdata.xml +EXTERNAL_SEARCH_ID = EXTRA_SEARCH_MAPPINGS = #--------------------------------------------------------------------------- -# configuration options related to the LaTeX output +# Configuration options related to the LaTeX output #--------------------------------------------------------------------------- GENERATE_LATEX = NO LATEX_OUTPUT = latex @@ -216,14 +225,17 @@ EXTRA_PACKAGES = LATEX_HEADER = LATEX_FOOTER = +LATEX_EXTRA_STYLESHEET = +LATEX_EXTRA_FILES = PDF_HYPERLINKS = YES USE_PDFLATEX = YES LATEX_BATCHMODE = NO LATEX_HIDE_INDICES = NO LATEX_SOURCE_CODE = NO LATEX_BIB_STYLE = plain +LATEX_TIMESTAMP = NO #--------------------------------------------------------------------------- -# configuration options related to the RTF output +# Configuration options related to the RTF output #--------------------------------------------------------------------------- GENERATE_RTF = NO RTF_OUTPUT = rtf @@ -231,27 +243,33 @@ RTF_HYPERLINKS = NO RTF_STYLESHEET_FILE = RTF_EXTENSIONS_FILE = +RTF_SOURCE_CODE = NO #--------------------------------------------------------------------------- -# configuration options related to the man page output +# Configuration options related to the man page output #--------------------------------------------------------------------------- GENERATE_MAN = NO MAN_OUTPUT = man MAN_EXTENSION = .3 +MAN_SUBDIR = MAN_LINKS = NO #--------------------------------------------------------------------------- -# configuration options related to the XML output +# Configuration options related to the XML output #--------------------------------------------------------------------------- GENERATE_XML = NO XML_OUTPUT = xml -XML_SCHEMA = -XML_DTD = XML_PROGRAMLISTING = NO #--------------------------------------------------------------------------- -# configuration options for the AutoGen Definitions output +# Configuration options related to the DOCBOOK output +#--------------------------------------------------------------------------- +GENERATE_DOCBOOK = NO +DOCBOOK_OUTPUT = docbook +DOCBOOK_PROGRAMLISTING = NO +#--------------------------------------------------------------------------- +# Configuration options for the AutoGen Definitions output #--------------------------------------------------------------------------- GENERATE_AUTOGEN_DEF = NO #--------------------------------------------------------------------------- -# configuration options related to the Perl module output +# Configuration options related to the Perl module output #--------------------------------------------------------------------------- GENERATE_PERLMOD = NO PERLMOD_LATEX = NO @@ -290,18 +308,20 @@ SKELETONMM_MICRO_VERSION SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- -# Configuration::additions related to external references +# Configuration options related to external references #--------------------------------------------------------------------------- TAGFILES = @DOXYGEN_TAGFILES@ GENERATE_TAGFILE = "reference/@[email protected]" ALLEXTERNALS = NO EXTERNAL_GROUPS = NO +EXTERNAL_PAGES = YES PERL_PATH = @PERL@ #--------------------------------------------------------------------------- # Configuration options related to the dot tool #--------------------------------------------------------------------------- CLASS_DIAGRAMS = YES MSCGEN_PATH = +DIA_PATH = HIDE_UNDOC_RELATIONS = NO HAVE_DOT = YES DOT_NUM_THREADS = 0 @@ -325,6 +345,9 @@ DOT_PATH = DOTFILE_DIRS = MSCFILE_DIRS = +DIAFILE_DIRS = +PLANTUML_JAR_PATH = +PLANTUML_INCLUDE_PATH = DOT_GRAPH_MAX_NODES = 50 MAX_DOT_GRAPH_DEPTH = 0 DOT_TRANSPARENT = NO
