info > AUTOM4TE

πŸ“˜ NAME

autom4te - Generate files and scripts thanks to M4

πŸš€ Quick Reference

Use CaseCommandDescription
Generate output from M4 filesautom4te [OPTION]... FILE.m4Process FILE.m4 and output to stdout
Save output to fileautom4te -o OUTPUT FILE.m4Write expansion to OUTPUT file
Use frozen state filesautom4te FILE.m4fLoad frozen file to skip re‑processing
Trace macro invocationsautom4te -t MACRO FILE.m4Report each call to MACRO with format
Force re‑run ignoring cacheautom4te -f FILE.m4Do not use cached results
Specify macro languageautom4te -l LANG FILE.m4Use specified macro set (e.g., Autoconf)
Enable warningsautom4te -W CATEGORY FILE.m4Report warnings in CATEGORY
Include directory for .m4 filesautom4te -I DIR FILE.m4Add DIR to search path for includes

πŸ“‹ SYNOPSIS

autom4te [OPTION]... [FILES]

πŸ“ DESCRIPTION

Run GNU M4 on the FILES, avoiding useless runs. Output the traces if tracing, the frozen file if freezing, otherwise the expansion of the FILES.

If some of the FILES are named 'FILE.m4f' they are considered to be M4 frozen files of all the previous files (which are therefore not loaded). If 'FILE.m4f' is not found, then 'FILE.m4' will be used, together with all the previous files.

Some files may be optional, i.e., will only be processed if found in the include path, but then must end in '.m4?'; the question mark is not part of the actual file name.

βš™οΈ Operation modes

🌐 Languages include

⚠️ Warning categories

The environment variables 'M4' and 'WARNINGS' are honored.

πŸ“‚ Library directories

πŸ” Tracing

FORMAT defaults to '$f:$l:$n:$%', and can use the following escapes:

SEP can be empty for the default (comma for @ and *, colon for %), a single character for that character, or {STRING} to use a string.

❄️ Freezing

πŸ‘€ AUTHOR

Written by 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 autom4te is maintained as a Texinfo manual. If the info and autom4te programs are properly installed at your site, the command

info autom4te

should give you access to the complete manual.

AUTOM4TE
πŸ“˜ NAME πŸš€ Quick Reference πŸ“‹ SYNOPSIS πŸ“ DESCRIPTION
βš™οΈ Operation modes 🌐 Languages include ⚠️ Warning categories πŸ“‚ Library directories πŸ” Tracing ❄️ Freezing
πŸ‘€ AUTHOR πŸ› REPORTING BUGS ©️ COPYRIGHT πŸ”— SEE ALSO

Generated by phpman v4.9.26-5-g7740029 Author: Che Dong Under GNU General Public License
2026-08-16 09:09 @2600:1f28:365:80b0:7cb9:fb:26c1:e368
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!