GNOME Bugzilla – Bug 620969
Murrine's configure.ac calls obsolete macro AC_PROG_INTLTOOL instead of new IT_PROG_INTLTOOL
Last modified: 2010-07-13 09:02:22 UTC
Created attachment 163058 [details] Build log I use Gentoo GNU/Linux and ebuild for gtk-engines-murrine from gnome-live overlay and it fails with this error: "config.status: error: cannot find input file: `po/Makefile.in.in' ". Here is link to the ebuild: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome-live.git;a=blob_plain;f=x11-themes/gtk-engines-murrine/gtk-engines-murrine-9999.ebuild;hb=HEAD Build log is attached.
Sorry for disturbing, bug is invalid. Gentoo gnome-live eclass from gnome-live overlay has error due to which it doesnt call intltoolize during source preparation.
thanks...
Also, Gentoo developers said: " from intltool package, intltool.m4: # deprecated macros AU_ALIAS([AC_PROG_INTLTOOL], ... IT_PROG_INTLTOOL is the way to go, make sure upstream is updated on the fact that they are using obsolete macro names. " So i can think about this a little...
you can think*
You must fix this, because AC_PROG_INTLTOOL is obsolete and it causes problems in Gentoo, which expects IT_PROG_INTLTOO to be found in configure.ac