diff options
author | Robert Tari <robert@tari.in> | 2020-10-26 00:00:22 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2020-10-26 00:00:22 +0100 |
commit | 73163e638c78e07db623c9e698d00871a9602b3a (patch) | |
tree | 4b4b6bd106f6e5315971bf8d150c1cae8756e7e5 /configure.ac | |
parent | 5024aafdba098a7c4f481357c206c4cd1437ccf2 (diff) | |
parent | 6a5ff48144130ac7384c306458ac227e21aec637 (diff) | |
download | ayatana-indicator-bluetooth-73163e638c78e07db623c9e698d00871a9602b3a.tar.gz ayatana-indicator-bluetooth-73163e638c78e07db623c9e698d00871a9602b3a.tar.bz2 ayatana-indicator-bluetooth-73163e638c78e07db623c9e698d00871a9602b3a.zip |
Attributes GH PR #2: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/2
Merge branch 'sunweaver-pr/ayatana-indicators-port' into master
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e744e3b..7dfa45d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([indicator-bluetooth],[13.10.0]) +AC_INIT([ayatana-indicator-bluetooth],[13.10.0]) AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign]) AC_CONFIG_HEADERS([config.h]) AM_SILENT_RULES([yes]) @@ -47,7 +47,7 @@ dnl ########################### IT_PROG_INTLTOOL([0.41.0]) -GETTEXT_PACKAGE=indicator-bluetooth +GETTEXT_PACKAGE=ayatana-indicator-bluetooth AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Name of the default get text domain]) AC_DEFINE_PATH(GNOMELOCALEDIR, "${datadir}/locale", [locale directory]) |