Mercurial > pidgin
view Makefile.am @ 3402:2490433b7417
[gaim-migrate @ 3421]
Okay, rant time. Anybody who has experienced this problem will appreciate
this.
Gettext 0.11.x is, as we all know, evil. People have been complaining
that, now that 0.11.x actually works, they're getting the following
message:
"Press Return to acknowledge the previous ___."
It had been assumed that the previous paragraphs were the reasons for the
pause. However, you always get at least one error. It's hard-coded in.
It's more of a "friendly reminder," really. On top of that, even if
there were no errors, the pause after the message is also hard-coded in
outside of any conditionals. You CANNOT get rid of it by "fixing" anything
in the tree. It's always there.
On top of that, take a look at these lines:
echo "Press Return to acknowledge the previous $count."
# Read from /dev/tty, not stdin, so that gettextize cannot be abused by
# non-interactive tools.
read < /dev/tty
See that? They specifically coded it so you cannot bypass it.
This commit bypasses it.
We're copying gettextize to gaim-gettextize and removing that read line,
running it, removing gaim-gettextize. Nasty hack, but it works.
You can all thank me when I wake up tomorrow. :)
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 18 Aug 2002 09:26:36 +0000 |
parents | 83314a9985ef |
children | d7c90e6ecc23 |
line wrap: on
line source
EXTRA_DIST = config.rpath gaim.spec.in gaim_applet.gnorba gaim.desktop gaim_applet.desktop \ HACKING gaim2blt.pl licq2gaim.pl if DISTRIB distribgnorbadir = $(sysconfdir)/CORBA/servers distribgnorba_DATA = gaim_applet.gnorba distribdesktopdir = $(datadir)/applets/Network distribdesktop_DATA = gaim_applet.desktop else if GNOMEAPPLET gnomesysconf = `@GNOME_CONFIG@ --sysconfdir` gnomedata = `@GNOME_CONFIG@ --datadir` gaim_GNORBA = gaim_applet.gnorba gaimgnorbadir = $(gnomesysconf)/CORBA/servers gaimgnorba_DATA = $(gaim_GNORBA) gaim_DESKTOP = gaim_applet.desktop gaimdesktopdir = $(gnomedata)/applets/Network gaimdesktop_DATA = $(gaim_DESKTOP) endif endif pixmapdir = $(datadir)/gnome/apps/Internet pixmap_DATA = gaim.desktop SUBDIRS = m4 sounds plugins pixmaps doc po intl src ACLOCAL_AMFLAGS = -I m4