gtk+ 1.2: use sed to get m4 macros to work with gettext > 0.14.0
authorKoen Kooi <koen@openembedded.org>
Thu, 16 Oct 2008 11:31:36 +0000 (13:31 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 16 Oct 2008 11:31:36 +0000 (13:31 +0200)
packages/gtk+/gtk+-1.2_1.2.10.bb

index 55e7ac6..aa9ba64 100644 (file)
@@ -17,6 +17,7 @@ inherit autotools pkgconfig flow-lossage
 do_configure_prepend() {
        install -d m4
        rm -f ltconfig libtool ltmain.sh aclocal.m4
+       sed -i -e s:AM_LC_MESSAGES:gt_LC_MESSAGES:g acinclude.m4
 }
 
 FILES_${PN} += "${datadir}/themes"