autoconf
all
Generate configuration scripts to automatically configure software source code packages.
More info →Options (2)
-f, --forcebooleanGenerate a configuration script from the specified template (even if the input file has not changed) and write the output to a file
Example:
autoconf {{[-f|--force]}} {{[-o|--output]}} {{outfile}} {{template-file}}-o, --outputbooleanGenerate a configuration script from the specified template (even if the input file has not changed) and write the output to a file
Example:
autoconf {{[-f|--force]}} {{[-o|--output]}} {{outfile}} {{template-file}}Examples (3)
Generate a configuration script from `configure.ac` (if present) or `configure.in` and save this script to `configure`
Generate a configuration script from the specified template; output to `stdout`
autoconf template-fileGenerate 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-filemade by @shridhargupta | data from tldr-pages