autogen.sh
来自「这个库实现了录象功能」· Shell 代码 · 共 11 行
SH
11 行
#!/bin/sh# Run this to generate all the initial makefiles, etc../make_potfilesautoreconf -f -iif test $? != 0; then echo "autogen.sh failed"else echo "all done. You are now ready to run ./configure"fi
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?