使用autoreconf命令可以重复编译指定目录下的系统文件或configure-ac指定的目录树。默认情况下,它只编译比以前编译文件更新的文件。
语法格式:autoreconf [参数] [目录]
常用参数:
-v | 详细报告处理 |
-d | 不删除临时文件 |
-f | 认为所有的问价都是过期的文件,强制执行 |
-i | 复制辅助文件 |
参考实例
更新已经生成的配置文件:
[[email protected] ~]# autoreconf
');mask-image:url('data:image/svg+xml;utf8,');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}/*]]>*/
使用autoreconf命令可以重复编译指定目录下的系统文件或configure-ac指定的目录树。默认情况下,它只编译比以前编译文件更新的文件。
语法格式:autoreconf [参数] [目录]
常用参数:
-v | 详细报告处理 |
-d | 不删除临时文件 |
-f | 认为所有的问价都是过期的文件,强制执行 |
-i | 复制辅助文件 |
参考实例
更新已经生成的配置文件:
[[email protected] ~]# autoreconf