Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: ibus-m17n build failed with error: po/Makefile.in.in was not created by intltoolize. Version-Release number of selected component (if applicable): ibus-m17n-1.3.4 intltool.0.50.2-7.fc21 How reproducible: rpmbuild -bb Additional info: It seems that last changes in intltool makes ibus-m17n failed because IT_PROG_INTLTOOL and AM_GNU_GETTEXT are now uncompatible. I used following patch following by an autoreconf to get a successful build. --- ibus-m17n-1.3.4/configure.ac.ori +++ ibus-m17n-1.3.4/configure.ac @@ -102,8 +102,6 @@ GETTEXT_PACKAGE=ibus-m17n AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define to the read-only architecture-independent data directory.]) -AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION(0.16.1) # OUTPUT files
I agree the solution for the meantime, though hopefully intltool will be unnecessary with the next release of gettext.