Mercurial > pidgin.yaz
comparison 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 |
comparison
equal
deleted
inserted
replaced
12502:9c562c0316d8 | 12503:8ed35c29007f |
---|---|
180 echo n | autopoint --force || abort | 180 echo n | autopoint --force || abort |
181 restore_m4 | 181 restore_m4 |
182 | 182 |
183 if test $GETTEXT_MINOR_VERSION -ge 12; then | 183 if test $GETTEXT_MINOR_VERSION -ge 12; then |
184 cp po/Makefile.in.in po/.tmp-Makefile.in.in | 184 cp po/Makefile.in.in po/.tmp-Makefile.in.in |
185 sed -e 's#echo "\$(top_builddir)/\$(MKINSTALLDIRS)" ;; esac#echo "\$(MKINSTALLDIRS)" ;; esac#1' < po/.tmp-Makefile.in.in > po/Makefile.in.in | 185 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 |
186 rm po/.tmp-Makefile.in.in | 186 rm po/.tmp-Makefile.in.in |
187 fi | 187 fi |
188 else | 188 else |
189 if test $GETTEXT_MINOR_VERSION -eq 11; then | 189 if test $GETTEXT_MINOR_VERSION -eq 11; then |
190 backup_m4 | 190 backup_m4 |