snippetbashTip
autoconf — Generate configuration scripts to automatically configure software source code packages. More inform
Viewed 0 times
configurationcommandautoconfconfigurecliautomaticallyscriptsgenerate
Problem
How to use the
autoconf command: Generate configuration scripts to automatically configure software source code packages. More information: <https://manned.org/autoconf>.Solution
autoconf — Generate configuration scripts to automatically configure software source code packages. More information: <https://manned.org/autoconf>.Generate a configuration script from
configure.ac (if present) or configure.in and save this script to configure:autoconfGenerate 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 {{[-f|--force]}} {{[-o|--output]}} {{outfile}} {{template-file}}Code Snippets
Generate a configuration script from `configure.ac` (if present) or `configure.in` and save this script to `configure`
autoconfGenerate 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 {{[-f|--force]}} {{[-o|--output]}} {{outfile}} {{template-file}}Context
tldr-pages: common/autoconf
Revisions (0)
No revisions yet.