使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
lolengine
/
lol
镜像自地址
https://github.com/lolengine/lol
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
0
百科
动态
浏览代码
Some versions of m4 do not honour M4PATH even if claiming to. Manually
add its contents to the aclocal commandline flags.
legacy
Sam Hocevar
sam
14 年前
父节点
1e83987676
当前提交
25e3c9cf9d
共有
1 个文件被更改
,包括
11 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+11
-0
bootstrap
+ 11
- 0
bootstrap
查看文件
@@ -112,6 +112,17 @@ if test -n "$auxdir"; then
aclocalflags="${aclocalflags} -I $auxdir -I ."
fi
# Honour M4PATH because sometimes M4 doesn't
save_IFS=$IFS
IFS=:
tmp="$M4PATH"
for x in "$tmp"; do
if test -n "$x"; then
aclocalflags="${aclocalflags} -I $x"
fi
done
IFS=$save_IFS
# Explain what we are doing from now
set -x
撰写
预览
正在加载...
取消
保存