Re: fedora 42 doesn't have awk: how to deal with autoconf subst?
Bruno Haible via Bug reports for autoconf <[email protected]> Thu, 17 Apr 2025 14:25:43 +0200
| Newsgroups | gmane.comp.sysutils.autoconf.bugs,gmane.comp.lib.gnulib.bugs,gmane.comp.lib.gnulib.bugs |
|---|---|
| Organization | GNU |
| Message-ID | <3008790.jMmpn3RHMN@nimes> |
Simon Josefsson wrote: > It seems awk is going away as a standard tool, and it is possible to > either fight that or just accept it. I don't think that the set of "standard tools" is shrinking. Rather, it's expanding. On OpenBSD for example, perl is installed by default. Similarly, Python is considered a standard tool nowadays. Probably some people at Red Hat just thought "how can we reduce the weight of our default install" and opted to remove 'awk' here and 'diffutils' there, knowing that the user can easily install them from the package repositories. Bruno