このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
lolengine
/
lol
ミラー元
https://github.com/lolengine/lol
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
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行の削除
分割表示
差分オプション
統計情報を表示
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
書き込み
プレビュー
読み込み中…
キャンセル
保存