]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Revert "use header files from gl/ and include gettext.h"
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 22 Mar 2012 19:08:06 +0000 (20:08 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 22 Mar 2012 19:08:06 +0000 (20:08 +0100)
This reverts commit 6b3d7b6e31ddab337e185922910262d68f1fc6fa.

src/libopts/Makefile.am
src/libopts/genshell.h

index 2986ac15d68c367125c8df39dd9c10b7111852ec..33977a8e5862d742b8f0136c64759f28fc8d917e 100644 (file)
@@ -6,7 +6,7 @@ else
 noinst_LTLIBRARIES      = libopts.la
 endif
 libopts_la_SOURCES      = libopts.c
-libopts_la_CPPFLAGS     = -I$(top_srcdir) -I$(top_srcdir)/gl
+libopts_la_CPPFLAGS     = -I$(top_srcdir)
 libopts_la_LDFLAGS      = -version-info  36:3:11
 EXTRA_DIST              = \
     ag-char-map.h           alias.c                 ao-strs.c  \
index f40900f39117121fff6efd5e3d7530314bacd867..4c90c9dad0f2920e630b75c7ace61d934dc6c898 100644 (file)
@@ -141,7 +141,6 @@ 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);