2005-10-02 Marcus Brinkmann <marcus@g10code.de>

* configure.ac [!$try_gettext]: Invoke AM_PO_SUBDIRS.

scripts/
2005-10-02  Marcus Brinkmann  <marcus@g10code.de>

	* autogen.sh (DIE): Remove ugly hack for po dir suppression.
This commit is contained in:
Marcus Brinkmann 2005-10-03 12:47:43 +00:00
parent 8db0dc2f08
commit 98dc48464f
4 changed files with 9 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2005-10-02 Marcus Brinkmann <marcus@g10code.de>
* configure.ac [!$try_gettext]: Invoke AM_PO_SUBDIRS.
2005-08-31 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Check for getpwnam, getpwuid, and pwd.h.

View File

@ -708,6 +708,7 @@ else
AC_SUBST(USE_NLS)
AC_SUBST(USE_INCLUDED_LIBINTL)
AC_SUBST(BUILD_INCLUDED_LIBINTL)
AM_PO_SUBDIRS
fi
if test "$try_extensions" = yes || test x"$card_support" = xyes ; then

View File

@ -1,3 +1,7 @@
2005-10-02 Marcus Brinkmann <marcus@g10code.de>
* autogen.sh (DIE): Remove ugly hack for po dir suppression.
2005-08-21 David Shaw <dshaw@jabberwocky.com>
* gnupg.spec.in: Distribute gpg-zip.

View File

@ -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