summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-26 09:26:26 +0100
committerraveit65 <[email protected]>2021-02-02 22:41:53 +0100
commit71625cfc3152cc3b4f09b3979ded282444de607b (patch)
treef58759124c60bd9b2f9e2e1e24dd1c95a35eea92 /configure.ac
parent93dbf10c7ea2af587eb0420796b654b12deca250 (diff)
downloadlibmateweather-71625cfc3152cc3b4f09b3979ded282444de607b.tar.bz2
libmateweather-71625cfc3152cc3b4f09b3979ded282444de607b.tar.xz
build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6be9814..26e99a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,7 +80,7 @@ dnl gettext
AM_GNU_GETTEXT_VERSION([0.19.8])
AM_GNU_GETTEXT([external])
-GETTEXT_PACKAGE=libmateweather
+GETTEXT_PACKAGE=AC_PACKAGE_NAME
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext Package])