GNOME Bugzilla – Bug 101897
intltool fails to patch po/Makefile.in.in for packages using glib-gettextize
Last modified: 2004-12-22 21:47:04 UTC
Owen made some updates to the Makefile.in.in file installed by the glib-gettextize program on December 11th. Now the patch that intltoolize tries to apply gets one hunk rejected. This will affect anyone developing with gtk 2.2 (and gnome 2.1 development).
Created attachment 13195 [details] [review] simple patch to the patch to get it to apply
The above patch will make patch-4 apply to the Makefile.in.in installed by glib-2.2's glib-gettextize. Seems to work okay for me. However, you will probably want two patches so you can continue working with older glib-gettextize ...
Thanks for the patch. I am unfortunately on vacation and I do not have access to a linux box. If you want to fix it, you should make a new -5 patch (or -6 if -5 is already used). The patches are being applied by intltoolize.in so it should just a a couple of extra lines to this file. If you fix this, feel free to commit.
*** Bug 102261 has been marked as a duplicate of this bug. ***
Fixed by patch in bug 102261 I've just committed.. This way, we are compatible with both glib-gettextize 2.0 and 2.2..