From 3f11cf5d3529f7235f42db2fc242f072eb10f8d6 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 26 Aug 2003 07:04:31 +0000 Subject: [PATCH] * autogen.sh: Touch po/all for --build-w32. --- scripts/ChangeLog | 4 ++++ scripts/autogen.sh | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/scripts/ChangeLog b/scripts/ChangeLog index 652e07fa4..75c4b5ebf 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2003-08-26 Werner Koch + + * autogen.sh: Touch po/all for --build-w32. + 2003-08-01 David Shaw * gnupg.spec.in: Make sure that install-info is called in such a diff --git a/scripts/autogen.sh b/scripts/autogen.sh index 581c18302..9913d8342 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -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