autogen.sh
来自「网络MPEG4IP流媒体开发源代码」· Shell 代码 · 共 19 行
SH
19 行
#!/bin/sh#echo "Generating build information using aclocal, automake and autoconf"echo "This may take a while ..."# Touch the timestamps on all the files since CVS messes them updirectory=`dirname $0`touch $directory/configure.in# Regenerate configuration filesaclocalautomake --foreign --include-deps --add-missing --copyautoconf(cd test; aclocal; automake --foreign --include-deps --add-missing --copy; autoconf)# Run configure for this platform#./configure $*echo "Now you are ready to run ./configure"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?