Bug 27397

Summary: AC_PROG_INTLTOOL может быть не с начала строки
Product: Sisyphus Reporter: Anton Farygin <rider>
Component: intltoolAssignee: 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   

Description Anton Farygin 2012-06-04 12:50:15 MSK
В пакете 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
Comment 1 Repository Robot 2012-06-04 14:53:28 MSK
intltool-0.50.2-alt1 -> sisyphus:

* Mon Jun 04 2012 Yuri N. Sedunov <aris@altlinux> 0.50.2-alt1
- 0.50.2
- fixed intltoolize for (ALT #27397)