aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xscripts/autogen.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/autogen.sh b/scripts/autogen.sh
index b75bb1819..74df2b236 100755
--- a/scripts/autogen.sh
+++ b/scripts/autogen.sh
@@ -99,12 +99,6 @@ if test "$1" = "--build-w32"; then
$tsdir/configure ${conf_CC} --build=${build} --host=${host} \
${disable_foo_tests} $*
-
- # Ugly hack to overcome a gettext problem. Someone should look into
- # gettext to figure out why the po directory is not ignored as it used
- # to be.
- [ $? = 0 ] && touch $tsdir/po/all
- exit $?
fi