1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-03-25 22:19:59 +01:00

* autogen.sh: Touch po/all for --build-w32.

This commit is contained in:
Werner Koch 2003-08-26 07:04:31 +00:00
parent 33c0e98761
commit 3f11cf5d35
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-08-26 Werner Koch <wk@gnupg.org>
* autogen.sh: Touch po/all for --build-w32.
2003-08-01 David Shaw <dshaw@jabberwocky.com>
* gnupg.spec.in: Make sure that install-info is called in such a

View File

@ -67,6 +67,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