Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-27 00:18:38 +00:00
parent 5871f35fe8
commit 9fe6559a97
123 changed files with 660 additions and 357 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# autoconf
> Generate configuration scripts to automatically configure software source code packages.
> More information: <https://www.gnu.org/software/autoconf>.
> More information: <https://manned.org/autoconf>.
- Generate a configuration script from `configure.ac` (if present) or `configure.in` and save this script to `configure`:
@@ -18,4 +18,4 @@ source: https://github.com/tldr-pages/tldr.git
- 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}}`
`autoconf {{[-f|--force]}} {{[-o|--output]}} {{outfile}} {{template-file}}`