Мануалы и справочники Общие команды
autoconf

Команда autoconf: опции, ключи и примеры использования

autoconf

Generate configuration scripts to automatically configure software source code packages. More information: https://www.gnu.org/software/autoconf.

autoconf

  • Generate a configuration script from the specified template; output to stdout:

autoconf {{template-file}}

  • Generate a configuration script from the specified template (even if the input file has not changed) and write the output to a file:

autoconf --force --output={{outfile}} {{template-file}}

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM