* 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

@ -1,3 +1,8 @@
2003-08-28 David Shaw <dshaw@jabberwocky.com>
* autogen.sh: Touch po/all for --build-w32. From Werner on stable
branch.
2003-08-25 David Shaw <dshaw@jabberwocky.com>
* gnupg.spec.in: Rework much of the spec to use %-macros

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