[svn] GnuPG - r3900 - in trunk: . scripts
svn author marcus
cvs at cvs.gnupg.org
Mon Oct 3 14:47:44 CEST 2005
Author: marcus
Date: 2005-10-03 14:47:43 +0200 (Mon, 03 Oct 2005)
New Revision: 3900
Modified:
trunk/ChangeLog
trunk/configure.ac
trunk/scripts/ChangeLog
trunk/scripts/autogen.sh
Log:
2005-10-02 Marcus Brinkmann <marcus at g10code.de>
* configure.ac [!$try_gettext]: Invoke AM_PO_SUBDIRS.
scripts/
2005-10-02 Marcus Brinkmann <marcus at g10code.de>
* autogen.sh (DIE): Remove ugly hack for po dir suppression.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2005-09-28 22:45:05 UTC (rev 3899)
+++ trunk/ChangeLog 2005-10-03 12:47:43 UTC (rev 3900)
@@ -1,3 +1,7 @@
+2005-10-02 Marcus Brinkmann <marcus at g10code.de>
+
+ * configure.ac [!$try_gettext]: Invoke AM_PO_SUBDIRS.
+
2005-08-31 David Shaw <dshaw at jabberwocky.com>
* configure.ac: Check for getpwnam, getpwuid, and pwd.h.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2005-09-28 22:45:05 UTC (rev 3899)
+++ trunk/configure.ac 2005-10-03 12:47:43 UTC (rev 3900)
@@ -708,6 +708,7 @@
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
Modified: trunk/scripts/ChangeLog
===================================================================
--- trunk/scripts/ChangeLog 2005-09-28 22:45:05 UTC (rev 3899)
+++ trunk/scripts/ChangeLog 2005-10-03 12:47:43 UTC (rev 3900)
@@ -1,3 +1,7 @@
+2005-10-02 Marcus Brinkmann <marcus at g10code.de>
+
+ * autogen.sh (DIE): Remove ugly hack for po dir suppression.
+
2005-08-21 David Shaw <dshaw at jabberwocky.com>
* gnupg.spec.in: Distribute gpg-zip.
Modified: trunk/scripts/autogen.sh
===================================================================
--- trunk/scripts/autogen.sh 2005-09-28 22:45:05 UTC (rev 3899)
+++ trunk/scripts/autogen.sh 2005-10-03 12:47:43 UTC (rev 3900)
@@ -99,12 +99,6 @@
$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
More information about the Gnupg-commits
mailing list