📄 hgcompile
字号:
#!/bin/bashif test -d ../alsa-lib/utils && ! test -r `aclocal --print-ac-dir`/alsa.m4; then alsa_m4_flags="-I ../alsa-lib/utils"fiaclocal $alsa_m4_flags $ACLOCAL_FLAGS# save original files to avoid stupid modifications by gettextizecp Makefile.am Makefile.am.okcp configure.in configure.in.okgettextize -c -f --no-changelogecho "EXTRA_DIST = gettext.m4" > m4/Makefile.amcp Makefile.am.ok Makefile.amcp configure.in.ok configure.inautoheaderautomake --foreign --copy --add-missingtouch depcomp # for older automakeautoconfexport CFLAGS='-O2 -Wall -pipe -g'echo "CFLAGS=$CFLAGS"echo "./configure $@"./configure $@ || exit 1unset CFLAGSif [ -z "$HGCOMPILE_NO_MAKE" ]; then makefi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -