summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Evins <evins@snaught.com>2010-02-28 19:13:00 -0500
committerJim Evins <evins@snaught.com>2010-02-28 19:13:00 -0500
commit7838152cdfea71a3676e40593ab4cb4a30484ffe (patch)
treefc7ed4ac5eac9c782a70aaefca2cbc6d99e067aa /configure.ac
parent69f4e1fc6a8a731d8a73e020810aef5a895fba5b (diff)
Additional changes to support parallel installation
Changed GETTEXT_PACKAGE to glabels-3.0 and renamed help files to support parallel installation with other versions of glabels.
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 86c7b72..ec3665b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -232,7 +232,7 @@ AM_CONDITIONAL(ENABLE_UPDATE_DESKTOPDB, test x$enable_update_desktopdb = xyes)
dnl ---------------------------------------------------------------------------
dnl - i18n support
dnl ---------------------------------------------------------------------------
-GETTEXT_PACKAGE=glabels
+GETTEXT_PACKAGE=${GLABELS_BRANCH}
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package])