1 Star 0 Fork 10

houlifei/openeuler

forked from openEuler/utsudo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
autogen.sh 462 Bytes
一键复制 编辑 原始数据 按行查看 历史
wanglujun 提交于 2023-06-13 14:54 +08:00 . init from sudo-1.8.29
#!/bin/sh
# OpenBSD may have multiple versions of autoconf and automake installed
# If the user hasn't chosen one themselves, we do here.
if [ "`/usr/bin/uname 2>&1`" = "OpenBSD" ]; then
if [ X"$AUTOMAKE_VERSION" = X"" ]; then
AUTOMAKE_VERSION=1.15; export AUTOMAKE_VERSION
fi
if [ X"$AUTOCONF_VERSION" = X"" ]; then
AUTOCONF_VERSION=2.69; export AUTOCONF_VERSION
fi
fi
set -ex
autoreconf -f -i -v -Wall -I m4
rm -rf autom4te.cache
exit 0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/houlifei_uniontech/utsudo_openeuler.git
[email protected]:houlifei_uniontech/utsudo_openeuler.git
houlifei_uniontech
utsudo_openeuler
openeuler
master

搜索帮助