📄 autogen.sh
字号:
#!/bin/shecho "Generating build information using aclocal, autoheader, automake and autoconf"echo "This may take a while ..."# Regenerate configuration files.aclocalautoheaderautomake --include-deps --add-missing --copyautoconfecho "Now you are ready to run ./configure."echo "You can also run ./configure --help for extra features to enable/disable."
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -