# HG changeset patch # User Stu Tomlinson # Date 1134758361 0 # Node ID 8ed35c29007fa936af05d3688514b65a6badefd6 # Parent 9c562c0316d80d97492c5c623d966010bc540a6c [gaim-migrate @ 14815] Something happened to the gettext config or autotools or something that prevented mkinstalldirs being found when doing the "make install" in the po/ directory. I think this fixes it. I hope it does anyway. I'm guessing that most people who encountered this problem just copied mkinstalldirs into po/ and forgot about it. committer: Tailor Script diff -r 9c562c0316d8 -r 8ed35c29007f setup-gettext --- a/setup-gettext Fri Dec 16 18:37:08 2005 +0000 +++ b/setup-gettext Fri Dec 16 18:39:21 2005 +0000 @@ -182,7 +182,7 @@ if test $GETTEXT_MINOR_VERSION -ge 12; then cp po/Makefile.in.in po/.tmp-Makefile.in.in - sed -e 's#echo "\$(top_builddir)/\$(MKINSTALLDIRS)" ;; esac#echo "\$(MKINSTALLDIRS)" ;; esac#1' < po/.tmp-Makefile.in.in > po/Makefile.in.in + sed -e 's#\*) echo "\$(top_builddir)/\$(MKINSTALLDIRS)" ;; esac#\.\/\*) echo "\$(top_builddir)/\$(MKINSTALLDIRS)" ;; \*) echo "\$(MKINSTALLDIRS)" ;; esac#1' < po/.tmp-Makefile.in.in > po/Makefile.in.in rm po/.tmp-Makefile.in.in fi else