mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
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:
parent
8db0dc2f08
commit
98dc48464f
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user