reconf
来自「harvest是一个下载html网页得机器人」· 代码 · 共 16 行
TXT
16 行
#!/bin/sh## $Id: reconf,v 1.4 2001/05/30 07:59:47 bagder Exp $## re autoconf/automake shell script#die(){ echo "$@" ; exit}aclocal -I . || die "The command 'aclocal -I .' failed"autoheader || die "The command 'autoheader' failed"automake || die "The command 'automake' failed"autoconf || die "The command 'autoconf' failed"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?