From 30bdd67b520f929a0b5876259da57753ee41f0fe Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Thu, 3 Nov 2011 23:04:53 +0000 Subject: [PATCH] Drop $(GETTEXT_PACKAGE) and just use $(PACKAGE) Signed-off-by: David Woodhouse --- configure.ac | 1 - po/Makefile.am | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 03732ab..7f47c9c 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,6 @@ fi if test "$USE_NLS" = "yes"; then AC_SUBST(LIBINTL) - AC_SUBST(GETTEXT_PACKAGE, [openconnect]) AC_DEFINE(ENABLE_NLS, 1) fi AM_CONDITIONAL(USE_NLS, [test "$USE_NLS" = "yes"]) diff --git a/po/Makefile.am b/po/Makefile.am index a32584a..d3b1462 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -23,7 +23,7 @@ install-data-hook: all $(INSTALL_DATA) $$l.mo $$dir/$(PACKAGE).mo; \ done -$(GETTEXT_PACKAGE).pot: $(POTFILES) Makefile +$(PACKAGE).pot: $(POTFILES) Makefile rm -f $@ && \ xgettext --directory=$(top_srcdir) \ --add-comments --keyword=_ --keyword=N_ \ -- 2.7.4