# HG changeset patch # User Christian Hammond # Date 1029691538 0 # Node ID b8969b47efaf48d6abc9c8c73478b844eb0d4ea8 # Parent a84c5f21e630e74042cd0efea07ed6a290cd3e08 [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 diff -r a84c5f21e630 -r b8969b47efaf autogen.sh --- 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