[svn] GnuPG - r5014 - in trunk: . jnlib
svn author wk
cvs at cvs.gnupg.org
Tue May 19 11:26:17 CEST 2009
Author: wk
Date: 2009-05-19 11:26:17 +0200 (Tue, 19 May 2009)
New Revision: 5014
Modified:
trunk/Makefile.am
trunk/configure.ac
trunk/jnlib/logging.c
Log:
Remove testing cruft.
Typo fixes.
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2009-05-18 17:38:34 UTC (rev 5013)
+++ trunk/Makefile.am 2009-05-19 09:26:17 UTC (rev 5014)
@@ -54,11 +54,6 @@
else
scd =
endif
-#if BUILD_G13
-#g13 = g13
-#else
-#g13 =
-#endif
if BUILD_TOOLS
tools = tools
else
@@ -77,7 +72,7 @@
endif
SUBDIRS = m4 gl include jnlib common ${kbx} \
- ${gpg} ${keyserver} ${sm} ${agent} ${scd} ${g13} ${tools} po ${doc} ${tests}
+ ${gpg} ${keyserver} ${sm} ${agent} ${scd} ${tools} po ${doc} ${tests}
dist_doc_DATA = README
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2009-05-18 17:38:34 UTC (rev 5013)
+++ trunk/configure.ac 2009-05-19 09:26:17 UTC (rev 5014)
@@ -1453,7 +1453,6 @@
sm/Makefile
agent/Makefile
scd/Makefile
-g13/Makefile
keyserver/Makefile
keyserver/gpg2keys_mailto
keyserver/gpg2keys_test
Modified: trunk/jnlib/logging.c
===================================================================
--- trunk/jnlib/logging.c 2009-05-18 17:38:34 UTC (rev 5013)
+++ trunk/jnlib/logging.c 2009-05-19 09:26:17 UTC (rev 5014)
@@ -171,9 +171,9 @@
if (!running_detached)
{
/* Due to all the problems with apps not running
- detahced but beeing caled with stderr closed or
+ detached but being called with stderr closed or
used for a different purposes, it does not make
- sense to switch to stderr. We tehrefore disable it. */
+ sense to switch to stderr. We therefore disable it. */
if (!cookie->quiet)
{
/* fputs ("switching logging to stderr\n", stderr);*/
More information about the Gnupg-commits
mailing list