From 8f03511a7cb49bd0b18040a59ea6981ffa0c6452 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Fri, 29 Aug 2003 00:42:31 +0000 Subject: [PATCH] * autogen.sh: Touch po/all for --build-w32. From Werner on stable branch. --- scripts/ChangeLog | 5 +++++ scripts/autogen.sh | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/scripts/ChangeLog b/scripts/ChangeLog index 05857e3cd..ec666cb03 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2003-08-28 David Shaw + + * autogen.sh: Touch po/all for --build-w32. From Werner on stable + branch. + 2003-08-25 David Shaw * gnupg.spec.in: Rework much of the spec to use %-macros diff --git a/scripts/autogen.sh b/scripts/autogen.sh index b769355da..8b328e17d 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -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