diff options
author | Werner Koch <[email protected]> | 2003-08-26 07:04:31 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-08-26 07:04:31 +0000 |
commit | 3f11cf5d3529f7235f42db2fc242f072eb10f8d6 (patch) | |
tree | 0bf0f20f1b34265e1607c27f8a3ec5afb8e484a5 | |
parent | * keyedit.c (change_passphrase): When responding 'no' to the blank (diff) | |
download | gnupg-3f11cf5d3529f7235f42db2fc242f072eb10f8d6.tar.gz gnupg-3f11cf5d3529f7235f42db2fc242f072eb10f8d6.zip |
* autogen.sh: Touch po/all for --build-w32.
-rw-r--r-- | scripts/ChangeLog | 4 | ||||
-rwxr-xr-x | scripts/autogen.sh | 5 |
2 files changed, 9 insertions, 0 deletions
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 <[email protected]> + + * autogen.sh: Touch po/all for --build-w32. + 2003-08-01 David Shaw <[email protected]> * 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 |