Преглед на файлове

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 години
родител
ревизия
25e3c9cf9d
променени са 1 файла, в които са добавени 11 реда и са изтрити 0 реда
  1. +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



Зареждане…
Отказ
Запис