Hello, To prepare software for compiling I run ./configure --help and then decide how and if to alter the default behaviour. This means that ./configure --help should suggest what the default behaviour is and how to deviate from it.
In bash 5.3 ./configure --help prints: --enable-alias enable shell aliases My interpretation is that by default aliases are disabled. However this is not the case here. See my article on this matter - https://ab.bapha.be/posts/help-output/ . • Please change the output of ./configure --help so that it shows: --disable-alias disable shell aliases Kind regards Дилян