[Bug 705455] New: [PATCH PROVIDED] po/Makefile.in.in should not be customized

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Aug 4 09:22:56 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=705455
  GStreamer | gst-plugins | unspecified

           Summary: [PATCH PROVIDED] po/Makefile.in.in should not be
                    customized
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: Mac OS
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: jeremyhu at freedesktop.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=250811)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=250811)
po.patch

po/Makefile.in.in is replaced whenever one autoreconfs

The only difference is the addition of:
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@

You should not do this in a file that will get replaced automatically with
autoreconfing.

Instead, place this inside of your Makevars which isn't clobbered on
autoreconf.  You should rename Makevars to Makevars.in, add that line, and then
add po/Makevars to configure.ac's list of files to generate.

Patch is provided

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list