changeset 12503:8ed35c29007f

[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 <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 16 Dec 2005 18:39:21 +0000
parents 9c562c0316d8
children 78e69ba4f596
files setup-gettext
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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