Bug 27397 - AC_PROG_INTLTOOL может быть не с начала строки
Summary: AC_PROG_INTLTOOL может быть не с начала строки
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: intltool (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Yuri N. Sedunov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-04 12:50 MSK by Anton Farygin
Modified: 2012-06-04 14:53 MSK (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)