| Summary: | AC_PROG_INTLTOOL может быть не с начала строки | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Anton Farygin <rider> |
| Component: | intltool | Assignee: | Yuri N. Sedunov <aris> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P3 | CC: | aris, lav, msp, shrek |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
В пакете transmission в configure.ac AC_PROG_INTLTOOL используется внутри условия, соответственно он написан не с первой строчки. В intltoolize проверка не срабатывает. if test -z "$automake"; then if egrep '^(AC|IT)_PROG_INTLTOOL' $configure >/dev/null 2>&1; then : else echo "ERROR: 'IT_PROG_INTLTOOL' must appear in $configure for intltool to work." exit 1 fi