[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sr #110213] curl fails with autoconf master
From: |
Zack Weinberg |
Subject: |
[sr #110213] curl fails with autoconf master |
Date: |
Fri, 10 Jul 2020 14:18:07 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 |
Update of sr #110213 (project autoconf):
Status: None => Invalid
Open/Closed: Open => Closed
_______________________________________________________
Follow-up Comment #2:
Per discussion at
https://lists.gnu.org/archive/html/bug-autoconf/2020-03/msg00011.html this was
because of misuse of AC_REQUIRE in curl's configure script.
AC_REQUIRE([some_macro]) only makes sense if `some_macro` can be used without
arguments. There's no good way to detect, from the implementation of
AC_REQUIRE, whether the macro it's been passed can be used without arguments,
so there isn't really anything we can do about it besides add a note to NEWS,
which I have done.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/support/?110213>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [sr #110213] curl fails with autoconf master,
Zack Weinberg <=