1 Star 1 Fork 1

优麒麟 / ukui-power-manager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
autogen.sh 547 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
PKG_NAME="ukui-power-manager"
(test -f $srcdir/configure.ac) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level $PKG_NAME directory"
exit 1
}
which mate-autogen || {
echo "You need to install mate-common"
exit 1
}
which yelp-build || {
echo "You need to install yelp-tools"
exit 1
}
REQUIRED_AUTOMAKE_VERSION=1.9
UKUI_DATADIR="$ukui_datadir"
. mate-autogen
C
1
https://gitee.com/ubuntukylin/ukui-power-manager.git
git@gitee.com:ubuntukylin/ukui-power-manager.git
ubuntukylin
ukui-power-manager
ukui-power-manager
master

搜索帮助