diff options
author | Marcus Brinkmann <[email protected]> | 2005-10-03 12:47:43 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2005-10-03 12:47:43 +0000 |
commit | 98dc48464fdf615004f68087fe635929be02486c (patch) | |
tree | d3f4d305ad8efd121e17593b6002d89637cd7c44 /scripts/autogen.sh | |
parent | * gpg.sgml: Note that --display-charset is just for display and (diff) | |
download | gnupg-98dc48464fdf615004f68087fe635929be02486c.tar.gz gnupg-98dc48464fdf615004f68087fe635929be02486c.zip |
2005-10-02 Marcus Brinkmann <[email protected]>
* configure.ac [!$try_gettext]: Invoke AM_PO_SUBDIRS.
scripts/
2005-10-02 Marcus Brinkmann <[email protected]>
* autogen.sh (DIE): Remove ugly hack for po dir suppression.
Diffstat (limited to 'scripts/autogen.sh')
-rwxr-xr-x | scripts/autogen.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/autogen.sh b/scripts/autogen.sh index b75bb1819..74df2b236 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -99,12 +99,6 @@ if test "$1" = "--build-w32"; then $tsdir/configure ${conf_CC} --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 |