GNOME Bugzilla – Bug 304126
gst-plugins should use new mechanism for gettext
Last modified: 2005-08-29 15:43:04 UTC
gst-plugins uses the old rule for gettext which doesn't work on Solaris. Could gst-plugins be updated to use the new mechanism. The following change to configure.ac is needed. -AM_GNU_GETTEXT_VERSION(0.11.5) -AM_GNU_GETTEXT([external]) +AM_GLIB_GNU_GETTEXT +USE_INCLUDED_LIBINTL=no +AC_SUBST(USE_INCLUDED_LIBINTL) +BUILD_INCLUDED_LIBINTL=no +AC_SUBST(BUILD_INCLUDED_LIBINTL)
Thomas?
Leaving as NEEDINFO until bug 304122 is resolved
Closing, see comments in 304122.