<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - configure --disable-nls option broken"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=54658#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - configure --disable-nls option broken"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=54658">bug 54658</a>
              from <span class="vcard"><a class="email" href="mailto:mail@strfry.org" title="Jonathan Sieber <mail@strfry.org>"> <span class="fn">Jonathan Sieber</span></a>
</span></b>
        <pre>I came across this bug when building pulseaudio for Alpine Linux, where locales
don't exist by design decision.
Removing the --disable-nls option leads to other problems in the build, so i
think this should be fixed.
An easy solution would be to "generate" pulseaudio.desktop by copying over the
untranslated pulseaudio.desktop.in.
I lack the automake scripting skills to execute that, but i guess it could be
done with a simple rule that checks for the USE_NLS macro defined in
configure.ac

Another small problems appears when "make check" executes po/Makefile.in,
because it will try to execute the "GENPOT" macro with the unsubstituted empty
"INTLTOOL_EXTRACT" command variable.
This also boils down to consequences of --disable-nls not being checked
properly and should be fixed.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>