info > AUTOCONF

πŸ“– NAME

autoconf - Generate configuration scripts

πŸš€ Quick Reference

Use CaseCommandDescription
Generate a configure script from configure.acautoconfReads configure.ac (or configure.in) and writes configure
Generate from a specific template fileautoconf template.m4Processes template.m4 and outputs to stdout
Trace macro calls (no output file)autoconf -t AC_INITReports all calls to AC_INIT in the input
Include extra directories for M4 macrosautoconf -I /path/to/macrosAppends directory to search path
Prepend a directory to the search pathautoconf -B /path/to/macrosPrepends directory to search path
Enable verbose outputautoconf -vReports processing details
Force re‑check of all filesautoconf -fConsiders all files obsolete
Save output to a specific fileautoconf -o output.shWrites generated script to output.sh
Control warning categoriesautoconf -W allEnables all warnings

πŸ“ SYNOPSIS

autoconf [OPTION]... [TEMPLATE-FILE]

πŸ“š DESCRIPTION

Generate a configuration script from a TEMPLATE-FILE if given, or configure.ac if present, or else configure.in. Output is sent to the standard output if TEMPLATE-FILE is given, else into configure.

βš™οΈ Operation modes

⚠️ Warning categories

The environment variables M4 and WARNINGS are honored.

πŸ“ Library directories

πŸ” Tracing

In tracing mode, no configuration script is created. FORMAT defaults to $f:$l:$n:$%; see autom4te --help for information about FORMAT.

πŸ‘€ AUTHOR

Written by David J. MacKenzie and Akim Demaille.

πŸ› REPORTING BUGS

Report bugs to <bug-autoconf AT gnu.org>.
GNU Autoconf home page: <https://www.gnu.org/software/autoconf/>.
General help using GNU software: <https://www.gnu.org/gethelp/>.

©️ COPYRIGHT

Copyright Β© 2021 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

πŸ”— SEE ALSO

autoconf(1), automake(1), autoreconf(1), autoupdate(1), autoheader(1), autoscan(1), config.guess(1), config.sub(1), ifnames(1), libtool(1).

The full documentation for autoconf is maintained as a Texinfo manual. If the info and autoconf programs are properly installed at your site, the command

info autoconf

should give you access to the complete manual.

AUTOCONF
πŸ“– NAME πŸš€ Quick Reference πŸ“ SYNOPSIS πŸ“š DESCRIPTION
βš™οΈ Operation modes ⚠️ Warning categories πŸ“ Library directories πŸ” Tracing
πŸ‘€ AUTHOR πŸ› REPORTING BUGS ©️ COPYRIGHT πŸ”— SEE ALSO

Generated by phpman v4.9.26-5-g7740029 Author: Che Dong Under GNU General Public License
2026-08-14 20:41 @2600:1f28:365:80b0:4d23:66fa:c2bb:7bae
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!