mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-21 19:48:05 +01:00
* autogen.sh: Touch po/all for --build-w32. From Werner on stable branch.
This commit is contained in:
parent
2fb83fe779
commit
8f03511a7c
@ -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>
|
2003-08-25 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* gnupg.spec.in: Rework much of the spec to use %-macros
|
* gnupg.spec.in: Rework much of the spec to use %-macros
|
||||||
|
@ -72,6 +72,11 @@ if test "$1" = "--build-w32"; then
|
|||||||
|
|
||||||
$tsdir/configure --build=${build} --host=${host} \
|
$tsdir/configure --build=${build} --host=${host} \
|
||||||
${disable_foo_tests} $*
|
${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 $?
|
exit $?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user