<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>60018</bug_id>
          
          <creation_ts>2026-07-30 09:32:03 +0300</creation_ts>
          <short_desc>Использование с autotools</short_desc>
          <delta_ts>2026-07-30 09:32:17 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>gettext</component>
          <version>unstable</version>
          <rep_platform>x86_64</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Konstantin A Lepikhov (L.A. Kostis)">lakostis</reporter>
          <assigned_to name="Gleb F-Malinovskiy">glebfm</assigned_to>
          <cc>glebfm</cc>
    
    <cc>ldv</cc>
    
    <cc>placeholder</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>291998</commentid>
    <comment_count>0</comment_count>
    <who name="Konstantin A Lepikhov (L.A. Kostis)">lakostis</who>
    <bug_when>2026-07-30 09:32:03 +0300</bug_when>
    <thetext>После обновления gettext сломались некоторые приложения, которые использовали конструкции вида в configure.ac:

AM_GNU_GETTEXT([external])                                                                                                                                                                                                                                                                
AM_GNU_GETTEXT_REQUIRE_VERSION([...])

теперь сборка падает с ошибкой
...
configure.ac:31: error: possibly undefined macro: AM_PO_SUBDIRS
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:32: error: possibly undefined macro: AM_GNU_GETTEXT
configure.ac:33: error: possibly undefined macro: AM_GNU_GETTEXT_REQUIRE_VERSION

см. https://git.altlinux.org/beehive/logs/Sisyphus/x86_64/archive/2026/0729/error/sympa-6.2.78-alt1 как пример

Добавление -I/usr/share/gettext/m4 к %autoreconf исправляет ситуацию, но мне кажется, это не выход - почему autotools не находят эти макросы самостоятельно, если раньше все работало без костылей?</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>