📄 autogen.sh
字号:
#!/bin/shrm -f ltconfig ltmain.sh config.cache aclocal.m4# remove the autoconf cacherm -rf autom4te*.cache# create a .version file for configure.inif test ! -f .version; then # Building from CVS rather than in a release echo 0.0.0-dev > .version # for the documentation: date +"%e %B %Y" | tr -d '\n' > doc/date.xml echo -n 0.0.0-dev > doc/version.xmlfiset -eecho -n "aclocal... "${ACLOCAL:-aclocal} -I macrosecho -n "autoheader... "${AUTOHEADER:-autoheader}echo -n "libtoolize... "${LIBTOOLIZE:-libtoolize} --copy --force >/dev/nullecho -n "autoconf... "${AUTOCONF:-autoconf} -Wallecho okay.# remove the autoconf cacherm -rf autom4te*.cache
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -