On Tue, Sep 3, 2024 at 8:42 PM Marc wrote:
>
> Richard Biener writes:
>
> > On Wed, Aug 28, 2024 at 11:10 AM Marc wrote:
> >>
> >> Hello,
> >>
> >> Gentle reminder for this simple autoconf patch :)
> >
> > OK.
> >
> > Note that completely wiping LIBS might remove requirements detected earlier,
>
Richard Biener writes:
> On Wed, Aug 28, 2024 at 11:10 AM Marc wrote:
>>
>> Hello,
>>
>> Gentle reminder for this simple autoconf patch :)
>
> OK.
>
> Note that completely wiping LIBS might remove requirements detected earlier,
> like some systems require explicit -lc for example. I would inste
On Wed, Aug 28, 2024 at 11:10 AM Marc wrote:
>
> Hello,
>
> Gentle reminder for this simple autoconf patch :)
OK.
Note that completely wiping LIBS might remove requirements detected earlier,
like some systems require explicit -lc for example. I would instead not clear
LIBS here and instead allo
Hello,
Gentle reminder for this simple autoconf patch :)
Thanks,
Marc
August 12, 2024 at 4:09 PM, "Arthur Cohen" wrote:
>
> Hi Marc,
>
> Patch looks good to me :) Thanks!
>
Hello,
thanks for the Ack :)
I'm still waiting for a maintainer review... I've been told this may qualify as
"trivial", but again, I would prefer a formal Ack as I'm not really an exper
Hi Marc,
Patch looks good to me :) Thanks!
On 8/6/24 18:43, Marc Poulhiès wrote:
Save LIBS around calls to AC_SEARCH_LIBS to avoid clobbering $LIBS.
ChangeLog:
* configure: Regenerate.
* configure.ac: Save LIBS around calls to AC_SEARCH_LIBS.
Signed-off-by: Marc Poulhiès
Rev
Save LIBS around calls to AC_SEARCH_LIBS to avoid clobbering $LIBS.
ChangeLog:
* configure: Regenerate.
* configure.ac: Save LIBS around calls to AC_SEARCH_LIBS.
Signed-off-by: Marc Poulhiès
Reviewed-by: Thomas Schwinge
Tested-by: Thomas Schwinge
---
Hello,
This has already b