1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* autogen.sh: Touch po/all for --build-w32. From Werner on stable branch.

This commit is contained in:
David Shaw 2003-08-29 00:42:31 +00:00
parent 2fb83fe779
commit 8f03511a7c
2 changed files with 10 additions and 0 deletions

View file

@ -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