@argv_minus_one You know... `autoconf` was for times, when we have several #Unix systems in the field, each significantly different from each other, especially in terms of `libc` support. Today we have 3, with one having two flavours - `musl` and `glibc`; third one from #Apple is not usually that strongly supported.

Then keep in mind `autoconf` was practically non-existent on #Windows (and no, #Cygwin and #msys don't count).

MSYS - Alice (My Style)
MSYS - Harry (My Style)

#msys #mystyleyourstyle

MSYS - Black Orb (My Style)

#msys #mystyleyourstyle

MSYS - Lucy Alugiero (My Style)
MSYS - Cassiecutie145 (OC) - (My Style)

#msys #mystyleyourstyle

I've been checking out how projects like #Busybox-w32, #msys and #GNUWin32 handle links in their utility programs like ln & ls. The comparison is very interesting. I really like Busybox-w32's use of hard links and how they show up with ls -i. They've done a wonderful job getting Busybox working on Windows. I'm investigating if Busybox-w32 can be used in place of msys when building #FLOSS #C projects with #mingw.

MSYS - Ember (My Style)
MSYS - Raymanlover2018 (OC)
MSYS - Amy (My Style)

#msys #mystyleyourstyle

MSYS - Sara (My Style)
MSYS - Twinklecake (My Style)
MSYS - Rabbidbot (My Style)
MSYS - Dragonsona (My Slyle)

#msys #mystyleyourstyle

I build a lot of #FLOSS #C programs from source. I've been looking into replacing #msys on #Windows with #busybox-w32 ash and some alternatives to core utilities. I've been wanting to get rid of msys for a while and use natively built utilities that don't require Cygwin style DLLs. There are projects like #gnuwin32 and #GOW. Anyone else interested in this sort of thing?

MSYS - Becka The Ghost (My Style)
MSYS - Milieta (My Style)
MSYS - Likkia and Yimmia (My Style)
MSYS - Daffa The Flower (My Style)

#msys #mystyleyourstyle

Another useful #writing tool I almost forget to mention is wc. You'll find it on #Linux and #BSD distros. On Windows, #msys and #cygwin offer a version. There are several implementations of wc out there including versions in Busybox and Toybox. If you want to build it yourself or modify it, sbase has a straight forward version:
https://git.suckless.org/sbase/file/wc.c.html
Have a happy #SoftwareFreedomDay2024 #SFD #SoftwareFreedomDay #DFF #OpenSource #FreeSoftware #FOSS #FLOSS
wc.c - sbase - suckless unix tools