使用autoheader命令可以为使用configure创建C定义的模板文件。在结尾处扫描模板文件,或configure.ac文件,或configure.ina文件
**语法格式:** autoheader [参数] [模板文件]
**常用参数:**
| -v | 详细报告处理过程 |
| ---- | ------------------ |
| -d | 不删除临时文件 |
| -f | 考虑所有文件过时 |
**参考实例**
创建C定义时的模板文件:
```
[root@anycode ~]# autoheader
```