From: Christian H. <ch...@us...> - 2002-08-18 17:25:41
|
Update of /cvsroot/gaim/gaim In directory usw-pr-cvs1:/tmp/cvs-serv14022 Modified Files: autogen.sh Log Message: I love how every version of gettext overcomes one of my hacks. What are they trying to do, lose all support from developers? Index: autogen.sh =================================================================== RCS file: /cvsroot/gaim/gaim/autogen.sh,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- autogen.sh 18 Aug 2002 09:34:37 -0000 1.17 +++ autogen.sh 18 Aug 2002 17:25:38 -0000 1.18 @@ -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 |