diff setup-gettext @ 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 a09a5d64f33f
children
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