1 Star 0 Fork 0

王成呈/mobile-broadband-provider-info7

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
autogen.sh 506 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
REQUIRED_AUTOMAKE_VERSION=1.7
PKG_NAME=mobile-broadband-provider-info
(test -f $srcdir/configure.ac \
&& test -f $srcdir/serviceproviders.xml) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level $PKG_NAME directory"
exit 1
}
(cd $srcdir;
autoreconf --force --install --verbose
)
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cheng-cheng-wang/mobile-broadband-provider-info7.git
git@gitee.com:cheng-cheng-wang/mobile-broadband-provider-info7.git
cheng-cheng-wang
mobile-broadband-provider-info7
mobile-broadband-provider-info7
lr/android-apn

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385