Re: Modernizing autotools and assuming C89 C library

2022-10-12 Thread Dr. Arne Babenhauserheide
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

Re: Modernizing autotools and assuming C89 C library

2022-10-12 Thread Ludovic Courtès
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

Re: Modernizing autotools and assuming C89 C library

2022-09-29 Thread Mike Gran
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

Modernizing autotools and assuming C89 C library

2022-09-15 Thread Mike Gran
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