⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 autogunk.sh

📁 mediastreamer2是开源的网络传输媒体流的库
💻 SH
字号:
#!/bin/sh# This script tries to follow the "GNU way" w.r.t. the autobits.# This does of course generate a number of irritating files.# Try to get over it (I am getting there myself).# This should generate any missing crud, and then run autoconf which should turn# configure.in into a "./configure" script and "Makefile.am" into a# "Makefile.in". Then running "./configure" should turn "Makefile.in" into# "Makefile" and should generate the config.h containing your systems various# settings. I know ... what a hassle ...# Also, sometimes these autobits things generate bizarre output (looking like# errors). So I direct everything "elsewhere" ...(aclocalautoheaderlibtoolize --copy --forceautomake --foreign --add-missing --copyautoconf) 1> /dev/null 2>&1# Move the "no-autotools" Makefile out of the wayif test ! -f Makefile.plain; then	mv Makefile Makefile.plainfi

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -