summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-25 20:30:29 +0100
committerraveit65 <[email protected]>2021-02-02 21:22:46 +0100
commit96b4cea9111ee117794ae46e34794e06b1be5812 (patch)
tree0667d74988dc95c15905b63b3e38821534172a5d /configure.ac
parentd602326028ebb82284270757f9ac64cc4d7027eb (diff)
downloadcaja-96b4cea9111ee117794ae46e34794e06b1be5812.tar.bz2
caja-96b4cea9111ee117794ae46e34794e06b1be5812.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 88efdc18..576d8172 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,7 +82,7 @@ PKG_CHECK_MODULES(ALL, [
])
dnl ==========================================================================
-GETTEXT_PACKAGE=caja
+GETTEXT_PACKAGE=AC_PACKAGE_NAME
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",
[the gettext translation domain])