add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,16 @@
# autoconf
> 生成配置脚本以自动配置软件源代码包。
> 更多信息:<https://www.gnu.org/software/autoconf>。
-`configure.ac`(如果存在)或 `configure.in` 生成配置脚本,并将此脚本保存为 `configure`
`autoconf`
- 从指定模板生成配置脚本;输出到 `stdout`
`autoconf {{template-file}}`
- 从指定模板生成配置脚本(即使输入文件没有改变)并将输出写入文件:
`autoconf --force --output {{outfile}} {{template-file}}`