autoconf-archive-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Autoconf Archive branch master updated. v2015.09.25-10-g9bf65e5


From: E-mail notifications for the Autoconf Archive git repository.
Subject: GNU Autoconf Archive branch master updated. v2015.09.25-10-g9bf65e5
Date: Mon, 23 Nov 2015 10:37:50 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf Archive".

The branch, master has been updated
       via  9bf65e5f34ab88e68c2133d2dab8da71989ae75a (commit)
       via  ebfdcdeb6508237bc73a18ad1f8614292b4aa88e (commit)
       via  45abcec4b1ea764dec4bc56603feb9a951191388 (commit)
       via  9d9eb0f007c4ca2e1e0e9f0c6e3282a435a36fd3 (commit)
       via  5ef1e0b754692f089fa031100deeca1d05693fe6 (commit)
       via  0d7c7750e02dbd9ebe5373e470a14bcf29c1e2b9 (commit)
       via  b49708bdb5ba72e075c94b77daf0f361a2752e2e (commit)
      from  228f5876077335f79c90e8ee022cfec7c101675c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9bf65e5f34ab88e68c2133d2dab8da71989ae75a
Author: Olaf Mandel <address@hidden>
Date:   Tue Oct 13 22:09:13 2015 +0200

    AX_PROG_DOXYGEN: allow AC_CONFIG_FILES([Doxyfile])
    
    To allow substitutions in the used Doxyfile, two changes are needed:
    
    1. also substitute everything put in the environment (except DOCDIR)
    2. allow Doxyfiles to also reside in the builddir
    
    The latter change is a potentially breaking one! The old behaviour was
    to always prefix $(srcdir)/ to the location provided as the second
    (and forth, sixth, ...) parameter. This needs to be dropped to allow
    for searching in the build directory. To compensate, the default now
    is $(srcdir)/Doxyfile.
    
    So the following still works:
    
    DX_INIT_DOXYGEN([foo])
    DX_INIT_DOXYGEN([foo], , [dest-dir])
    
    While this needs to be changed:
       DX_INIT_DOXYGEN([foo], [Doxyfile])
    -> DX_INIT_DOXYGEN([foo], [$(srcdir)/Doxyfile])

commit ebfdcdeb6508237bc73a18ad1f8614292b4aa88e
Author: Olaf Mandel <address@hidden>
Date:   Tue Oct 13 20:33:27 2015 +0200

    AX_PROG_DOXYGEN: support multiple Doxyfiles
    
    Allow the DX_INIT_DOXYGEN() macro to take more than one Doxyfile
    and/or output-directory argument. This may be of interest e.g. for
    both public and internal documentation.
    
    This keeps as much backwards-compatibility as possible: of the
    preexisting variables, only DX_ENV is changed slightly (removed
    DOCDIR).

commit 45abcec4b1ea764dec4bc56603feb9a951191388
Author: Olaf Mandel <address@hidden>
Date:   Sun Oct 11 21:45:19 2015 +0200

    AX_PROG_DOXYGEN: fix doxygen-ps rule
    
    In the rule for $(PACKAGE).ps depended on by doxygen-ps the
    undefined variable MAKEINDEX_PATH was used instead of the correct
    variable DX_MAKEINDEX. Fixed.

commit 9d9eb0f007c4ca2e1e0e9f0c6e3282a435a36fd3
Author: Olaf Mandel <address@hidden>
Date:   Sun Oct 11 21:44:41 2015 +0200

    AX_PROG_DOXYGEN: add support for silent rules
    
    Any warnings of Doxygen are much easier to see if there are not
    several lines of commands interspersed.

commit 5ef1e0b754692f089fa031100deeca1d05693fe6
Author: Olaf Mandel <address@hidden>
Date:   Wed Oct 7 15:54:32 2015 +0200

    AX_PROG_DOXYGEN: provide a DX_RULES substitution
    
    Convert the previously provided aminclude.am snippet in the
    documentation into a AC_SUBST substitution. This allows for easy
    upgrades to the DX_INIT_DOXYGEN macro without the user having to
    manually update the corresponding section of their Makefile.am.
    
    As autoconf substitutions are not recursive, also convert all
    @DX_DOCDIR@ and @PACKAGE@ substitutions in the snippet to using
    variables. And as AM_CONDITIONAL also relies on substitution,
    remove all AM_CONDITIONAL calls and instead use a separate
    variable for each of the sections previously enclosed in an if-block.

commit 0d7c7750e02dbd9ebe5373e470a14bcf29c1e2b9
Merge: 228f587 b49708b
Author: Peter Simons <address@hidden>
Date:   Mon Nov 23 11:18:32 2015 +0100

    Merge pull request #47 from emikulic/lcov
    
    Add 1.12 to list of lcov versions.

commit b49708bdb5ba72e075c94b77daf0f361a2752e2e
Author: Emil Mikulic <address@hidden>
Date:   Sun Nov 22 19:44:06 2015 +1100

    Add 1.12 to list of lcov versions.
    
    This version is in Debian now and seems to work fine with the existing 
macros.

-----------------------------------------------------------------------

Summary of changes:
 m4/ax_code_coverage.m4 |    4 +-
 m4/ax_prog_doxygen.m4  |  438 ++++++++++++++++++++++++++++--------------------
 2 files changed, 258 insertions(+), 184 deletions(-)


hooks/post-receive
-- 
GNU Autoconf Archive



reply via email to

[Prev in Thread] Current Thread [Next in Thread]