comparison autogen.sh @ 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 1240eb03569b
children 02a10c03e3e1
comparison
equal deleted inserted replaced
3404:a84c5f21e630 3405:b8969b47efaf
60 if [ $GETTEXT_VER -eq 11 ]; then 60 if [ $GETTEXT_VER -eq 11 ]; then
61 mv -f m4 m4~ 61 mv -f m4 m4~
62 62
63 # Gettext is pure evil. It DEMANDS that we press Return no matter 63 # Gettext is pure evil. It DEMANDS that we press Return no matter
64 # what. This gets rid of their happy "feature" of doom. 64 # what. This gets rid of their happy "feature" of doom.
65 sed 's:read < /dev/tty::' `which gettextize` > gaim-gettextize 65 sed 's:read .*< /dev/tty::' `which gettextize` > gaim-gettextize
66 chmod +x gaim-gettextize 66 chmod +x gaim-gettextize
67 echo n | ./gaim-gettextize --copy --force --intl --no-changelog || abort 67 echo n | ./gaim-gettextize --copy --force --intl --no-changelog || abort
68 rm gaim-gettextize 68 rm gaim-gettextize
69 69
70 # Now restore the things that brain-dead gettext modified. 70 # Now restore the things that brain-dead gettext modified.