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:
parent
33c0e98761
commit
3f11cf5d35
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user