From: Jakub Bogusz Date: Wed, 31 Jul 2002 18:53:33 +0000 (+0000) Subject: - added missing file (ulonglong.m4) X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcrossmingw32-gettext.git;a=commitdiff_plain;h=1c389bdb742e4865ff843968bbc813c597313453;ds=sidebyside - added missing file (ulonglong.m4) - killkillkill patch - kill non-interactive gettextize, VERY stupid idea!!! - release 2 Changed files: gettext-killkillkill.patch -> 1.1.2.1 --- diff --git a/gettext-killkillkill.patch b/gettext-killkillkill.patch new file mode 100644 index 0000000..af34b71 --- /dev/null +++ b/gettext-killkillkill.patch @@ -0,0 +1,13 @@ +--- gettext-0.11.4/misc/gettextize.in.orig Tue Jul 23 19:35:14 2002 ++++ gettext-0.11.4/misc/gettextize.in Wed Jul 31 19:49:46 2002 +@@ -965,10 +965,6 @@ + 5) count="five paragraphs";; + *) count="$count paragraphs";; + esac +- 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 + fi + + exit 0