URL:
  <https://savannah.gnu.org/support/?110319>

                 Summary: autoconf incompatible change not fixed by autoupdate
                 Project: Autoconf
            Submitted by: bothner
            Submitted on: Fri 25 Sep 2020 08:21:43 PM UTC
                Category: None
                Priority: 5 - Normal
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The following works with 2.69, but breaks with 2.69c:

AS_IF([test -z "$with_asciidoctor"],
    AC_CHECK_PROG(with_asciidoctor, asciidoctor, "yes", "no"))

Adding brackets seems to work:

AS_IF([test -z "$with_asciidoctor"],
    [AC_CHECK_PROG(with_asciidoctor, asciidoctor, "yes", "no")])

Autoupdate does not deal with this case.





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/support/?110319>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/


Reply via email to