[SCM] GNU gnutls branch, master, updated. gnutls_3_0_17-29-g6b3d7b6
"Nikos Mavrogiannopoulos" <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.gnutls.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".
http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=6b3d7b6e31ddab337e185922910262d68f1fc6fa
The branch, master has been updated
via 6b3d7b6e31ddab337e185922910262d68f1fc6fa (commit)
from 722472e266c5353887304aeb21ed1d89291d08d0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6b3d7b6e31ddab337e185922910262d68f1fc6fa
Author: Nikos Mavrogiannopoulos <[email protected]>
Date: Thu Mar 22 19:59:12 2012 +0100
use header files from gl/ and include gettext.h
-----------------------------------------------------------------------
Summary of changes:
src/libopts/Makefile.am | 2 +-
src/libopts/genshell.h | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/libopts/Makefile.am b/src/libopts/Makefile.am
index 33977a8..2986ac1 100644
--- a/src/libopts/Makefile.am
+++ b/src/libopts/Makefile.am
@@ -6,7 +6,7 @@ else
noinst_LTLIBRARIES = libopts.la
endif
libopts_la_SOURCES = libopts.c
-libopts_la_CPPFLAGS = -I$(top_srcdir)
+libopts_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/gl
libopts_la_LDFLAGS = -version-info 36:3:11
EXTRA_DIST = \
ag-char-map.h alias.c ao-strs.c \
diff --git a/src/libopts/genshell.h b/src/libopts/genshell.h
index 4c90c9d..f40900f 100644
--- a/src/libopts/genshell.h
+++ b/src/libopts/genshell.h
@@ -141,6 +141,7 @@ extern tOptions genshelloptOptions;
#if defined(ENABLE_NLS)
# ifndef _
# include <stdio.h>
+# include <gettext.h>
static inline char* aoGetsText(char const* pz) {
if (pz == NULL) return NULL;
return (char*)gettext(pz);
hooks/post-receive
--
GNU gnutls