autogen.sh
来自「汇编编译器的最新版本的源码.买了自己动手写操作系统这本书的人一定要下」· Shell 代码 · 共 8 行
SH
8 行
#!/bin/sh -xe
#
# Simple script to run the appropriate autotools from a repository.
#
autoheader
autoconf
rm -rf autom4te.cache config.log config.status
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?