autogen.sh
来自「在EM85XX」· Shell 代码 · 共 15 行
SH
15 行
#!/bin/sh# This script runs commands necessary to generate a Makefile for libgif.echo "Warning: This script will run configure for you -- if you need to pass"echo " arguments to configure, please give them as arguments to this script."aclocalautomake --add-missingautoconfautomake --add-missingconfigure $*exit 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?