?? bootstrap
字號:
#!/bin/sh#cd sndlib-20#configure#cd ..echo=onif test -e configure.in; then \ echo 'autoscan not run'; \else \ echo 'autoscan'; \ autoscan; \ echo 'autoscan'; \ mv configure.scan configure.in; \ echo AM_INIT_AUTOMAKE >> configure.in; \firm -f config.cacherm -f acconfig.hecho "- aclocal."#aclocal -I m4aclocalecho "- autoconf."autoconfecho "- autoheader."autoheaderecho "- automake."automake -a#exit./configuremake#make check
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -