Mail Archives: djgpp/2011/11/05/17:10:53
> From: Rugxulo <rugxulo AT gmail DOT com>
> Date: Sat, 5 Nov 2011 13:39:48 -0700 (PDT)
>
> This isn't a direct reply (as others have already answered), but just
> FYI, GNU software is recommended to only use the following utilities
> in makefiles (and hence configure / AutoConf / AutoTools):
>
> http://www.gnu.org/prep/standards/html_node/Utilities-in-Makefiles.html#Utilities-in-Makefiles
>
> awk cat cmp cp diff echo egrep expr false grep install-info ln ls
> mkdir mv printf pwd rm rmdir sed sleep sort tar test touch tr true
Alas, many GNU packages abandoned every portability guideline in the
book long ago. Most of the maintainers behave as if GNU/Linux is the
only system in the world worth catering to.
Just the last week, I needed to craft my own version of `mktemp'
because the Texinfo test suite used it. `mktemp' is part of GNU
Coreutils, which you can only expect to be present on GNU/Linux. And
that's just an example, of which I saw too many in the recent years.
- Raw text -