Mercurial > pidgin
changeset 3405:b8969b47efaf
[gaim-migrate @ 3424]
I love how every version of gettext overcomes one of my hacks. What are
they trying to do, lose all support from developers?
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 18 Aug 2002 17:25:38 +0000 |
parents | a84c5f21e630 |
children | 3fa89049fe6c |
files | autogen.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/autogen.sh Sun Aug 18 17:01:13 2002 +0000 +++ b/autogen.sh Sun Aug 18 17:25:38 2002 +0000 @@ -62,7 +62,7 @@ # Gettext is pure evil. It DEMANDS that we press Return no matter # what. This gets rid of their happy "feature" of doom. - sed 's:read < /dev/tty::' `which gettextize` > gaim-gettextize + sed 's:read .*< /dev/tty::' `which gettextize` > gaim-gettextize chmod +x gaim-gettextize echo n | ./gaim-gettextize --copy --force --intl --no-changelog || abort rm gaim-gettextize