Ludovic Courtès writes:
> Hi Mike,
>
> Mike Gran skribis:
>
>> On Thu, Sep 15, 2022 at 10:20:26PM -0700, Mike Gran wrote:
>>> I pushed a git branch: wip-modernize-autotools.
>>>
>>> It removes some obsolete tests by presuming we at least have a
>>> C89-compliant C library. It also uses LT_INIT
Hi Mike,
Mike Gran skribis:
> On Thu, Sep 15, 2022 at 10:20:26PM -0700, Mike Gran wrote:
>> Hello Guile Devel,
>>
>> I pushed a git branch: wip-modernize-autotools.
>>
>> It removes some obsolete tests by presuming we at least have a
>> C89-compliant C library. It also uses LT_INIT for libtool
On Thu, Sep 15, 2022 at 10:20:26PM -0700, Mike Gran wrote:
> Hello Guile Devel,
>
> I pushed a git branch: wip-modernize-autotools.
>
> It removes some obsolete tests by presuming we at least have a
> C89-compliant C library. It also uses LT_INIT for libtool, and removes
> some macros that autoco
Hello Guile Devel,
I pushed a git branch: wip-modernize-autotools.
It removes some obsolete tests by presuming we at least have a
C89-compliant C library. It also uses LT_INIT for libtool, and removes
some macros that autoconf has deprecated.
I thought about continuing on by presuming that we ha