diff options
Diffstat (limited to '')
-rwxr-xr-x | scripts/autogen.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/autogen.sh b/scripts/autogen.sh index b769355da..8b328e17d 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -72,6 +72,11 @@ if test "$1" = "--build-w32"; then $tsdir/configure --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 |