2 Star 13 Fork 0

ALEX!233 / arc-firefox-theme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
autogen.sh 207 Bytes
一键复制 编辑 原始数据 按行查看 历史
Horst3180 提交于 2015-08-21 00:05 . enable installation via autotools
#!/bin/sh
test -z "$srcdir" && srcdir=$(dirname "$0")
test -z "$srcdir" && srcdir=.
cwd=$(pwd)
cd "$srcdir"
mkdir -p m4
autoreconf --verbose --force --install || exit $?
cd "$cwd"
"$srcdir/configure" $@
CSS
1
https://gitee.com/ALEX_233/arc-firefox-theme.git
git@gitee.com:ALEX_233/arc-firefox-theme.git
ALEX_233
arc-firefox-theme
arc-firefox-theme
master

搜索帮助