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

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

[patch #7612] AX_PROG_DOXYGEN: cleaned up use of AM_CONDITIONAL


From: anonymous
Subject: [patch #7612] AX_PROG_DOXYGEN: cleaned up use of AM_CONDITIONAL
Date: Mon, 05 Sep 2011 08:07:11 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_5) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.218 Safari/535.1

URL:
  <http://savannah.gnu.org/patch/?7612>

                 Summary: AX_PROG_DOXYGEN: cleaned up use of AM_CONDITIONAL
                 Project: GNU Autoconf Archive
            Submitted by: None
            Submitted on: Mon 05 Sep 2011 08:07:10 AM UTC
                Priority: 4
                  Status: None
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Right now the AX_PROG_DOXYGEN macro uses AM_CONDITIONAL inside of a shell if
statement, which is warned against in the automake manual.

http://www.gnu.org/s/hello/manual/automake/Usage-of-Conditionals.html

In this particular case, using AM_COND_IF(DX_COND_doc, ...) always acted as if
DX_COND_doc was false, even if it was true.

The attached git patch fixes this by moving the AM_CONDITIONAL macros outside
of shell flow control.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 05 Sep 2011 08:07:10 AM UTC  Name:
0001-AX_PROG_DOXYGEN-cleaned-up-use-of-AM_CONDITIONAL.patch  Size: 2kB   By:
None

<http://savannah.gnu.org/patch/download.php?file_id=23939>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?7612>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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